COLOR #9EB2AC

HEX: #9EB2AC RGB: (158,178,172)

Color info

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

RGB color model

#9EB2AC color RGB value is (158,178,172).

RGB: (158,178,172) (62%, 70%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 172 of 255 = 67%

158
178
172

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

Portions of RGB colors in percentages

R + G + B = 158 + 178 + 172 = 508 (100%)
R 158 of 508 ~ 31.1%
G 178 of 508 ~ 35.04%
B 172 of 508 ~ 33.86'%

%31.1
%35.04
%33.86

CMYK color model

#9EB2AC color CMYK value is (11,0,3,30).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 3.37%
  • key color value is 30.20%

CMYK: (11,0,3,30)
C11M0Y3K30 (11%, 0%, 3%, 30%)
(0.11 / 0.00 / 0.03 / 0.30)

CMYK percentages

%11.24
%0
%3.37
%30.2

Codes

Color #9EB2AC in popluar color models

9E B2 AC
RGB 158 178 172
HSL 162° 11.49% 65.88%
HSB/HSV 162° 11.24% 69.80%
CMYK 11.24% 0.00% 3.37%
30.20%

Color #9EB2AC in popluar number systems.

HEX 9E B2 AC
Decimal 158 178 172
Binary 10011110 10110010 10101100
Octal 236 262 254

Shades and tints

Shades of #9EB2AC

#9EB2AC
(158,178,172)
#90A29D
(144,162,157)
#82928E
(130,146,142)
#74827F
(116,130,127)
#667270
(102,114,112)
#586261
(88,98,97)
#4A5252
(74,82,82)
#3C4243
(60,66,67)
#2E3234
(46,50,52)
#202225
(32,34,37)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #9EB2AC

#9EB2AC
(158,178,172)
#A6B9B3
(166,185,179)
#AEC0BA
(174,192,186)
#B6C7C1
(182,199,193)
#BECEC8
(190,206,200)
#C6D5CF
(198,213,207)
#CEDCD6
(206,220,214)
#D6E3DD
(214,227,221)
#DEEAE4
(222,234,228)
#E6F1EB
(230,241,235)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB2AC color. Also use rgb(158,178,172) instead hex code.

Text Font Color

.myTextColor { color: #9EB2AC; }

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

This text font color is #9EB2AC.

Background Color

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

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

This div background color is #9EB2AC.

Border color

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

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

This div border color is #9EB2AC.

Opacity

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

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

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

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

This text has shadow with #9EB2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB2AC.

Preview

Color preview on black background

This text has color #9EB2AC on black background.


Color preview on white background

This text has color #9EB2AC on white background.


Black color preview on #9EB2AC background

This text has black color on #9EB2AC background.


White color preview on #9EB2AC background

This text has white color on #9EB2AC background.


Related colors

Complementary color

Complementary color for #hex is #614D53.


I love getcolorcode.com

Triadic colors

1 #AC9EB2 and #B2AC9E with #9EB2AC are triadic colors.

2 #ACB29E and #B29EAC with #9EB2AC are triadic colors.