COLOR #9EB0C5

HEX: #9EB0C5 RGB: (158,176,197)

Color info

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

RGB color model

#9EB0C5 color RGB value is (158,176,197).

RGB: (158,176,197) (62%, 69%, 77%)

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 197 of 255 = 77%

158
176
197

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

Portions of RGB colors in percentages

R + G + B = 158 + 176 + 197 = 531 (100%)
R 158 of 531 ~ 29.76%
G 176 of 531 ~ 33.15%
B 197 of 531 ~ 37.1'%

%29.76
%33.15
%37.1

CMYK color model

#9EB0C5 color CMYK value is (20,11,0,23).

  • cyan value is 19.80%
  • magenta value is 10.66%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (20,11,0,23)
C20M11Y0K23 (20%, 11%, 0%, 23%)
(0.20 / 0.11 / 0.00 / 0.23)

CMYK percentages

%19.8
%10.66
%0
%22.75

Codes

Color #9EB0C5 in popluar color models

9E B0 C5
RGB 158 176 197
HSL 212° 25.16% 69.61%
HSB/HSV 212° 19.80% 77.25%
CMYK 19.80% 10.66% 0.00%
22.75%

Color #9EB0C5 in popluar number systems.

HEX 9E B0 C5
Decimal 158 176 197
Binary 10011110 10110000 11000101
Octal 236 260 305

Shades and tints

Shades of #9EB0C5

#9EB0C5
(158,176,197)
#90A0B4
(144,160,180)
#8290A3
(130,144,163)
#748092
(116,128,146)
#667081
(102,112,129)
#586070
(88,96,112)
#4A505F
(74,80,95)
#3C404E
(60,64,78)
#2E303D
(46,48,61)
#20202C
(32,32,44)
#12101B
(18,16,27)
#000000
(0,0,0)

Tints of #9EB0C5

#9EB0C5
(158,176,197)
#A6B7CA
(166,183,202)
#AEBECF
(174,190,207)
#B6C5D4
(182,197,212)
#BECCD9
(190,204,217)
#C6D3DE
(198,211,222)
#CEDAE3
(206,218,227)
#D6E1E8
(214,225,232)
#DEE8ED
(222,232,237)
#E6EFF2
(230,239,242)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB0C5 color. Also use rgb(158,176,197) instead hex code.

Text Font Color

.myTextColor { color: #9EB0C5; }

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

This text font color is #9EB0C5.

Background Color

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

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

This div background color is #9EB0C5.

Border color

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

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

This div border color is #9EB0C5.

Opacity

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

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

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

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

This text has shadow with #9EB0C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB0C5.

Preview

Color preview on black background

This text has color #9EB0C5 on black background.


Color preview on white background

This text has color #9EB0C5 on white background.


Black color preview on #9EB0C5 background

This text has black color on #9EB0C5 background.


White color preview on #9EB0C5 background

This text has white color on #9EB0C5 background.


Related colors

Complementary color

Complementary color for #hex is #614F3A.


I love getcolorcode.com

Triadic colors

1 #C59EB0 and #B0C59E with #9EB0C5 are triadic colors.

2 #C5B09E and #B09EC5 with #9EB0C5 are triadic colors.