COLOR #9EB7EC

HEX: #9EB7EC RGB: (158,183,236)

Color info

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

RGB color model

#9EB7EC color RGB value is (158,183,236).

RGB: (158,183,236) (62%, 72%, 93%)

RGB channels and saturation

R 158 of 255 = 62%
G 183 of 255 = 72%
B 236 of 255 = 93%

158
183
236

R + G + B ~ 76%. #9EB7EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 183 + 236 = 577 (100%)
R 158 of 577 ~ 27.38%
G 183 of 577 ~ 31.72%
B 236 of 577 ~ 40.9'%

%27.38
%31.72
%40.9

CMYK color model

#9EB7EC color CMYK value is (33,22,0,7).

  • cyan value is 33.05%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (33,22,0,7)
C33M22Y0K7 (33%, 22%, 0%, 7%)
(0.33 / 0.22 / 0.00 / 0.07)

CMYK percentages

%33.05
%22.46
%0
%7.45

Codes

Color #9EB7EC in popluar color models

9E B7 EC
RGB 158 183 236
HSL 221° 67.24% 77.25%
HSB/HSV 221° 33.05% 92.55%
CMYK 33.05% 22.46% 0.00%
7.45%

Color #9EB7EC in popluar number systems.

HEX 9E B7 EC
Decimal 158 183 236
Binary 10011110 10110111 11101100
Octal 236 267 354

Shades and tints

Shades of #9EB7EC

#9EB7EC
(158,183,236)
#90A7D7
(144,167,215)
#8297C2
(130,151,194)
#7487AD
(116,135,173)
#667798
(102,119,152)
#586783
(88,103,131)
#4A576E
(74,87,110)
#3C4759
(60,71,89)
#2E3744
(46,55,68)
#20272F
(32,39,47)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #9EB7EC

#9EB7EC
(158,183,236)
#A6BDED
(166,189,237)
#AEC3EE
(174,195,238)
#B6C9EF
(182,201,239)
#BECFF0
(190,207,240)
#C6D5F1
(198,213,241)
#CEDBF2
(206,219,242)
#D6E1F3
(214,225,243)
#DEE7F4
(222,231,244)
#E6EDF5
(230,237,245)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB7EC color. Also use rgb(158,183,236) instead hex code.

Text Font Color

.myTextColor { color: #9EB7EC; }

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

This text font color is #9EB7EC.

Background Color

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

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

This div background color is #9EB7EC.

Border color

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

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

This div border color is #9EB7EC.

Opacity

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

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

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

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

This text has shadow with #9EB7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB7EC.

Preview

Color preview on black background

This text has color #9EB7EC on black background.


Color preview on white background

This text has color #9EB7EC on white background.


Black color preview on #9EB7EC background

This text has black color on #9EB7EC background.


White color preview on #9EB7EC background

This text has white color on #9EB7EC background.


Related colors

Complementary color

Complementary color for #hex is #614813.


I love getcolorcode.com

Triadic colors

1 #EC9EB7 and #B7EC9E with #9EB7EC are triadic colors.

2 #ECB79E and #B79EEC with #9EB7EC are triadic colors.