COLOR #9BE0E6

HEX: #9BE0E6 RGB: (155,224,230)

Color info

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

RGB color model

#9BE0E6 color RGB value is (155,224,230).

RGB: (155,224,230) (61%, 88%, 90%)

RGB channels and saturation

R 155 of 255 = 61%
G 224 of 255 = 88%
B 230 of 255 = 90%

155
224
230

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

Portions of RGB colors in percentages

R + G + B = 155 + 224 + 230 = 609 (100%)
R 155 of 609 ~ 25.45%
G 224 of 609 ~ 36.78%
B 230 of 609 ~ 37.77'%

%25.45
%36.78
%37.77

CMYK color model

#9BE0E6 color CMYK value is (33,3,0,10).

  • cyan value is 32.61%
  • magenta value is 2.61%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (33,3,0,10)
C33M3Y0K10 (33%, 3%, 0%, 10%)
(0.33 / 0.03 / 0.00 / 0.10)

CMYK percentages

%32.61
%2.61
%0
%9.8

Codes

Color #9BE0E6 in popluar color models

9B E0 E6
RGB 155 224 230
HSL 185° 60.00% 75.49%
HSB/HSV 185° 32.61% 90.20%
CMYK 32.61% 2.61% 0.00%
9.80%

Color #9BE0E6 in popluar number systems.

HEX 9B E0 E6
Decimal 155 224 230
Binary 10011011 11100000 11100110
Octal 233 340 346

Shades and tints

Shades of #9BE0E6

#9BE0E6
(155,224,230)
#8DCCD2
(141,204,210)
#7FB8BE
(127,184,190)
#71A4AA
(113,164,170)
#639096
(99,144,150)
#557C82
(85,124,130)
#47686E
(71,104,110)
#39545A
(57,84,90)
#2B4046
(43,64,70)
#1D2C32
(29,44,50)
#0F181E
(15,24,30)
#000000
(0,0,0)

Tints of #9BE0E6

#9BE0E6
(155,224,230)
#A4E2E8
(164,226,232)
#ADE4EA
(173,228,234)
#B6E6EC
(182,230,236)
#BFE8EE
(191,232,238)
#C8EAF0
(200,234,240)
#D1ECF2
(209,236,242)
#DAEEF4
(218,238,244)
#E3F0F6
(227,240,246)
#ECF2F8
(236,242,248)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE0E6 color. Also use rgb(155,224,230) instead hex code.

Text Font Color

.myTextColor { color: #9BE0E6; }

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

This text font color is #9BE0E6.

Background Color

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

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

This div background color is #9BE0E6.

Border color

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

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

This div border color is #9BE0E6.

Opacity

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

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

Text with #9BE0E6 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 #9BE0E6;}

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

This text has shadow with #9BE0E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE0E6.

Preview

Color preview on black background

This text has color #9BE0E6 on black background.


Color preview on white background

This text has color #9BE0E6 on white background.


Black color preview on #9BE0E6 background

This text has black color on #9BE0E6 background.


White color preview on #9BE0E6 background

This text has white color on #9BE0E6 background.


Related colors

Complementary color

Complementary color for #hex is #641F19.


I love getcolorcode.com

Triadic colors

1 #E69BE0 and #E0E69B with #9BE0E6 are triadic colors.

2 #E6E09B and #E09BE6 with #9BE0E6 are triadic colors.