COLOR #9EB6CA

HEX: #9EB6CA RGB: (158,182,202)

Color info

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

RGB color model

#9EB6CA color RGB value is (158,182,202).

RGB: (158,182,202) (62%, 71%, 79%)

RGB channels and saturation

R 158 of 255 = 62%
G 182 of 255 = 71%
B 202 of 255 = 79%

158
182
202

R + G + B ~ 71%. #9EB6CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 182 + 202 = 542 (100%)
R 158 of 542 ~ 29.15%
G 182 of 542 ~ 33.58%
B 202 of 542 ~ 37.27'%

%29.15
%33.58
%37.27

CMYK color model

#9EB6CA color CMYK value is (22,10,0,21).

  • cyan value is 21.78%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (22,10,0,21) C22M10Y0K21 (22%,10%,0%,21%) (0.22/0.10/0.00/0.21) 

CMYK percentages

%21.78
%9.9
%0
%20.78

Codes

Color #9EB6CA in popluar color models

9E B6 CA
RGB 158 182 202
HSL 207° 29.33% 70.59%
HSB/HSV 207° 21.78% 79.22%
CMYK 21.78% 9.90% 0.00%
20.78%

Color #9EB6CA in popluar number systems.

HEX 9E B6 CA
Decimal 158 182 202
Binary 10011110 10110110 11001010
Octal 236 266 312

Shades and tints

Shades of #9EB6CA

#9EB6CA
(158,182,202)
#90A6B8
(144,166,184)
#8296A6
(130,150,166)
#748694
(116,134,148)
#667682
(102,118,130)
#586670
(88,102,112)
#4A565E
(74,86,94)
#3C464C
(60,70,76)
#2E363A
(46,54,58)
#202628
(32,38,40)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #9EB6CA

#9EB6CA
(158,182,202)
#A6BCCE
(166,188,206)
#AEC2D2
(174,194,210)
#B6C8D6
(182,200,214)
#BECEDA
(190,206,218)
#C6D4DE
(198,212,222)
#CEDAE2
(206,218,226)
#D6E0E6
(214,224,230)
#DEE6EA
(222,230,234)
#E6ECEE
(230,236,238)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB6CA color. Also use rgb(158,182,202) instead hex code.

Text Font Color

.myTextColor { color: #9EB6CA; }

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

This text font color is #9EB6CA.

Background Color

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

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

This div background color is #9EB6CA.

Border color

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

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

This div border color is #9EB6CA.

Opacity

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

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

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

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

This text has shadow with #9EB6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB6CA.

Preview

Color preview on black background

This text has color #9EB6CA on black background.


Color preview on white background

This text has color #9EB6CA on white background.


Black color preview on #9EB6CA background

This text has black color on #9EB6CA background.


White color preview on #9EB6CA background

This text has white color on #9EB6CA background.


Related colors

Complementary color

Complementary color for #hex is #614935.


I love getcolorcode.com

Triadic colors

1 #CA9EB6 and #B6CA9E with #9EB6CA are triadic colors.

2 #CAB69E and #B69ECA with #9EB6CA are triadic colors.