COLOR #9DAF83

HEX: #9DAF83
RGB: (157,175,131)

Color info

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

RGB color model

#9DAF83 color RGB value is (157,175,131).

  • red value is 157;
  • green value is 175;
  • blue value is 131.
RGB:
(157,175,131)
(62%,69%,51%)

RGB channels and saturation

R 157 of 255 = 62%
G 175 of 255 = 69%
B 131 of 255 = 51%

157
175
131

R + G + B ~ 61%. #9DAF83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 175 + 131 = 463 (100%)
R 157 of 463 ~ 33.91%
G 175 of 463 ~ 37.8%
B 131 of 463 ~ 28.29%

%33.91
%37.8
%28.29

CMYK color model

#9DAF83 color CMYK value is (10,0,25,31).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 31.37%
CMYK:
(10,0,25,31)
C10M0Y25K31 
(10%,0%,25%,31%)
(0.10/0.00/0.25/0.31)	

CMYK percentages

%10.29
%0
%25.14
%31.37

Codes

Color #9DAF83 in popluar color models

9DAF83
RGB157175131
HSL85°21.57%60.00%
HSB/HSV85°25.14%68.63%
CMYK10.29%0.00%25.14%
31.37%

Color #9DAF83 in popluar number systems.

HEX9DAF83
Decimal157175131
Binary100111011010111110000011
Octal235257203

Shades and tints

Shades of #9DAF83

#9DAF83
(157,175,131)
#8FA078
(143,160,120)
#81916D
(129,145,109)
#738262
(115,130,98)
#657357
(101,115,87)
#57644C
(87,100,76)
#495541
(73,85,65)
#3B4636
(59,70,54)
#2D372B
(45,55,43)
#1F2820
(31,40,32)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #9DAF83

#9DAF83
(157,175,131)
#A5B68E
(165,182,142)
#ADBD99
(173,189,153)
#B5C4A4
(181,196,164)
#BDCBAF
(189,203,175)
#C5D2BA
(197,210,186)
#CDD9C5
(205,217,197)
#D5E0D0
(213,224,208)
#DDE7DB
(221,231,219)
#E5EEE6
(229,238,230)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAF83 color. Also use rgb(157,175,131) instead hex code.

Text Font Color

.myTextColor { color: #9DAF83; }

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

This text font color is #9DAF83.


Background Color

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

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

This div background color is #9DAF83.


Border color

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

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

This div border color is #9DAF83.


Opacity

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

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

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

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

This text has shadow with #9DAF83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAF83 on black background.


Color preview on white background

This text has color #9DAF83 on white background.



Black color preview on #9DAF83 background

This text has black color on #9DAF83 background.


White color preview on #9DAF83 background

This text has white color on #9DAF83 background.