COLOR #9EB0AD

HEX: #9EB0AD RGB: (158,176,173)

Color info

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

RGB color model

#9EB0AD color RGB value is (158,176,173).

RGB: (158,176,173) (62%, 69%, 68%)

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 173 of 255 = 68%

158
176
173

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

Portions of RGB colors in percentages

R + G + B = 158 + 176 + 173 = 507 (100%)
R 158 of 507 ~ 31.16%
G 176 of 507 ~ 34.71%
B 173 of 507 ~ 34.12'%

%31.16
%34.71
%34.12

CMYK color model

#9EB0AD color CMYK value is (10,0,2,31).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 30.98%

CMYK: (10,0,2,31)
C10M0Y2K31 (10%, 0%, 2%, 31%)
(0.10 / 0.00 / 0.02 / 0.31)

CMYK percentages

%10.23
%0
%1.7
%30.98

Codes

Color #9EB0AD in popluar color models

9E B0 AD
RGB 158 176 173
HSL 170° 10.23% 65.49%
HSB/HSV 170° 10.23% 69.02%
CMYK 10.23% 0.00% 1.70%
30.98%

Color #9EB0AD in popluar number systems.

HEX 9E B0 AD
Decimal 158 176 173
Binary 10011110 10110000 10101101
Octal 236 260 255

Shades and tints

Shades of #9EB0AD

#9EB0AD
(158,176,173)
#90A09E
(144,160,158)
#82908F
(130,144,143)
#748080
(116,128,128)
#667071
(102,112,113)
#586062
(88,96,98)
#4A5053
(74,80,83)
#3C4044
(60,64,68)
#2E3035
(46,48,53)
#202026
(32,32,38)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #9EB0AD

#9EB0AD
(158,176,173)
#A6B7B4
(166,183,180)
#AEBEBB
(174,190,187)
#B6C5C2
(182,197,194)
#BECCC9
(190,204,201)
#C6D3D0
(198,211,208)
#CEDAD7
(206,218,215)
#D6E1DE
(214,225,222)
#DEE8E5
(222,232,229)
#E6EFEC
(230,239,236)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB0AD color. Also use rgb(158,176,173) instead hex code.

Text Font Color

.myTextColor { color: #9EB0AD; }

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

This text font color is #9EB0AD.

Background Color

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

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

This div background color is #9EB0AD.

Border color

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

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

This div border color is #9EB0AD.

Opacity

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

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

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

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

This text has shadow with #9EB0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB0AD.

Preview

Color preview on black background

This text has color #9EB0AD on black background.


Color preview on white background

This text has color #9EB0AD on white background.


Black color preview on #9EB0AD background

This text has black color on #9EB0AD background.


White color preview on #9EB0AD background

This text has white color on #9EB0AD background.


Related colors

Complementary color

Complementary color for #hex is #614F52.


I love getcolorcode.com

Triadic colors

1 #AD9EB0 and #B0AD9E with #9EB0AD are triadic colors.

2 #ADB09E and #B09EAD with #9EB0AD are triadic colors.