COLOR #9DA7A9

HEX: #9DA7A9 RGB: (157,167,169)

Color info

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

RGB color model

#9DA7A9 color RGB value is (157,167,169).

RGB: (157,167,169) (62%, 65%, 66%)

RGB channels and saturation

R 157 of 255 = 62%
G 167 of 255 = 65%
B 169 of 255 = 66%

157
167
169

R + G + B ~ 64%. #9DA7A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 167 + 169 = 493 (100%)
R 157 of 493 ~ 31.85%
G 167 of 493 ~ 33.87%
B 169 of 493 ~ 34.28'%

%31.85
%33.87
%34.28

CMYK color model

#9DA7A9 color CMYK value is (7,1,0,34).

  • cyan value is 7.10%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (7,1,0,34)
C7M1Y0K34 (7%, 1%, 0%, 34%)
(0.07 / 0.01 / 0.00 / 0.34)

CMYK percentages

%7.1
%1.18
%0
%33.73

Codes

Color #9DA7A9 in popluar color models

9D A7 A9
RGB 157 167 169
HSL 190° 6.52% 63.92%
HSB/HSV 190° 7.10% 66.27%
CMYK 7.10% 1.18% 0.00%
33.73%

Color #9DA7A9 in popluar number systems.

HEX 9D A7 A9
Decimal 157 167 169
Binary 10011101 10100111 10101001
Octal 235 247 251

Shades and tints

Shades of #9DA7A9

#9DA7A9
(157,167,169)
#8F989A
(143,152,154)
#81898B
(129,137,139)
#737A7C
(115,122,124)
#656B6D
(101,107,109)
#575C5E
(87,92,94)
#494D4F
(73,77,79)
#3B3E40
(59,62,64)
#2D2F31
(45,47,49)
#1F2022
(31,32,34)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #9DA7A9

#9DA7A9
(157,167,169)
#A5AFB0
(165,175,176)
#ADB7B7
(173,183,183)
#B5BFBE
(181,191,190)
#BDC7C5
(189,199,197)
#C5CFCC
(197,207,204)
#CDD7D3
(205,215,211)
#D5DFDA
(213,223,218)
#DDE7E1
(221,231,225)
#E5EFE8
(229,239,232)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA7A9; }

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

This text font color is #9DA7A9.

Background Color

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

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

This div background color is #9DA7A9.

Border color

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

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

This div border color is #9DA7A9.

Opacity

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

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

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

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

This text has shadow with #9DA7A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA7A9.

Preview

Color preview on black background

This text has color #9DA7A9 on black background.


Color preview on white background

This text has color #9DA7A9 on white background.


Black color preview on #9DA7A9 background

This text has black color on #9DA7A9 background.


White color preview on #9DA7A9 background

This text has white color on #9DA7A9 background.


Related colors

Complementary color

Complementary color for #hex is #625856.


I love getcolorcode.com

Triadic colors

1 #A99DA7 and #A7A99D with #9DA7A9 are triadic colors.

2 #A9A79D and #A79DA9 with #9DA7A9 are triadic colors.