COLOR #9DAEAB

HEX: #9DAEAB RGB: (157,174,171)

Color info

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

RGB color model

#9DAEAB color RGB value is (157,174,171).

RGB: (157,174,171) (62%, 68%, 67%)

RGB channels and saturation

R 157 of 255 = 62%
G 174 of 255 = 68%
B 171 of 255 = 67%

157
174
171

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

Portions of RGB colors in percentages

R + G + B = 157 + 174 + 171 = 502 (100%)
R 157 of 502 ~ 31.27%
G 174 of 502 ~ 34.66%
B 171 of 502 ~ 34.06'%

%31.27
%34.66
%34.06

CMYK color model

#9DAEAB color CMYK value is (10,0,2,32).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 31.76%

CMYK: (10,0,2,32)
C10M0Y2K32 (10%, 0%, 2%, 32%)
(0.10 / 0.00 / 0.02 / 0.32)

CMYK percentages

%9.77
%0
%1.72
%31.76

Codes

Color #9DAEAB in popluar color models

9D AE AB
RGB 157 174 171
HSL 169° 9.50% 64.90%
HSB/HSV 169° 9.77% 68.24%
CMYK 9.77% 0.00% 1.72%
31.76%

Color #9DAEAB in popluar number systems.

HEX 9D AE AB
Decimal 157 174 171
Binary 10011101 10101110 10101011
Octal 235 256 253

Shades and tints

Shades of #9DAEAB

#9DAEAB
(157,174,171)
#8F9F9C
(143,159,156)
#81908D
(129,144,141)
#73817E
(115,129,126)
#65726F
(101,114,111)
#576360
(87,99,96)
#495451
(73,84,81)
#3B4542
(59,69,66)
#2D3633
(45,54,51)
#1F2724
(31,39,36)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #9DAEAB

#9DAEAB
(157,174,171)
#A5B5B2
(165,181,178)
#ADBCB9
(173,188,185)
#B5C3C0
(181,195,192)
#BDCAC7
(189,202,199)
#C5D1CE
(197,209,206)
#CDD8D5
(205,216,213)
#D5DFDC
(213,223,220)
#DDE6E3
(221,230,227)
#E5EDEA
(229,237,234)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAEAB; }

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

This text font color is #9DAEAB.

Background Color

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

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

This div background color is #9DAEAB.

Border color

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

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

This div border color is #9DAEAB.

Opacity

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

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

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

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

This text has shadow with #9DAEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAEAB.

Preview

Color preview on black background

This text has color #9DAEAB on black background.


Color preview on white background

This text has color #9DAEAB on white background.


Black color preview on #9DAEAB background

This text has black color on #9DAEAB background.


White color preview on #9DAEAB background

This text has white color on #9DAEAB background.


Related colors

Complementary color

Complementary color for #hex is #625154.


I love getcolorcode.com

Triadic colors

1 #AB9DAE and #AEAB9D with #9DAEAB are triadic colors.

2 #ABAE9D and #AE9DAB with #9DAEAB are triadic colors.