COLOR #9DCEA8

HEX: #9DCEA8
RGB: (157,206,168)

Color info

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

RGB color model

#9DCEA8 color RGB value is (157,206,168).

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

RGB channels and saturation

R 157 of 255 = 62%
G 206 of 255 = 81%
B 168 of 255 = 66%

157
206
168

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

Portions of RGB colors in percentages

R + G + B =
157 + 206 + 168 = 531 (100%)
R 157 of 531 ~ 29.57%
G 206 of 531 ~ 38.79%
B 168 of 531 ~ 31.64%

%29.57
%38.79
%31.64

CMYK color model

#9DCEA8 color CMYK value is (24,0,18,19).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 19.22%
CMYK:
(24,0,18,19)
C24M0Y18K19 
(24%,0%,18%,19%)
(0.24/0.00/0.18/0.19)	

CMYK percentages

%23.79
%0
%18.45
%19.22

Codes

Color #9DCEA8 in popluar color models

9DCEA8
RGB157206168
HSL133°33.33%71.18%
HSB/HSV133°23.79%80.78%
CMYK23.79%0.00%18.45%
19.22%

Color #9DCEA8 in popluar number systems.

HEX9DCEA8
Decimal157206168
Binary100111011100111010101000
Octal235316250

Shades and tints

Shades of #9DCEA8

#9DCEA8
(157,206,168)
#8FBC99
(143,188,153)
#81AA8A
(129,170,138)
#73987B
(115,152,123)
#65866C
(101,134,108)
#57745D
(87,116,93)
#49624E
(73,98,78)
#3B503F
(59,80,63)
#2D3E30
(45,62,48)
#1F2C21
(31,44,33)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #9DCEA8

#9DCEA8
(157,206,168)
#A5D2AF
(165,210,175)
#ADD6B6
(173,214,182)
#B5DABD
(181,218,189)
#BDDEC4
(189,222,196)
#C5E2CB
(197,226,203)
#CDE6D2
(205,230,210)
#D5EAD9
(213,234,217)
#DDEEE0
(221,238,224)
#E5F2E7
(229,242,231)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCEA8; }

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

This text font color is #9DCEA8.


Background Color

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

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

This div background color is #9DCEA8.


Border color

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

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

This div border color is #9DCEA8.


Opacity

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

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

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

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

This text has shadow with #9DCEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCEA8 on black background.


Color preview on white background

This text has color #9DCEA8 on white background.



Black color preview on #9DCEA8 background

This text has black color on #9DCEA8 background.


White color preview on #9DCEA8 background

This text has white color on #9DCEA8 background.