COLOR #9DAE99

HEX: #9DAE99
RGB: (157,174,153)

Color info

#9DAE99 contains red, green and blue colors in about the same proportion. Web safe color of #9DAE99 is #999999 (or #999).

RGB color model

#9DAE99 color RGB value is (157,174,153).

  • red value is 157;
  • green value is 174;
  • blue value is 153.
RGB:
(157,174,153)
(62%,68%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 174 of 255 = 68%
B 153 of 255 = 60%

157
174
153

R + G + B ~ 63%. #9DAE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 174 + 153 = 484 (100%)
R 157 of 484 ~ 32.44%
G 174 of 484 ~ 35.95%
B 153 of 484 ~ 31.61%

%32.44
%35.95
%31.61

CMYK color model

#9DAE99 color CMYK value is (10,0,12,32).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 31.76%
CMYK:
(10,0,12,32)
C10M0Y12K32 
(10%,0%,12%,32%)
(0.10/0.00/0.12/0.32)	

CMYK percentages

%9.77
%0
%12.07
%31.76

Codes

Color #9DAE99 in popluar color models

9DAE99
RGB157174153
HSL109°11.48%64.12%
HSB/HSV109°12.07%68.24%
CMYK9.77%0.00%12.07%
31.76%

Color #9DAE99 in popluar number systems.

HEX9DAE99
Decimal157174153
Binary100111011010111010011001
Octal235256231

Shades and tints

Shades of #9DAE99

#9DAE99
(157,174,153)
#8F9F8C
(143,159,140)
#81907F
(129,144,127)
#738172
(115,129,114)
#657265
(101,114,101)
#576358
(87,99,88)
#49544B
(73,84,75)
#3B453E
(59,69,62)
#2D3631
(45,54,49)
#1F2724
(31,39,36)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #9DAE99

#9DAE99
(157,174,153)
#A5B5A2
(165,181,162)
#ADBCAB
(173,188,171)
#B5C3B4
(181,195,180)
#BDCABD
(189,202,189)
#C5D1C6
(197,209,198)
#CDD8CF
(205,216,207)
#D5DFD8
(213,223,216)
#DDE6E1
(221,230,225)
#E5EDEA
(229,237,234)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAE99 color. Also use rgb(157,174,153) instead hex code.

Text Font Color

.myTextColor { color: #9DAE99; }

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

This text font color is #9DAE99.


Background Color

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

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

This div background color is #9DAE99.


Border color

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

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

This div border color is #9DAE99.


Opacity

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

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

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

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

This text has shadow with #9DAE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAE99 on black background.


Color preview on white background

This text has color #9DAE99 on white background.



Black color preview on #9DAE99 background

This text has black color on #9DAE99 background.


White color preview on #9DAE99 background

This text has white color on #9DAE99 background.