COLOR #9EB5C0

HEX: #9EB5C0 RGB: (158,181,192)

Color info

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

RGB color model

#9EB5C0 color RGB value is (158,181,192).

RGB: (158,181,192) (62%, 71%, 75%)

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 192 of 255 = 75%

158
181
192

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

Portions of RGB colors in percentages

R + G + B = 158 + 181 + 192 = 531 (100%)
R 158 of 531 ~ 29.76%
G 181 of 531 ~ 34.09%
B 192 of 531 ~ 36.16'%

%29.76
%34.09
%36.16

CMYK color model

#9EB5C0 color CMYK value is (18,6,0,25).

  • cyan value is 17.71%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (18,6,0,25) C18M6Y0K25 (18%,6%,0%,25%) (0.18/0.06/0.00/0.25) 

CMYK percentages

%17.71
%5.73
%0
%24.71

Codes

Color #9EB5C0 in popluar color models

9E B5 C0
RGB 158 181 192
HSL 199° 21.25% 68.63%
HSB/HSV 199° 17.71% 75.29%
CMYK 17.71% 5.73% 0.00%
24.71%

Color #9EB5C0 in popluar number systems.

HEX 9E B5 C0
Decimal 158 181 192
Binary 10011110 10110101 11000000
Octal 236 265 300

Shades and tints

Shades of #9EB5C0

#9EB5C0
(158,181,192)
#90A5AF
(144,165,175)
#82959E
(130,149,158)
#74858D
(116,133,141)
#66757C
(102,117,124)
#58656B
(88,101,107)
#4A555A
(74,85,90)
#3C4549
(60,69,73)
#2E3538
(46,53,56)
#202527
(32,37,39)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #9EB5C0

#9EB5C0
(158,181,192)
#A6BBC5
(166,187,197)
#AEC1CA
(174,193,202)
#B6C7CF
(182,199,207)
#BECDD4
(190,205,212)
#C6D3D9
(198,211,217)
#CED9DE
(206,217,222)
#D6DFE3
(214,223,227)
#DEE5E8
(222,229,232)
#E6EBED
(230,235,237)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB5C0 color. Also use rgb(158,181,192) instead hex code.

Text Font Color

.myTextColor { color: #9EB5C0; }

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

This text font color is #9EB5C0.

Background Color

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

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

This div background color is #9EB5C0.

Border color

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

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

This div border color is #9EB5C0.

Opacity

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

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

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

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

This text has shadow with #9EB5C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB5C0.

Preview

Color preview on black background

This text has color #9EB5C0 on black background.


Color preview on white background

This text has color #9EB5C0 on white background.


Black color preview on #9EB5C0 background

This text has black color on #9EB5C0 background.


White color preview on #9EB5C0 background

This text has white color on #9EB5C0 background.


Related colors

Complementary color

Complementary color for #hex is #614A3F.


I love getcolorcode.com

Triadic colors

1 #C09EB5 and #B5C09E with #9EB5C0 are triadic colors.

2 #C0B59E and #B59EC0 with #9EB5C0 are triadic colors.