COLOR #9DACB5

HEX: #9DACB5
RGB: (157,172,181)

Color info

#9DACB5 contains red, green and blue colors in about the same proportion. Web safe color of #9DACB5 is #9999CC (or #99C).

RGB color model

#9DACB5 color RGB value is (157,172,181).

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

RGB channels and saturation

R 157 of 255 = 62%
G 172 of 255 = 67%
B 181 of 255 = 71%

157
172
181

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

Portions of RGB colors in percentages

R + G + B =
157 + 172 + 181 = 510 (100%)
R 157 of 510 ~ 30.78%
G 172 of 510 ~ 33.73%
B 181 of 510 ~ 35.49%

%30.78
%33.73
%35.49

CMYK color model

#9DACB5 color CMYK value is (13,5,0,29).

  • cyan value is 13.26%
  • magenta value is 4.97%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(13,5,0,29)
C13M5Y0K29 
(13%,5%,0%,29%)
(0.13/0.05/0.00/0.29)	

CMYK percentages

%13.26
%4.97
%0
%29.02

Codes

Color #9DACB5 in popluar color models

9DACB5
RGB157172181
HSL203°13.95%66.27%
HSB/HSV203°13.26%70.98%
CMYK13.26%4.97%0.00%
29.02%

Color #9DACB5 in popluar number systems.

HEX9DACB5
Decimal157172181
Binary100111011010110010110101
Octal235254265

Shades and tints

Shades of #9DACB5

#9DACB5
(157,172,181)
#8F9DA5
(143,157,165)
#818E95
(129,142,149)
#737F85
(115,127,133)
#657075
(101,112,117)
#576165
(87,97,101)
#495255
(73,82,85)
#3B4345
(59,67,69)
#2D3435
(45,52,53)
#1F2525
(31,37,37)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #9DACB5

#9DACB5
(157,172,181)
#A5B3BB
(165,179,187)
#ADBAC1
(173,186,193)
#B5C1C7
(181,193,199)
#BDC8CD
(189,200,205)
#C5CFD3
(197,207,211)
#CDD6D9
(205,214,217)
#D5DDDF
(213,221,223)
#DDE4E5
(221,228,229)
#E5EBEB
(229,235,235)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DACB5; }

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

This text font color is #9DACB5.


Background Color

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

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

This div background color is #9DACB5.


Border color

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

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

This div border color is #9DACB5.


Opacity

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

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

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

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

This text has shadow with #9DACB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DACB5 on black background.


Color preview on white background

This text has color #9DACB5 on white background.



Black color preview on #9DACB5 background

This text has black color on #9DACB5 background.


White color preview on #9DACB5 background

This text has white color on #9DACB5 background.