COLOR #9EBED2

HEX: #9EBED2
RGB: (158,190,210)

Color info

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

RGB color model

#9EBED2 color RGB value is (158,190,210).

  • red value is 158;
  • green value is 190;
  • blue value is 210.
RGB:
(158,190,210)
(62%,75%,82%)

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 210 of 255 = 82%

158
190
210

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

Portions of RGB colors in percentages

R + G + B =
158 + 190 + 210 = 558 (100%)
R 158 of 558 ~ 28.32%
G 190 of 558 ~ 34.05%
B 210 of 558 ~ 37.63%

%28.32
%34.05
%37.63

CMYK color model

#9EBED2 color CMYK value is (25,10,0,18).

  • cyan value is 24.76%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(25,10,0,18)
C25M10Y0K18 
(25%,10%,0%,18%)
(0.25/0.10/0.00/0.18)	

CMYK percentages

%24.76
%9.52
%0
%17.65

Codes

Color #9EBED2 in popluar color models

9EBED2
RGB158190210
HSL203°36.62%72.16%
HSB/HSV203°24.76%82.35%
CMYK24.76%9.52%0.00%
17.65%

Color #9EBED2 in popluar number systems.

HEX9EBED2
Decimal158190210
Binary100111101011111011010010
Octal236276322

Shades and tints

Shades of #9EBED2

#9EBED2
(158,190,210)
#90ADBF
(144,173,191)
#829CAC
(130,156,172)
#748B99
(116,139,153)
#667A86
(102,122,134)
#586973
(88,105,115)
#4A5860
(74,88,96)
#3C474D
(60,71,77)
#2E363A
(46,54,58)
#202527
(32,37,39)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #9EBED2

#9EBED2
(158,190,210)
#A6C3D6
(166,195,214)
#AEC8DA
(174,200,218)
#B6CDDE
(182,205,222)
#BED2E2
(190,210,226)
#C6D7E6
(198,215,230)
#CEDCEA
(206,220,234)
#D6E1EE
(214,225,238)
#DEE6F2
(222,230,242)
#E6EBF6
(230,235,246)
#EEF0FA
(238,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBED2 color. Also use rgb(158,190,210) instead hex code.

Text Font Color

.myTextColor { color: #9EBED2; }

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

This text font color is #9EBED2.


Background Color

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

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

This div background color is #9EBED2.


Border color

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

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

This div border color is #9EBED2.


Opacity

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

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

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

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

This text has shadow with #9EBED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBED2 on black background.


Color preview on white background

This text has color #9EBED2 on white background.



Black color preview on #9EBED2 background

This text has black color on #9EBED2 background.


White color preview on #9EBED2 background

This text has white color on #9EBED2 background.