COLOR #9CEDB5

HEX: #9CEDB5
RGB: (156,237,181)

Color info

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

RGB color model

#9CEDB5 color RGB value is (156,237,181).

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

RGB channels and saturation

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

156
237
181

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

Portions of RGB colors in percentages

R + G + B =
156 + 237 + 181 = 574 (100%)
R 156 of 574 ~ 27.18%
G 237 of 574 ~ 41.29%
B 181 of 574 ~ 31.53%

%27.18
%41.29
%31.53

CMYK color model

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

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

CMYK percentages

%34.18
%0
%23.63
%7.06

Codes

Color #9CEDB5 in popluar color models

9CEDB5
RGB156237181
HSL139°69.23%77.06%
HSB/HSV139°34.18%92.94%
CMYK34.18%0.00%23.63%
7.06%

Color #9CEDB5 in popluar number systems.

HEX9CEDB5
Decimal156237181
Binary100111001110110110110101
Octal234355265

Shades and tints

Shades of #9CEDB5

#9CEDB5
(156,237,181)
#8ED8A5
(142,216,165)
#80C395
(128,195,149)
#72AE85
(114,174,133)
#649975
(100,153,117)
#568465
(86,132,101)
#486F55
(72,111,85)
#3A5A45
(58,90,69)
#2C4535
(44,69,53)
#1E3025
(30,48,37)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #9CEDB5

#9CEDB5
(156,237,181)
#A5EEBB
(165,238,187)
#AEEFC1
(174,239,193)
#B7F0C7
(183,240,199)
#C0F1CD
(192,241,205)
#C9F2D3
(201,242,211)
#D2F3D9
(210,243,217)
#DBF4DF
(219,244,223)
#E4F5E5
(228,245,229)
#EDF6EB
(237,246,235)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CEDB5; }

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

This text font color is #9CEDB5.


Background Color

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

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

This div background color is #9CEDB5.


Border color

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

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

This div border color is #9CEDB5.


Opacity

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

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

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

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

This text has shadow with #9CEDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEDB5 on black background.


Color preview on white background

This text has color #9CEDB5 on white background.



Black color preview on #9CEDB5 background

This text has black color on #9CEDB5 background.


White color preview on #9CEDB5 background

This text has white color on #9CEDB5 background.