COLOR #9DAE8D

HEX: #9DAE8D
RGB: (157,174,141)

Color info

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

RGB color model

#9DAE8D color RGB value is (157,174,141).

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

RGB channels and saturation

R 157 of 255 = 62%
G 174 of 255 = 68%
B 141 of 255 = 55%

157
174
141

R + G + B ~ 62%. #9DAE8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 174 + 141 = 472 (100%)
R 157 of 472 ~ 33.26%
G 174 of 472 ~ 36.86%
B 141 of 472 ~ 29.87%

%33.26
%36.86
%29.87

CMYK color model

#9DAE8D color CMYK value is (10,0,19,32).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(10,0,19,32)
C10M0Y19K32 
(10%,0%,19%,32%)
(0.10/0.00/0.19/0.32)	

CMYK percentages

%9.77
%0
%18.97
%31.76

Codes

Color #9DAE8D in popluar color models

9DAE8D
RGB157174141
HSL91°16.92%61.76%
HSB/HSV91°18.97%68.24%
CMYK9.77%0.00%18.97%
31.76%

Color #9DAE8D in popluar number systems.

HEX9DAE8D
Decimal157174141
Binary100111011010111010001101
Octal235256215

Shades and tints

Shades of #9DAE8D

#9DAE8D
(157,174,141)
#8F9F81
(143,159,129)
#819075
(129,144,117)
#738169
(115,129,105)
#65725D
(101,114,93)
#576351
(87,99,81)
#495445
(73,84,69)
#3B4539
(59,69,57)
#2D362D
(45,54,45)
#1F2721
(31,39,33)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #9DAE8D

#9DAE8D
(157,174,141)
#A5B597
(165,181,151)
#ADBCA1
(173,188,161)
#B5C3AB
(181,195,171)
#BDCAB5
(189,202,181)
#C5D1BF
(197,209,191)
#CDD8C9
(205,216,201)
#D5DFD3
(213,223,211)
#DDE6DD
(221,230,221)
#E5EDE7
(229,237,231)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAE8D; }

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

This text font color is #9DAE8D.


Background Color

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

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

This div background color is #9DAE8D.


Border color

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

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

This div border color is #9DAE8D.


Opacity

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

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

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

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

This text has shadow with #9DAE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAE8D on black background.


Color preview on white background

This text has color #9DAE8D on white background.



Black color preview on #9DAE8D background

This text has black color on #9DAE8D background.


White color preview on #9DAE8D background

This text has white color on #9DAE8D background.