COLOR #9EAFC1

HEX: #9EAFC1 RGB: (158,175,193)

Color info

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

RGB color model

#9EAFC1 color RGB value is (158,175,193).

RGB: (158,175,193) (62%, 69%, 76%)

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 193 of 255 = 76%

158
175
193

R + G + B ~ 69%. #9EAFC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 175 + 193 = 526 (100%)
R 158 of 526 ~ 30.04%
G 175 of 526 ~ 33.27%
B 193 of 526 ~ 36.69'%

%30.04
%33.27
%36.69

CMYK color model

#9EAFC1 color CMYK value is (18,9,0,24).

  • cyan value is 18.13%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (18,9,0,24)
C18M9Y0K24 (18%, 9%, 0%, 24%)
(0.18 / 0.09 / 0.00 / 0.24)

CMYK percentages

%18.13
%9.33
%0
%24.31

Codes

Color #9EAFC1 in popluar color models

9E AF C1
RGB 158 175 193
HSL 211° 22.01% 68.82%
HSB/HSV 211° 18.13% 75.69%
CMYK 18.13% 9.33% 0.00%
24.31%

Color #9EAFC1 in popluar number systems.

HEX 9E AF C1
Decimal 158 175 193
Binary 10011110 10101111 11000001
Octal 236 257 301

Shades and tints

Shades of #9EAFC1

#9EAFC1
(158,175,193)
#90A0B0
(144,160,176)
#82919F
(130,145,159)
#74828E
(116,130,142)
#66737D
(102,115,125)
#58646C
(88,100,108)
#4A555B
(74,85,91)
#3C464A
(60,70,74)
#2E3739
(46,55,57)
#202828
(32,40,40)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #9EAFC1

#9EAFC1
(158,175,193)
#A6B6C6
(166,182,198)
#AEBDCB
(174,189,203)
#B6C4D0
(182,196,208)
#BECBD5
(190,203,213)
#C6D2DA
(198,210,218)
#CED9DF
(206,217,223)
#D6E0E4
(214,224,228)
#DEE7E9
(222,231,233)
#E6EEEE
(230,238,238)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAFC1; }

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

This text font color is #9EAFC1.

Background Color

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

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

This div background color is #9EAFC1.

Border color

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

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

This div border color is #9EAFC1.

Opacity

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

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

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

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

This text has shadow with #9EAFC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAFC1.

Preview

Color preview on black background

This text has color #9EAFC1 on black background.


Color preview on white background

This text has color #9EAFC1 on white background.


Black color preview on #9EAFC1 background

This text has black color on #9EAFC1 background.


White color preview on #9EAFC1 background

This text has white color on #9EAFC1 background.


Related colors

Complementary color

Complementary color for #hex is #61503E.


I love getcolorcode.com

Triadic colors

1 #C19EAF and #AFC19E with #9EAFC1 are triadic colors.

2 #C1AF9E and #AF9EC1 with #9EAFC1 are triadic colors.