COLOR #9EB3EA

HEX: #9EB3EA RGB: (158,179,234)

Color info

#9EB3EA contains mainly green and blue colors. Web safe color of #9EB3EA is #9999FF (or #99F).

RGB color model

#9EB3EA color RGB value is (158,179,234).

RGB: (158,179,234) (62%, 70%, 92%)

RGB channels and saturation

R 158 of 255 = 62%
G 179 of 255 = 70%
B 234 of 255 = 92%

158
179
234

R + G + B ~ 75%. #9EB3EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 179 + 234 = 571 (100%)
R 158 of 571 ~ 27.67%
G 179 of 571 ~ 31.35%
B 234 of 571 ~ 40.98'%

%27.67
%31.35
%40.98

CMYK color model

#9EB3EA color CMYK value is (32,24,0,8).

  • cyan value is 32.48%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (32,24,0,8)
C32M24Y0K8 (32%, 24%, 0%, 8%)
(0.32 / 0.24 / 0.00 / 0.08)

CMYK percentages

%32.48
%23.5
%0
%8.24

Codes

Color #9EB3EA in popluar color models

9E B3 EA
RGB 158 179 234
HSL 223° 64.41% 76.86%
HSB/HSV 223° 32.48% 91.76%
CMYK 32.48% 23.50% 0.00%
8.24%

Color #9EB3EA in popluar number systems.

HEX 9E B3 EA
Decimal 158 179 234
Binary 10011110 10110011 11101010
Octal 236 263 352

Shades and tints

Shades of #9EB3EA

#9EB3EA
(158,179,234)
#90A3D5
(144,163,213)
#8293C0
(130,147,192)
#7483AB
(116,131,171)
#667396
(102,115,150)
#586381
(88,99,129)
#4A536C
(74,83,108)
#3C4357
(60,67,87)
#2E3342
(46,51,66)
#20232D
(32,35,45)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #9EB3EA

#9EB3EA
(158,179,234)
#A6B9EB
(166,185,235)
#AEBFEC
(174,191,236)
#B6C5ED
(182,197,237)
#BECBEE
(190,203,238)
#C6D1EF
(198,209,239)
#CED7F0
(206,215,240)
#D6DDF1
(214,221,241)
#DEE3F2
(222,227,242)
#E6E9F3
(230,233,243)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB3EA color. Also use rgb(158,179,234) instead hex code.

Text Font Color

.myTextColor { color: #9EB3EA; }

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

This text font color is #9EB3EA.

Background Color

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

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

This div background color is #9EB3EA.

Border color

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

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

This div border color is #9EB3EA.

Opacity

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

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

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

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

This text has shadow with #9EB3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB3EA.

Preview

Color preview on black background

This text has color #9EB3EA on black background.


Color preview on white background

This text has color #9EB3EA on white background.


Black color preview on #9EB3EA background

This text has black color on #9EB3EA background.


White color preview on #9EB3EA background

This text has white color on #9EB3EA background.


Related colors

Complementary color

Complementary color for #hex is #614C15.


I love getcolorcode.com

Triadic colors

1 #EA9EB3 and #B3EA9E with #9EB3EA are triadic colors.

2 #EAB39E and #B39EEA with #9EB3EA are triadic colors.