COLOR #9EAABF

HEX: #9EAABF RGB: (158,170,191)

Color info

#9EAABF contains red, green and blue colors in about the same proportion. Web safe color of #9EAABF is #9999CC (or #99C).

RGB color model

#9EAABF color RGB value is (158,170,191).

RGB: (158,170,191) (62%, 67%, 75%)

RGB channels and saturation

R 158 of 255 = 62%
G 170 of 255 = 67%
B 191 of 255 = 75%

158
170
191

R + G + B ~ 68%. #9EAABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 170 + 191 = 519 (100%)
R 158 of 519 ~ 30.44%
G 170 of 519 ~ 32.76%
B 191 of 519 ~ 36.8'%

%30.44
%32.76
%36.8

CMYK color model

#9EAABF color CMYK value is (17,11,0,25).

  • cyan value is 17.28%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (17,11,0,25)
C17M11Y0K25 (17%, 11%, 0%, 25%)
(0.17 / 0.11 / 0.00 / 0.25)

CMYK percentages

%17.28
%10.99
%0
%25.1

Codes

Color #9EAABF in popluar color models

9E AA BF
RGB 158 170 191
HSL 218° 20.50% 68.43%
HSB/HSV 218° 17.28% 74.90%
CMYK 17.28% 10.99% 0.00%
25.10%

Color #9EAABF in popluar number systems.

HEX 9E AA BF
Decimal 158 170 191
Binary 10011110 10101010 10111111
Octal 236 252 277

Shades and tints

Shades of #9EAABF

#9EAABF
(158,170,191)
#909BAE
(144,155,174)
#828C9D
(130,140,157)
#747D8C
(116,125,140)
#666E7B
(102,110,123)
#585F6A
(88,95,106)
#4A5059
(74,80,89)
#3C4148
(60,65,72)
#2E3237
(46,50,55)
#202326
(32,35,38)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #9EAABF

#9EAABF
(158,170,191)
#A6B1C4
(166,177,196)
#AEB8C9
(174,184,201)
#B6BFCE
(182,191,206)
#BEC6D3
(190,198,211)
#C6CDD8
(198,205,216)
#CED4DD
(206,212,221)
#D6DBE2
(214,219,226)
#DEE2E7
(222,226,231)
#E6E9EC
(230,233,236)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAABF color. Also use rgb(158,170,191) instead hex code.

Text Font Color

.myTextColor { color: #9EAABF; }

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

This text font color is #9EAABF.

Background Color

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

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

This div background color is #9EAABF.

Border color

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

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

This div border color is #9EAABF.

Opacity

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

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

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

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

This text has shadow with #9EAABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAABF.

Preview

Color preview on black background

This text has color #9EAABF on black background.


Color preview on white background

This text has color #9EAABF on white background.


Black color preview on #9EAABF background

This text has black color on #9EAABF background.


White color preview on #9EAABF background

This text has white color on #9EAABF background.


Related colors

Complementary color

Complementary color for #hex is #615540.


I love getcolorcode.com

Triadic colors

1 #BF9EAA and #AABF9E with #9EAABF are triadic colors.

2 #BFAA9E and #AA9EBF with #9EAABF are triadic colors.