COLOR #9EB6C5

HEX: #9EB6C5 RGB: (158,182,197)

Color info

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

RGB color model

#9EB6C5 color RGB value is (158,182,197).

RGB: (158,182,197) (62%, 71%, 77%)

RGB channels and saturation

R 158 of 255 = 62%
G 182 of 255 = 71%
B 197 of 255 = 77%

158
182
197

R + G + B ~ 70%. #9EB6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 182 + 197 = 537 (100%)
R 158 of 537 ~ 29.42%
G 182 of 537 ~ 33.89%
B 197 of 537 ~ 36.69'%

%29.42
%33.89
%36.69

CMYK color model

#9EB6C5 color CMYK value is (20,8,0,23).

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

CMYK: (20,8,0,23)
C20M8Y0K23 (20%, 8%, 0%, 23%)
(0.20 / 0.08 / 0.00 / 0.23)

CMYK percentages

%19.8
%7.61
%0
%22.75

Codes

Color #9EB6C5 in popluar color models

9E B6 C5
RGB 158 182 197
HSL 203° 25.16% 69.61%
HSB/HSV 203° 19.80% 77.25%
CMYK 19.80% 7.61% 0.00%
22.75%

Color #9EB6C5 in popluar number systems.

HEX 9E B6 C5
Decimal 158 182 197
Binary 10011110 10110110 11000101
Octal 236 266 305

Shades and tints

Shades of #9EB6C5

#9EB6C5
(158,182,197)
#90A6B4
(144,166,180)
#8296A3
(130,150,163)
#748692
(116,134,146)
#667681
(102,118,129)
#586670
(88,102,112)
#4A565F
(74,86,95)
#3C464E
(60,70,78)
#2E363D
(46,54,61)
#20262C
(32,38,44)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #9EB6C5

#9EB6C5
(158,182,197)
#A6BCCA
(166,188,202)
#AEC2CF
(174,194,207)
#B6C8D4
(182,200,212)
#BECED9
(190,206,217)
#C6D4DE
(198,212,222)
#CEDAE3
(206,218,227)
#D6E0E8
(214,224,232)
#DEE6ED
(222,230,237)
#E6ECF2
(230,236,242)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB6C5; }

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

This text font color is #9EB6C5.

Background Color

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

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

This div background color is #9EB6C5.

Border color

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

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

This div border color is #9EB6C5.

Opacity

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

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

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

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

This text has shadow with #9EB6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB6C5.

Preview

Color preview on black background

This text has color #9EB6C5 on black background.


Color preview on white background

This text has color #9EB6C5 on white background.


Black color preview on #9EB6C5 background

This text has black color on #9EB6C5 background.


White color preview on #9EB6C5 background

This text has white color on #9EB6C5 background.


Related colors

Complementary color

Complementary color for #hex is #61493A.


I love getcolorcode.com

Triadic colors

1 #C59EB6 and #B6C59E with #9EB6C5 are triadic colors.

2 #C5B69E and #B69EC5 with #9EB6C5 are triadic colors.