COLOR #9CEEB5

HEX: #9CEEB5
RGB: (156,238,181)

Color info

#9CEEB5 contains mainly green and blue colors. Web safe color of #9CEEB5 is #99FFCC (or #9FC).

RGB color model

#9CEEB5 color RGB value is (156,238,181).

  • red value is 156;
  • green value is 238;
  • blue value is 181.
RGB:
(156,238,181)
(61%,93%,71%)

RGB channels and saturation

R 156 of 255 = 61%
G 238 of 255 = 93%
B 181 of 255 = 71%

156
238
181

R + G + B ~ 75%. #9CEEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 238 + 181 = 575 (100%)
R 156 of 575 ~ 27.13%
G 238 of 575 ~ 41.39%
B 181 of 575 ~ 31.48%

%27.13
%41.39
%31.48

CMYK color model

#9CEEB5 color CMYK value is (34,0,24,7).

  • cyan value is 34.45%
  • magenta value is 0.00%
  • yellow value is 23.95%
  • key color value is 6.67%
CMYK:
(34,0,24,7)
C34M0Y24K7 
(34%,0%,24%,7%)
(0.34/0.00/0.24/0.07)	

CMYK percentages

%34.45
%0
%23.95
%6.67

Codes

Color #9CEEB5 in popluar color models

9CEEB5
RGB156238181
HSL138°70.69%77.25%
HSB/HSV138°34.45%93.33%
CMYK34.45%0.00%23.95%
6.67%

Color #9CEEB5 in popluar number systems.

HEX9CEEB5
Decimal156238181
Binary100111001110111010110101
Octal234356265

Shades and tints

Shades of #9CEEB5

#9CEEB5
(156,238,181)
#8ED9A5
(142,217,165)
#80C495
(128,196,149)
#72AF85
(114,175,133)
#649A75
(100,154,117)
#568565
(86,133,101)
#487055
(72,112,85)
#3A5B45
(58,91,69)
#2C4635
(44,70,53)
#1E3125
(30,49,37)
#101C15
(16,28,21)
#000000
(0,0,0)

Tints of #9CEEB5

#9CEEB5
(156,238,181)
#A5EFBB
(165,239,187)
#AEF0C1
(174,240,193)
#B7F1C7
(183,241,199)
#C0F2CD
(192,242,205)
#C9F3D3
(201,243,211)
#D2F4D9
(210,244,217)
#DBF5DF
(219,245,223)
#E4F6E5
(228,246,229)
#EDF7EB
(237,247,235)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CEEB5 color. Also use rgb(156,238,181) instead hex code.

Text Font Color

.myTextColor { color: #9CEEB5; }

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

This text font color is #9CEEB5.


Background Color

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

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

This div background color is #9CEEB5.


Border color

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

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

This div border color is #9CEEB5.


Opacity

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

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

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

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

This text has shadow with #9CEEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEEB5 on black background.


Color preview on white background

This text has color #9CEEB5 on white background.



Black color preview on #9CEEB5 background

This text has black color on #9CEEB5 background.


White color preview on #9CEEB5 background

This text has white color on #9CEEB5 background.