COLOR #9EBDD1

HEX: #9EBDD1
RGB: (158,189,209)

Color info

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

RGB color model

#9EBDD1 color RGB value is (158,189,209).

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

RGB channels and saturation

R 158 of 255 = 62%
G 189 of 255 = 74%
B 209 of 255 = 82%

158
189
209

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

Portions of RGB colors in percentages

R + G + B =
158 + 189 + 209 = 556 (100%)
R 158 of 556 ~ 28.42%
G 189 of 556 ~ 33.99%
B 209 of 556 ~ 37.59%

%28.42
%33.99
%37.59

CMYK color model

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

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

CMYK percentages

%24.4
%9.57
%0
%18.04

Codes

Color #9EBDD1 in popluar color models

9EBDD1
RGB158189209
HSL204°35.66%71.96%
HSB/HSV204°24.40%81.96%
CMYK24.40%9.57%0.00%
18.04%

Color #9EBDD1 in popluar number systems.

HEX9EBDD1
Decimal158189209
Binary100111101011110111010001
Octal236275321

Shades and tints

Shades of #9EBDD1

#9EBDD1
(158,189,209)
#90ACBE
(144,172,190)
#829BAB
(130,155,171)
#748A98
(116,138,152)
#667985
(102,121,133)
#586872
(88,104,114)
#4A575F
(74,87,95)
#3C464C
(60,70,76)
#2E3539
(46,53,57)
#202426
(32,36,38)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #9EBDD1

#9EBDD1
(158,189,209)
#A6C3D5
(166,195,213)
#AEC9D9
(174,201,217)
#B6CFDD
(182,207,221)
#BED5E1
(190,213,225)
#C6DBE5
(198,219,229)
#CEE1E9
(206,225,233)
#D6E7ED
(214,231,237)
#DEEDF1
(222,237,241)
#E6F3F5
(230,243,245)
#EEF9F9
(238,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBDD1; }

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

This text font color is #9EBDD1.


Background Color

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

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

This div background color is #9EBDD1.


Border color

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

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

This div border color is #9EBDD1.


Opacity

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

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

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

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

This text has shadow with #9EBDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBDD1 on black background.


Color preview on white background

This text has color #9EBDD1 on white background.



Black color preview on #9EBDD1 background

This text has black color on #9EBDD1 background.


White color preview on #9EBDD1 background

This text has white color on #9EBDD1 background.