COLOR #9DA895

HEX: #9DA895
RGB: (157,168,149)

Color info

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

RGB color model

#9DA895 color RGB value is (157,168,149).

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

RGB channels and saturation

R 157 of 255 = 62%
G 168 of 255 = 66%
B 149 of 255 = 58%

157
168
149

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

Portions of RGB colors in percentages

R + G + B =
157 + 168 + 149 = 474 (100%)
R 157 of 474 ~ 33.12%
G 168 of 474 ~ 35.44%
B 149 of 474 ~ 31.43%

%33.12
%35.44
%31.43

CMYK color model

#9DA895 color CMYK value is (7,0,11,34).

  • cyan value is 6.55%
  • magenta value is 0.00%
  • yellow value is 11.31%
  • key color value is 34.12%
CMYK:
(7,0,11,34)
C7M0Y11K34 
(7%,0%,11%,34%)
(0.07/0.00/0.11/0.34)	

CMYK percentages

%6.55
%0
%11.31
%34.12

Codes

Color #9DA895 in popluar color models

9DA895
RGB157168149
HSL95°9.84%62.16%
HSB/HSV95°11.31%65.88%
CMYK6.55%0.00%11.31%
34.12%

Color #9DA895 in popluar number systems.

HEX9DA895
Decimal157168149
Binary100111011010100010010101
Octal235250225

Shades and tints

Shades of #9DA895

#9DA895
(157,168,149)
#8F9988
(143,153,136)
#818A7B
(129,138,123)
#737B6E
(115,123,110)
#656C61
(101,108,97)
#575D54
(87,93,84)
#494E47
(73,78,71)
#3B3F3A
(59,63,58)
#2D302D
(45,48,45)
#1F2120
(31,33,32)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #9DA895

#9DA895
(157,168,149)
#A5AF9E
(165,175,158)
#ADB6A7
(173,182,167)
#B5BDB0
(181,189,176)
#BDC4B9
(189,196,185)
#C5CBC2
(197,203,194)
#CDD2CB
(205,210,203)
#D5D9D4
(213,217,212)
#DDE0DD
(221,224,221)
#E5E7E6
(229,231,230)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA895; }

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

This text font color is #9DA895.


Background Color

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

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

This div background color is #9DA895.


Border color

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

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

This div border color is #9DA895.


Opacity

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

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

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

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

This text has shadow with #9DA895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA895 on black background.


Color preview on white background

This text has color #9DA895 on white background.



Black color preview on #9DA895 background

This text has black color on #9DA895 background.


White color preview on #9DA895 background

This text has white color on #9DA895 background.