COLOR #9EC7EB

HEX: #9EC7EB
RGB: (158,199,235)

Color info

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

RGB color model

#9EC7EB color RGB value is (158,199,235).

  • red value is 158;
  • green value is 199;
  • blue value is 235.
RGB:
(158,199,235)
(62%,78%,92%)

RGB channels and saturation

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

158
199
235

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

Portions of RGB colors in percentages

R + G + B =
158 + 199 + 235 = 592 (100%)
R 158 of 592 ~ 26.69%
G 199 of 592 ~ 33.61%
B 235 of 592 ~ 39.7%

%26.69
%33.61
%39.7

CMYK color model

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

  • cyan value is 32.77%
  • magenta value is 15.32%
  • 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
%15.32
%0
%7.84

Codes

Color #9EC7EB in popluar color models

9EC7EB
RGB158199235
HSL208°65.81%77.06%
HSB/HSV208°32.77%92.16%
CMYK32.77%15.32%0.00%
7.84%

Color #9EC7EB in popluar number systems.

HEX9EC7EB
Decimal158199235
Binary100111101100011111101011
Octal236307353

Shades and tints

Shades of #9EC7EB

#9EC7EB
(158,199,235)
#90B5D6
(144,181,214)
#82A3C1
(130,163,193)
#7491AC
(116,145,172)
#667F97
(102,127,151)
#586D82
(88,109,130)
#4A5B6D
(74,91,109)
#3C4958
(60,73,88)
#2E3743
(46,55,67)
#20252E
(32,37,46)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #9EC7EB

#9EC7EB
(158,199,235)
#A6CCEC
(166,204,236)
#AED1ED
(174,209,237)
#B6D6EE
(182,214,238)
#BEDBEF
(190,219,239)
#C6E0F0
(198,224,240)
#CEE5F1
(206,229,241)
#D6EAF2
(214,234,242)
#DEEFF3
(222,239,243)
#E6F4F4
(230,244,244)
#EEF9F5
(238,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC7EB; }

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

This text font color is #9EC7EB.


Background Color

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

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

This div background color is #9EC7EB.


Border color

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

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

This div border color is #9EC7EB.


Opacity

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

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

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

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

This text has shadow with #9EC7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC7EB on black background.


Color preview on white background

This text has color #9EC7EB on white background.



Black color preview on #9EC7EB background

This text has black color on #9EC7EB background.


White color preview on #9EC7EB background

This text has white color on #9EC7EB background.