COLOR #9BE3E5

HEX: #9BE3E5 RGB: (155,227,229)

Color info

#9BE3E5 contains mainly green and blue colors. Web safe color of #9BE3E5 is #99CCCC (or #9CC).

RGB color model

#9BE3E5 color RGB value is (155,227,229).

RGB: (155,227,229) (61%, 89%, 90%)

RGB channels and saturation

R 155 of 255 = 61%
G 227 of 255 = 89%
B 229 of 255 = 90%

155
227
229

R + G + B ~ 80%. #9BE3E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 227 + 229 = 611 (100%)
R 155 of 611 ~ 25.37%
G 227 of 611 ~ 37.15%
B 229 of 611 ~ 37.48'%

%25.37
%37.15
%37.48

CMYK color model

#9BE3E5 color CMYK value is (32,1,0,10).

  • cyan value is 32.31%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (32,1,0,10)
C32M1Y0K10 (32%, 1%, 0%, 10%)
(0.32 / 0.01 / 0.00 / 0.10)

CMYK percentages

%32.31
%0.87
%0
%10.2

Codes

Color #9BE3E5 in popluar color models

9B E3 E5
RGB 155 227 229
HSL 182° 58.73% 75.29%
HSB/HSV 182° 32.31% 89.80%
CMYK 32.31% 0.87% 0.00%
10.20%

Color #9BE3E5 in popluar number systems.

HEX 9B E3 E5
Decimal 155 227 229
Binary 10011011 11100011 11100101
Octal 233 343 345

Shades and tints

Shades of #9BE3E5

#9BE3E5
(155,227,229)
#8DCFD1
(141,207,209)
#7FBBBD
(127,187,189)
#71A7A9
(113,167,169)
#639395
(99,147,149)
#557F81
(85,127,129)
#476B6D
(71,107,109)
#395759
(57,87,89)
#2B4345
(43,67,69)
#1D2F31
(29,47,49)
#0F1B1D
(15,27,29)
#000000
(0,0,0)

Tints of #9BE3E5

#9BE3E5
(155,227,229)
#A4E5E7
(164,229,231)
#ADE7E9
(173,231,233)
#B6E9EB
(182,233,235)
#BFEBED
(191,235,237)
#C8EDEF
(200,237,239)
#D1EFF1
(209,239,241)
#DAF1F3
(218,241,243)
#E3F3F5
(227,243,245)
#ECF5F7
(236,245,247)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE3E5 color. Also use rgb(155,227,229) instead hex code.

Text Font Color

.myTextColor { color: #9BE3E5; }

<p style="color:#9BE3E5">This sample text font color is #9BE3E5.</p>

This text font color is #9BE3E5.

Background Color

.myBgColor { background-color: #9BE3E5; }

<div style="background-color:#9BE3E5">Inner text</div>

This div background color is #9BE3E5.

Border color

.myBorderColor { border: 1px solid #9BE3E5; }

<div style="border:3px solid #9BE3E5">Div</div>

This div border color is #9BE3E5.

Opacity

.myOpacity80 { color: #9BE3E5; opacity: 0.8; }

<p style="color:#9BE3E5;opacity:0.8;">80%</p>

Text with #9BE3E5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9BE3E5;}

<p style="text-shadow: 3px 3px 1px #9BE3E5">Text here.</p>

This text has shadow with #9BE3E5 color.


.textShadow {text-shadow: 3px 3px 1px #9BE3E5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9BE3E5, 5px 5px 20px red">Text here.</p>

This text has shadow with #9BE3E5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9BE3E5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9BE3E5, Direction=45, Strength=4)">Text</p>

This text has shadow with #9BE3E5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9BE3E5;
-webkit-box-shadow: 1px 1px 3px 2px #9BE3E5;
box-shadow: 1px 1px 3px 2px #9BE3E5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9BE3E5; -webkit-box-shadow: 1px 1px 3px 2px #9BE3E5; box-shadow:1px 1px 3px 2px #9BE3E5;">
Div content here
</div>

This div box has shadow with color #9BE3E5.

Preview

Color preview on black background

This text has color #9BE3E5 on black background.


Color preview on white background

This text has color #9BE3E5 on white background.


Black color preview on #9BE3E5 background

This text has black color on #9BE3E5 background.


White color preview on #9BE3E5 background

This text has white color on #9BE3E5 background.


Related colors

Complementary color

Complementary color for #hex is #641C1A.


I love getcolorcode.com

Triadic colors

1 #E59BE3 and #E3E59B with #9BE3E5 are triadic colors.

2 #E5E39B and #E39BE5 with #9BE3E5 are triadic colors.