COLOR #9CEDAE

HEX: #9CEDAE
RGB: (156,237,174)

Color info

#9CEDAE contains mainly green color. Web safe color of #9CEDAE is #99FF99 (or #9F9).

RGB color model

#9CEDAE color RGB value is (156,237,174).

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

RGB channels and saturation

R 156 of 255 = 61%
G 237 of 255 = 93%
B 174 of 255 = 68%

156
237
174

R + G + B ~ 74%. #9CEDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 237 + 174 = 567 (100%)
R 156 of 567 ~ 27.51%
G 237 of 567 ~ 41.8%
B 174 of 567 ~ 30.69%

%27.51
%41.8
%30.69

CMYK color model

#9CEDAE color CMYK value is (34,0,27,7).

  • cyan value is 34.18%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 7.06%
CMYK:
(34,0,27,7)
C34M0Y27K7 
(34%,0%,27%,7%)
(0.34/0.00/0.27/0.07)	

CMYK percentages

%34.18
%0
%26.58
%7.06

Codes

Color #9CEDAE in popluar color models

9CEDAE
RGB156237174
HSL133°69.23%77.06%
HSB/HSV133°34.18%92.94%
CMYK34.18%0.00%26.58%
7.06%

Color #9CEDAE in popluar number systems.

HEX9CEDAE
Decimal156237174
Binary100111001110110110101110
Octal234355256

Shades and tints

Shades of #9CEDAE

#9CEDAE
(156,237,174)
#8ED89F
(142,216,159)
#80C390
(128,195,144)
#72AE81
(114,174,129)
#649972
(100,153,114)
#568463
(86,132,99)
#486F54
(72,111,84)
#3A5A45
(58,90,69)
#2C4536
(44,69,54)
#1E3027
(30,48,39)
#101B18
(16,27,24)
#000000
(0,0,0)

Tints of #9CEDAE

#9CEDAE
(156,237,174)
#A5EEB5
(165,238,181)
#AEEFBC
(174,239,188)
#B7F0C3
(183,240,195)
#C0F1CA
(192,241,202)
#C9F2D1
(201,242,209)
#D2F3D8
(210,243,216)
#DBF4DF
(219,244,223)
#E4F5E6
(228,245,230)
#EDF6ED
(237,246,237)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CEDAE; }

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

This text font color is #9CEDAE.


Background Color

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

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

This div background color is #9CEDAE.


Border color

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

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

This div border color is #9CEDAE.


Opacity

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

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

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

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

This text has shadow with #9CEDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEDAE on black background.


Color preview on white background

This text has color #9CEDAE on white background.



Black color preview on #9CEDAE background

This text has black color on #9CEDAE background.


White color preview on #9CEDAE background

This text has white color on #9CEDAE background.