COLOR #9DB5AE

HEX: #9DB5AE
RGB: (157,181,174)

Color info

#9DB5AE contains red, green and blue colors in about the same proportion. Web safe color of #9DB5AE is #99CC99 (or #9C9).

RGB color model

#9DB5AE color RGB value is (157,181,174).

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

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 174 of 255 = 68%

157
181
174

R + G + B ~ 67%. #9DB5AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 181 + 174 = 512 (100%)
R 157 of 512 ~ 30.66%
G 181 of 512 ~ 35.35%
B 174 of 512 ~ 33.98%

%30.66
%35.35
%33.98

CMYK color model

#9DB5AE color CMYK value is (13,0,4,29).

  • cyan value is 13.26%
  • magenta value is 0.00%
  • yellow value is 3.87%
  • key color value is 29.02%
CMYK:
(13,0,4,29)
C13M0Y4K29 
(13%,0%,4%,29%)
(0.13/0.00/0.04/0.29)	

CMYK percentages

%13.26
%0
%3.87
%29.02

Codes

Color #9DB5AE in popluar color models

9DB5AE
RGB157181174
HSL163°13.95%66.27%
HSB/HSV163°13.26%70.98%
CMYK13.26%0.00%3.87%
29.02%

Color #9DB5AE in popluar number systems.

HEX9DB5AE
Decimal157181174
Binary100111011011010110101110
Octal235265256

Shades and tints

Shades of #9DB5AE

#9DB5AE
(157,181,174)
#8FA59F
(143,165,159)
#819590
(129,149,144)
#738581
(115,133,129)
#657572
(101,117,114)
#576563
(87,101,99)
#495554
(73,85,84)
#3B4545
(59,69,69)
#2D3536
(45,53,54)
#1F2527
(31,37,39)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #9DB5AE

#9DB5AE
(157,181,174)
#A5BBB5
(165,187,181)
#ADC1BC
(173,193,188)
#B5C7C3
(181,199,195)
#BDCDCA
(189,205,202)
#C5D3D1
(197,211,209)
#CDD9D8
(205,217,216)
#D5DFDF
(213,223,223)
#DDE5E6
(221,229,230)
#E5EBED
(229,235,237)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB5AE; }

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

This text font color is #9DB5AE.


Background Color

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

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

This div background color is #9DB5AE.


Border color

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

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

This div border color is #9DB5AE.


Opacity

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

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

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

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

This text has shadow with #9DB5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB5AE on black background.


Color preview on white background

This text has color #9DB5AE on white background.



Black color preview on #9DB5AE background

This text has black color on #9DB5AE background.


White color preview on #9DB5AE background

This text has white color on #9DB5AE background.