COLOR #9DA7B3

HEX: #9DA7B3
RGB: (157,167,179)

Color info

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

RGB color model

#9DA7B3 color RGB value is (157,167,179).

  • red value is 157;
  • green value is 167;
  • blue value is 179.
RGB:
(157,167,179)
(62%,65%,70%)

RGB channels and saturation

R 157 of 255 = 62%
G 167 of 255 = 65%
B 179 of 255 = 70%

157
167
179

R + G + B ~ 66%. #9DA7B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 167 + 179 = 503 (100%)
R 157 of 503 ~ 31.21%
G 167 of 503 ~ 33.2%
B 179 of 503 ~ 35.59%

%31.21
%33.2
%35.59

CMYK color model

#9DA7B3 color CMYK value is (12,7,0,30).

  • cyan value is 12.29%
  • magenta value is 6.70%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(12,7,0,30)
C12M7Y0K30 
(12%,7%,0%,30%)
(0.12/0.07/0.00/0.30)	

CMYK percentages

%12.29
%6.7
%0
%29.8

Codes

Color #9DA7B3 in popluar color models

9DA7B3
RGB157167179
HSL213°12.64%65.88%
HSB/HSV213°12.29%70.20%
CMYK12.29%6.70%0.00%
29.80%

Color #9DA7B3 in popluar number systems.

HEX9DA7B3
Decimal157167179
Binary100111011010011110110011
Octal235247263

Shades and tints

Shades of #9DA7B3

#9DA7B3
(157,167,179)
#8F98A3
(143,152,163)
#818993
(129,137,147)
#737A83
(115,122,131)
#656B73
(101,107,115)
#575C63
(87,92,99)
#494D53
(73,77,83)
#3B3E43
(59,62,67)
#2D2F33
(45,47,51)
#1F2023
(31,32,35)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #9DA7B3

#9DA7B3
(157,167,179)
#A5AFB9
(165,175,185)
#ADB7BF
(173,183,191)
#B5BFC5
(181,191,197)
#BDC7CB
(189,199,203)
#C5CFD1
(197,207,209)
#CDD7D7
(205,215,215)
#D5DFDD
(213,223,221)
#DDE7E3
(221,231,227)
#E5EFE9
(229,239,233)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA7B3 color. Also use rgb(157,167,179) instead hex code.

Text Font Color

.myTextColor { color: #9DA7B3; }

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

This text font color is #9DA7B3.


Background Color

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

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

This div background color is #9DA7B3.


Border color

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

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

This div border color is #9DA7B3.


Opacity

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

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

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

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

This text has shadow with #9DA7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA7B3 on black background.


Color preview on white background

This text has color #9DA7B3 on white background.



Black color preview on #9DA7B3 background

This text has black color on #9DA7B3 background.


White color preview on #9DA7B3 background

This text has white color on #9DA7B3 background.