COLOR #9DCEAA

HEX: #9DCEAA
RGB: (157,206,170)

Color info

#9DCEAA contains red, green and blue colors in about the same proportion. Web safe color of #9DCEAA is #99CC99 (or #9C9).

RGB color model

#9DCEAA color RGB value is (157,206,170).

  • red value is 157;
  • green value is 206;
  • blue value is 170.
RGB:
(157,206,170)
(62%,81%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 206 of 255 = 81%
B 170 of 255 = 67%

157
206
170

R + G + B ~ 70%. #9DCEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 206 + 170 = 533 (100%)
R 157 of 533 ~ 29.46%
G 206 of 533 ~ 38.65%
B 170 of 533 ~ 31.89%

%29.46
%38.65
%31.89

CMYK color model

#9DCEAA color CMYK value is (24,0,17,19).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 19.22%
CMYK:
(24,0,17,19)
C24M0Y17K19 
(24%,0%,17%,19%)
(0.24/0.00/0.17/0.19)	

CMYK percentages

%23.79
%0
%17.48
%19.22

Codes

Color #9DCEAA in popluar color models

9DCEAA
RGB157206170
HSL136°33.33%71.18%
HSB/HSV136°23.79%80.78%
CMYK23.79%0.00%17.48%
19.22%

Color #9DCEAA in popluar number systems.

HEX9DCEAA
Decimal157206170
Binary100111011100111010101010
Octal235316252

Shades and tints

Shades of #9DCEAA

#9DCEAA
(157,206,170)
#8FBC9B
(143,188,155)
#81AA8C
(129,170,140)
#73987D
(115,152,125)
#65866E
(101,134,110)
#57745F
(87,116,95)
#496250
(73,98,80)
#3B5041
(59,80,65)
#2D3E32
(45,62,50)
#1F2C23
(31,44,35)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #9DCEAA

#9DCEAA
(157,206,170)
#A5D2B1
(165,210,177)
#ADD6B8
(173,214,184)
#B5DABF
(181,218,191)
#BDDEC6
(189,222,198)
#C5E2CD
(197,226,205)
#CDE6D4
(205,230,212)
#D5EADB
(213,234,219)
#DDEEE2
(221,238,226)
#E5F2E9
(229,242,233)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCEAA color. Also use rgb(157,206,170) instead hex code.

Text Font Color

.myTextColor { color: #9DCEAA; }

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

This text font color is #9DCEAA.


Background Color

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

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

This div background color is #9DCEAA.


Border color

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

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

This div border color is #9DCEAA.


Opacity

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

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

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

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

This text has shadow with #9DCEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCEAA on black background.


Color preview on white background

This text has color #9DCEAA on white background.



Black color preview on #9DCEAA background

This text has black color on #9DCEAA background.


White color preview on #9DCEAA background

This text has white color on #9DCEAA background.