COLOR #9EBBE9

HEX: #9EBBE9
RGB: (158,187,233)

Color info

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

RGB color model

#9EBBE9 color RGB value is (158,187,233).

  • red value is 158;
  • green value is 187;
  • blue value is 233.
RGB:
(158,187,233)
(62%,73%,91%)

RGB channels and saturation

R 158 of 255 = 62%
G 187 of 255 = 73%
B 233 of 255 = 91%

158
187
233

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

Portions of RGB colors in percentages

R + G + B =
158 + 187 + 233 = 578 (100%)
R 158 of 578 ~ 27.34%
G 187 of 578 ~ 32.35%
B 233 of 578 ~ 40.31%

%27.34
%32.35
%40.31

CMYK color model

#9EBBE9 color CMYK value is (32,20,0,9).

  • cyan value is 32.19%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(32,20,0,9)
C32M20Y0K9 
(32%,20%,0%,9%)
(0.32/0.20/0.00/0.09)	

CMYK percentages

%32.19
%19.74
%0
%8.63

Codes

Color #9EBBE9 in popluar color models

9EBBE9
RGB158187233
HSL217°63.03%76.67%
HSB/HSV217°32.19%91.37%
CMYK32.19%19.74%0.00%
8.63%

Color #9EBBE9 in popluar number systems.

HEX9EBBE9
Decimal158187233
Binary100111101011101111101001
Octal236273351

Shades and tints

Shades of #9EBBE9

#9EBBE9
(158,187,233)
#90AAD4
(144,170,212)
#8299BF
(130,153,191)
#7488AA
(116,136,170)
#667795
(102,119,149)
#586680
(88,102,128)
#4A556B
(74,85,107)
#3C4456
(60,68,86)
#2E3341
(46,51,65)
#20222C
(32,34,44)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #9EBBE9

#9EBBE9
(158,187,233)
#A6C1EB
(166,193,235)
#AEC7ED
(174,199,237)
#B6CDEF
(182,205,239)
#BED3F1
(190,211,241)
#C6D9F3
(198,217,243)
#CEDFF5
(206,223,245)
#D6E5F7
(214,229,247)
#DEEBF9
(222,235,249)
#E6F1FB
(230,241,251)
#EEF7FD
(238,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBBE9 color. Also use rgb(158,187,233) instead hex code.

Text Font Color

.myTextColor { color: #9EBBE9; }

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

This text font color is #9EBBE9.


Background Color

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

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

This div background color is #9EBBE9.


Border color

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

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

This div border color is #9EBBE9.


Opacity

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

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

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

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

This text has shadow with #9EBBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBBE9 on black background.


Color preview on white background

This text has color #9EBBE9 on white background.



Black color preview on #9EBBE9 background

This text has black color on #9EBBE9 background.


White color preview on #9EBBE9 background

This text has white color on #9EBBE9 background.