COLOR #9EBEB2

HEX: #9EBEB2
RGB: (158,190,178)

Color info

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

RGB color model

#9EBEB2 color RGB value is (158,190,178).

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

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 178 of 255 = 70%

158
190
178

R + G + B ~ 69%. #9EBEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 190 + 178 = 526 (100%)
R 158 of 526 ~ 30.04%
G 190 of 526 ~ 36.12%
B 178 of 526 ~ 33.84%

%30.04
%36.12
%33.84

CMYK color model

#9EBEB2 color CMYK value is (17,0,6,25).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK:
(17,0,6,25)
C17M0Y6K25 
(17%,0%,6%,25%)
(0.17/0.00/0.06/0.25)	

CMYK percentages

%16.84
%0
%6.32
%25.49

Codes

Color #9EBEB2 in popluar color models

9EBEB2
RGB158190178
HSL158°19.75%68.24%
HSB/HSV158°16.84%74.51%
CMYK16.84%0.00%6.32%
25.49%

Color #9EBEB2 in popluar number systems.

HEX9EBEB2
Decimal158190178
Binary100111101011111010110010
Octal236276262

Shades and tints

Shades of #9EBEB2

#9EBEB2
(158,190,178)
#90ADA2
(144,173,162)
#829C92
(130,156,146)
#748B82
(116,139,130)
#667A72
(102,122,114)
#586962
(88,105,98)
#4A5852
(74,88,82)
#3C4742
(60,71,66)
#2E3632
(46,54,50)
#202522
(32,37,34)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #9EBEB2

#9EBEB2
(158,190,178)
#A6C3B9
(166,195,185)
#AEC8C0
(174,200,192)
#B6CDC7
(182,205,199)
#BED2CE
(190,210,206)
#C6D7D5
(198,215,213)
#CEDCDC
(206,220,220)
#D6E1E3
(214,225,227)
#DEE6EA
(222,230,234)
#E6EBF1
(230,235,241)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBEB2; }

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

This text font color is #9EBEB2.


Background Color

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

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

This div background color is #9EBEB2.


Border color

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

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

This div border color is #9EBEB2.


Opacity

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

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

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

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

This text has shadow with #9EBEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBEB2 on black background.


Color preview on white background

This text has color #9EBEB2 on white background.



Black color preview on #9EBEB2 background

This text has black color on #9EBEB2 background.


White color preview on #9EBEB2 background

This text has white color on #9EBEB2 background.