COLOR #9EBDC8

HEX: #9EBDC8
RGB: (158,189,200)

Color info

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

RGB color model

#9EBDC8 color RGB value is (158,189,200).

  • red value is 158;
  • green value is 189;
  • blue value is 200.
RGB:
(158,189,200)
(62%,74%,78%)

RGB channels and saturation

R 158 of 255 = 62%
G 189 of 255 = 74%
B 200 of 255 = 78%

158
189
200

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

Portions of RGB colors in percentages

R + G + B =
158 + 189 + 200 = 547 (100%)
R 158 of 547 ~ 28.88%
G 189 of 547 ~ 34.55%
B 200 of 547 ~ 36.56%

%28.88
%34.55
%36.56

CMYK color model

#9EBDC8 color CMYK value is (21,5,0,22).

  • cyan value is 21.00%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(21,5,0,22)
C21M5Y0K22 
(21%,5%,0%,22%)
(0.21/0.05/0.00/0.22)	

CMYK percentages

%21
%5.5
%0
%21.57

Codes

Color #9EBDC8 in popluar color models

9EBDC8
RGB158189200
HSL196°27.63%70.20%
HSB/HSV196°21.00%78.43%
CMYK21.00%5.50%0.00%
21.57%

Color #9EBDC8 in popluar number systems.

HEX9EBDC8
Decimal158189200
Binary100111101011110111001000
Octal236275310

Shades and tints

Shades of #9EBDC8

#9EBDC8
(158,189,200)
#90ACB6
(144,172,182)
#829BA4
(130,155,164)
#748A92
(116,138,146)
#667980
(102,121,128)
#58686E
(88,104,110)
#4A575C
(74,87,92)
#3C464A
(60,70,74)
#2E3538
(46,53,56)
#202426
(32,36,38)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #9EBDC8

#9EBDC8
(158,189,200)
#A6C3CD
(166,195,205)
#AEC9D2
(174,201,210)
#B6CFD7
(182,207,215)
#BED5DC
(190,213,220)
#C6DBE1
(198,219,225)
#CEE1E6
(206,225,230)
#D6E7EB
(214,231,235)
#DEEDF0
(222,237,240)
#E6F3F5
(230,243,245)
#EEF9FA
(238,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBDC8 color. Also use rgb(158,189,200) instead hex code.

Text Font Color

.myTextColor { color: #9EBDC8; }

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

This text font color is #9EBDC8.


Background Color

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

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

This div background color is #9EBDC8.


Border color

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

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

This div border color is #9EBDC8.


Opacity

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

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

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

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

This text has shadow with #9EBDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBDC8 on black background.


Color preview on white background

This text has color #9EBDC8 on white background.



Black color preview on #9EBDC8 background

This text has black color on #9EBDC8 background.


White color preview on #9EBDC8 background

This text has white color on #9EBDC8 background.