COLOR #9EBBB1

HEX: #9EBBB1
RGB: (158,187,177)

Color info

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

RGB color model

#9EBBB1 color RGB value is (158,187,177).

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

RGB channels and saturation

R 158 of 255 = 62%
G 187 of 255 = 73%
B 177 of 255 = 69%

158
187
177

R + G + B ~ 68%. #9EBBB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 187 + 177 = 522 (100%)
R 158 of 522 ~ 30.27%
G 187 of 522 ~ 35.82%
B 177 of 522 ~ 33.91%

%30.27
%35.82
%33.91

CMYK color model

#9EBBB1 color CMYK value is (16,0,5,27).

  • cyan value is 15.51%
  • magenta value is 0.00%
  • yellow value is 5.35%
  • key color value is 26.67%
CMYK:
(16,0,5,27)
C16M0Y5K27 
(16%,0%,5%,27%)
(0.16/0.00/0.05/0.27)	

CMYK percentages

%15.51
%0
%5.35
%26.67

Codes

Color #9EBBB1 in popluar color models

9EBBB1
RGB158187177
HSL159°17.58%67.65%
HSB/HSV159°15.51%73.33%
CMYK15.51%0.00%5.35%
26.67%

Color #9EBBB1 in popluar number systems.

HEX9EBBB1
Decimal158187177
Binary100111101011101110110001
Octal236273261

Shades and tints

Shades of #9EBBB1

#9EBBB1
(158,187,177)
#90AAA1
(144,170,161)
#829991
(130,153,145)
#748881
(116,136,129)
#667771
(102,119,113)
#586661
(88,102,97)
#4A5551
(74,85,81)
#3C4441
(60,68,65)
#2E3331
(46,51,49)
#202221
(32,34,33)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #9EBBB1

#9EBBB1
(158,187,177)
#A6C1B8
(166,193,184)
#AEC7BF
(174,199,191)
#B6CDC6
(182,205,198)
#BED3CD
(190,211,205)
#C6D9D4
(198,217,212)
#CEDFDB
(206,223,219)
#D6E5E2
(214,229,226)
#DEEBE9
(222,235,233)
#E6F1F0
(230,241,240)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBBB1; }

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

This text font color is #9EBBB1.


Background Color

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

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

This div background color is #9EBBB1.


Border color

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

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

This div border color is #9EBBB1.


Opacity

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

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

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

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

This text has shadow with #9EBBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBBB1 on black background.


Color preview on white background

This text has color #9EBBB1 on white background.



Black color preview on #9EBBB1 background

This text has black color on #9EBBB1 background.


White color preview on #9EBBB1 background

This text has white color on #9EBBB1 background.