COLOR #9EAFB3

HEX: #9EAFB3 RGB: (158,175,179)

Color info

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

RGB color model

#9EAFB3 color RGB value is (158,175,179).

RGB: (158,175,179) (62%, 69%, 70%)

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 179 of 255 = 70%

158
175
179

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

Portions of RGB colors in percentages

R + G + B = 158 + 175 + 179 = 512 (100%)
R 158 of 512 ~ 30.86%
G 175 of 512 ~ 34.18%
B 179 of 512 ~ 34.96'%

%30.86
%34.18
%34.96

CMYK color model

#9EAFB3 color CMYK value is (12,2,0,30).

  • cyan value is 11.73%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (12,2,0,30)
C12M2Y0K30 (12%, 2%, 0%, 30%)
(0.12 / 0.02 / 0.00 / 0.30)

CMYK percentages

%11.73
%2.23
%0
%29.8

Codes

Color #9EAFB3 in popluar color models

9E AF B3
RGB 158 175 179
HSL 191° 12.14% 66.08%
HSB/HSV 191° 11.73% 70.20%
CMYK 11.73% 2.23% 0.00%
29.80%

Color #9EAFB3 in popluar number systems.

HEX 9E AF B3
Decimal 158 175 179
Binary 10011110 10101111 10110011
Octal 236 257 263

Shades and tints

Shades of #9EAFB3

#9EAFB3
(158,175,179)
#90A0A3
(144,160,163)
#829193
(130,145,147)
#748283
(116,130,131)
#667373
(102,115,115)
#586463
(88,100,99)
#4A5553
(74,85,83)
#3C4643
(60,70,67)
#2E3733
(46,55,51)
#202823
(32,40,35)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #9EAFB3

#9EAFB3
(158,175,179)
#A6B6B9
(166,182,185)
#AEBDBF
(174,189,191)
#B6C4C5
(182,196,197)
#BECBCB
(190,203,203)
#C6D2D1
(198,210,209)
#CED9D7
(206,217,215)
#D6E0DD
(214,224,221)
#DEE7E3
(222,231,227)
#E6EEE9
(230,238,233)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAFB3; }

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

This text font color is #9EAFB3.

Background Color

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

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

This div background color is #9EAFB3.

Border color

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

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

This div border color is #9EAFB3.

Opacity

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

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

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

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

This text has shadow with #9EAFB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAFB3.

Preview

Color preview on black background

This text has color #9EAFB3 on black background.


Color preview on white background

This text has color #9EAFB3 on white background.


Black color preview on #9EAFB3 background

This text has black color on #9EAFB3 background.


White color preview on #9EAFB3 background

This text has white color on #9EAFB3 background.


Related colors

Complementary color

Complementary color for #hex is #61504C.


I love getcolorcode.com

Triadic colors

1 #B39EAF and #AFB39E with #9EAFB3 are triadic colors.

2 #B3AF9E and #AF9EB3 with #9EAFB3 are triadic colors.