COLOR #9EBCD0

HEX: #9EBCD0
RGB: (158,188,208)

Color info

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

RGB color model

#9EBCD0 color RGB value is (158,188,208).

  • red value is 158;
  • green value is 188;
  • blue value is 208.
RGB:
(158,188,208)
(62%,74%,82%)

RGB channels and saturation

R 158 of 255 = 62%
G 188 of 255 = 74%
B 208 of 255 = 82%

158
188
208

R + G + B ~ 73%. #9EBCD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 188 + 208 = 554 (100%)
R 158 of 554 ~ 28.52%
G 188 of 554 ~ 33.94%
B 208 of 554 ~ 37.55%

%28.52
%33.94
%37.55

CMYK color model

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

  • cyan value is 24.04%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(24,10,0,18)
C24M10Y0K18 
(24%,10%,0%,18%)
(0.24/0.10/0.00/0.18)	

CMYK percentages

%24.04
%9.62
%0
%18.43

Codes

Color #9EBCD0 in popluar color models

9EBCD0
RGB158188208
HSL204°34.72%71.76%
HSB/HSV204°24.04%81.57%
CMYK24.04%9.62%0.00%
18.43%

Color #9EBCD0 in popluar number systems.

HEX9EBCD0
Decimal158188208
Binary100111101011110011010000
Octal236274320

Shades and tints

Shades of #9EBCD0

#9EBCD0
(158,188,208)
#90ABBE
(144,171,190)
#829AAC
(130,154,172)
#74899A
(116,137,154)
#667888
(102,120,136)
#586776
(88,103,118)
#4A5664
(74,86,100)
#3C4552
(60,69,82)
#2E3440
(46,52,64)
#20232E
(32,35,46)
#12121C
(18,18,28)
#000000
(0,0,0)

Tints of #9EBCD0

#9EBCD0
(158,188,208)
#A6C2D4
(166,194,212)
#AEC8D8
(174,200,216)
#B6CEDC
(182,206,220)
#BED4E0
(190,212,224)
#C6DAE4
(198,218,228)
#CEE0E8
(206,224,232)
#D6E6EC
(214,230,236)
#DEECF0
(222,236,240)
#E6F2F4
(230,242,244)
#EEF8F8
(238,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBCD0 color. Also use rgb(158,188,208) instead hex code.

Text Font Color

.myTextColor { color: #9EBCD0; }

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

This text font color is #9EBCD0.


Background Color

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

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

This div background color is #9EBCD0.


Border color

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

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

This div border color is #9EBCD0.


Opacity

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

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

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

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

This text has shadow with #9EBCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBCD0 on black background.


Color preview on white background

This text has color #9EBCD0 on white background.



Black color preview on #9EBCD0 background

This text has black color on #9EBCD0 background.


White color preview on #9EBCD0 background

This text has white color on #9EBCD0 background.