COLOR #9DA884

HEX: #9DA884
RGB: (157,168,132)

Color info

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

RGB color model

#9DA884 color RGB value is (157,168,132).

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

RGB channels and saturation

R 157 of 255 = 62%
G 168 of 255 = 66%
B 132 of 255 = 52%

157
168
132

R + G + B ~ 60%. #9DA884 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 168 + 132 = 457 (100%)
R 157 of 457 ~ 34.35%
G 168 of 457 ~ 36.76%
B 132 of 457 ~ 28.88%

%34.35
%36.76
%28.88

CMYK color model

#9DA884 color CMYK value is (7,0,21,34).

  • cyan value is 6.55%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 34.12%
CMYK:
(7,0,21,34)
C7M0Y21K34 
(7%,0%,21%,34%)
(0.07/0.00/0.21/0.34)	

CMYK percentages

%6.55
%0
%21.43
%34.12

Codes

Color #9DA884 in popluar color models

9DA884
RGB157168132
HSL78°17.14%58.82%
HSB/HSV78°21.43%65.88%
CMYK6.55%0.00%21.43%
34.12%

Color #9DA884 in popluar number systems.

HEX9DA884
Decimal157168132
Binary100111011010100010000100
Octal235250204

Shades and tints

Shades of #9DA884

#9DA884
(157,168,132)
#8F9978
(143,153,120)
#818A6C
(129,138,108)
#737B60
(115,123,96)
#656C54
(101,108,84)
#575D48
(87,93,72)
#494E3C
(73,78,60)
#3B3F30
(59,63,48)
#2D3024
(45,48,36)
#1F2118
(31,33,24)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #9DA884

#9DA884
(157,168,132)
#A5AF8F
(165,175,143)
#ADB69A
(173,182,154)
#B5BDA5
(181,189,165)
#BDC4B0
(189,196,176)
#C5CBBB
(197,203,187)
#CDD2C6
(205,210,198)
#D5D9D1
(213,217,209)
#DDE0DC
(221,224,220)
#E5E7E7
(229,231,231)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA884; }

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

This text font color is #9DA884.


Background Color

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

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

This div background color is #9DA884.


Border color

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

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

This div border color is #9DA884.


Opacity

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

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

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

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

This text has shadow with #9DA884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA884 on black background.


Color preview on white background

This text has color #9DA884 on white background.



Black color preview on #9DA884 background

This text has black color on #9DA884 background.


White color preview on #9DA884 background

This text has white color on #9DA884 background.