COLOR #9EBEBB

HEX: #9EBEBB
RGB: (158,190,187)

Color info

#9EBEBB contains red, green and blue colors in about the same proportion. Web safe color of #9EBEBB is #99CCCC (or #9CC).

RGB color model

#9EBEBB color RGB value is (158,190,187).

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

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 187 of 255 = 73%

158
190
187

R + G + B ~ 70%. #9EBEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 190 + 187 = 535 (100%)
R 158 of 535 ~ 29.53%
G 190 of 535 ~ 35.51%
B 187 of 535 ~ 34.95%

%29.53
%35.51
%34.95

CMYK color model

#9EBEBB color CMYK value is (17,0,2,25).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK:
(17,0,2,25)
C17M0Y2K25 
(17%,0%,2%,25%)
(0.17/0.00/0.02/0.25)	

CMYK percentages

%16.84
%0
%1.58
%25.49

Codes

Color #9EBEBB in popluar color models

9EBEBB
RGB158190187
HSL174°19.75%68.24%
HSB/HSV174°16.84%74.51%
CMYK16.84%0.00%1.58%
25.49%

Color #9EBEBB in popluar number systems.

HEX9EBEBB
Decimal158190187
Binary100111101011111010111011
Octal236276273

Shades and tints

Shades of #9EBEBB

#9EBEBB
(158,190,187)
#90ADAA
(144,173,170)
#829C99
(130,156,153)
#748B88
(116,139,136)
#667A77
(102,122,119)
#586966
(88,105,102)
#4A5855
(74,88,85)
#3C4744
(60,71,68)
#2E3633
(46,54,51)
#202522
(32,37,34)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #9EBEBB

#9EBEBB
(158,190,187)
#A6C3C1
(166,195,193)
#AEC8C7
(174,200,199)
#B6CDCD
(182,205,205)
#BED2D3
(190,210,211)
#C6D7D9
(198,215,217)
#CEDCDF
(206,220,223)
#D6E1E5
(214,225,229)
#DEE6EB
(222,230,235)
#E6EBF1
(230,235,241)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBEBB; }

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

This text font color is #9EBEBB.


Background Color

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

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

This div background color is #9EBEBB.


Border color

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

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

This div border color is #9EBEBB.


Opacity

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

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

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

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

This text has shadow with #9EBEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBEBB on black background.


Color preview on white background

This text has color #9EBEBB on white background.



Black color preview on #9EBEBB background

This text has black color on #9EBEBB background.


White color preview on #9EBEBB background

This text has white color on #9EBEBB background.