COLOR #9EB5AF

HEX: #9EB5AF RGB: (158,181,175)

Color info

#9EB5AF contains red, green and blue colors in about the same proportion. Web safe color of #9EB5AF is #99CC99 (or #9C9).

RGB color model

#9EB5AF color RGB value is (158,181,175).

RGB: (158,181,175) (62%, 71%, 69%)

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 175 of 255 = 69%

158
181
175

R + G + B ~ 67%. #9EB5AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 181 + 175 = 514 (100%)
R 158 of 514 ~ 30.74%
G 181 of 514 ~ 35.21%
B 175 of 514 ~ 34.05'%

%30.74
%35.21
%34.05

CMYK color model

#9EB5AF color CMYK value is (13,0,3,29).

  • cyan value is 12.71%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 29.02%

CMYK: (13,0,3,29)
C13M0Y3K29 (13%, 0%, 3%, 29%)
(0.13 / 0.00 / 0.03 / 0.29)

CMYK percentages

%12.71
%0
%3.31
%29.02

Codes

Color #9EB5AF in popluar color models

9E B5 AF
RGB 158 181 175
HSL 164° 13.45% 66.47%
HSB/HSV 164° 12.71% 70.98%
CMYK 12.71% 0.00% 3.31%
29.02%

Color #9EB5AF in popluar number systems.

HEX 9E B5 AF
Decimal 158 181 175
Binary 10011110 10110101 10101111
Octal 236 265 257

Shades and tints

Shades of #9EB5AF

#9EB5AF
(158,181,175)
#90A5A0
(144,165,160)
#829591
(130,149,145)
#748582
(116,133,130)
#667573
(102,117,115)
#586564
(88,101,100)
#4A5555
(74,85,85)
#3C4546
(60,69,70)
#2E3537
(46,53,55)
#202528
(32,37,40)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #9EB5AF

#9EB5AF
(158,181,175)
#A6BBB6
(166,187,182)
#AEC1BD
(174,193,189)
#B6C7C4
(182,199,196)
#BECDCB
(190,205,203)
#C6D3D2
(198,211,210)
#CED9D9
(206,217,217)
#D6DFE0
(214,223,224)
#DEE5E7
(222,229,231)
#E6EBEE
(230,235,238)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB5AF color. Also use rgb(158,181,175) instead hex code.

Text Font Color

.myTextColor { color: #9EB5AF; }

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

This text font color is #9EB5AF.

Background Color

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

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

This div background color is #9EB5AF.

Border color

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

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

This div border color is #9EB5AF.

Opacity

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

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

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

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

This text has shadow with #9EB5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB5AF.

Preview

Color preview on black background

This text has color #9EB5AF on black background.


Color preview on white background

This text has color #9EB5AF on white background.


Black color preview on #9EB5AF background

This text has black color on #9EB5AF background.


White color preview on #9EB5AF background

This text has white color on #9EB5AF background.


Related colors

Complementary color

Complementary color for #hex is #614A50.


I love getcolorcode.com

Triadic colors

1 #AF9EB5 and #B5AF9E with #9EB5AF are triadic colors.

2 #AFB59E and #B59EAF with #9EB5AF are triadic colors.