COLOR #9EC8EB

HEX: #9EC8EB RGB: (158,200,235)

Color info

#9EC8EB contains mainly green and blue colors. Web safe color of #9EC8EB is #99CCFF (or #9CF).

RGB color model

#9EC8EB color RGB value is (158,200,235).

RGB: (158,200,235) (62%, 78%, 92%)

RGB channels and saturation

R 158 of 255 = 62%
G 200 of 255 = 78%
B 235 of 255 = 92%

158
200
235

R + G + B ~ 77%. #9EC8EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 200 + 235 = 593 (100%)
R 158 of 593 ~ 26.64%
G 200 of 593 ~ 33.73%
B 235 of 593 ~ 39.63'%

%26.64
%33.73
%39.63

CMYK color model

#9EC8EB color CMYK value is (33,15,0,8).

  • cyan value is 32.77%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (33,15,0,8) C33M15Y0K8 (33%,15%,0%,8%) (0.33/0.15/0.00/0.08) 

CMYK percentages

%32.77
%14.89
%0
%7.84

Codes

Color #9EC8EB in popluar color models

9E C8 EB
RGB 158 200 235
HSL 207° 65.81% 77.06%
HSB/HSV 207° 32.77% 92.16%
CMYK 32.77% 14.89% 0.00%
7.84%

Color #9EC8EB in popluar number systems.

HEX 9E C8 EB
Decimal 158 200 235
Binary 10011110 11001000 11101011
Octal 236 310 353

Shades and tints

Shades of #9EC8EB

#9EC8EB
(158,200,235)
#90B6D6
(144,182,214)
#82A4C1
(130,164,193)
#7492AC
(116,146,172)
#668097
(102,128,151)
#586E82
(88,110,130)
#4A5C6D
(74,92,109)
#3C4A58
(60,74,88)
#2E3843
(46,56,67)
#20262E
(32,38,46)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #9EC8EB

#9EC8EB
(158,200,235)
#A6CDEC
(166,205,236)
#AED2ED
(174,210,237)
#B6D7EE
(182,215,238)
#BEDCEF
(190,220,239)
#C6E1F0
(198,225,240)
#CEE6F1
(206,230,241)
#D6EBF2
(214,235,242)
#DEF0F3
(222,240,243)
#E6F5F4
(230,245,244)
#EEFAF5
(238,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC8EB; }

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

This text font color is #9EC8EB.

Background Color

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

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

This div background color is #9EC8EB.

Border color

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

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

This div border color is #9EC8EB.

Opacity

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

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

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

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

This text has shadow with #9EC8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC8EB.

Preview

Color preview on black background

This text has color #9EC8EB on black background.


Color preview on white background

This text has color #9EC8EB on white background.


Black color preview on #9EC8EB background

This text has black color on #9EC8EB background.


White color preview on #9EC8EB background

This text has white color on #9EC8EB background.


Related colors

Complementary color

Complementary color for #hex is #613714.


I love getcolorcode.com

Triadic colors

1 #EB9EC8 and #C8EB9E with #9EC8EB are triadic colors.

2 #EBC89E and #C89EEB with #9EC8EB are triadic colors.