COLOR #9EB19F

HEX: #9EB19F
RGB: (158,177,159)

Color info

#9EB19F contains red, green and blue colors in about the same proportion. Web safe color of #9EB19F is #999999 (or #999).

RGB color model

#9EB19F color RGB value is (158,177,159).

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

RGB channels and saturation

R 158 of 255 = 62%
G 177 of 255 = 69%
B 159 of 255 = 62%

158
177
159

R + G + B ~ 64%. #9EB19F is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 177 + 159 = 494 (100%)
R 158 of 494 ~ 31.98%
G 177 of 494 ~ 35.83%
B 159 of 494 ~ 32.19%

%31.98
%35.83
%32.19

CMYK color model

#9EB19F color CMYK value is (11,0,10,31).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 30.59%
CMYK: (11,0,10,31) C11M0Y10K31 (11%,0%,10%,31%) (0.11/0.00/0.10/0.31)

CMYK percentages

%10.73
%0
%10.17
%30.59

Codes

Color #9EB19F in popluar color models

9EB19F
RGB158177159
HSL123°10.86%65.69%
HSB/HSV123°10.73%69.41%
CMYK10.73%0.00%10.17%
30.59%

Color #9EB19F in popluar number systems.

HEX9EB19F
Decimal158177159
Binary100111101011000110011111
Octal236261237

Shades and tints

Shades of #9EB19F

#9EB19F
(158,177,159)
#90A191
(144,161,145)
#829183
(130,145,131)
#748175
(116,129,117)
#667167
(102,113,103)
#586159
(88,97,89)
#4A514B
(74,81,75)
#3C413D
(60,65,61)
#2E312F
(46,49,47)
#202121
(32,33,33)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #9EB19F

#9EB19F
(158,177,159)
#A6B8A7
(166,184,167)
#AEBFAF
(174,191,175)
#B6C6B7
(182,198,183)
#BECDBF
(190,205,191)
#C6D4C7
(198,212,199)
#CEDBCF
(206,219,207)
#D6E2D7
(214,226,215)
#DEE9DF
(222,233,223)
#E6F0E7
(230,240,231)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB19F; }

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

This text font color is #9EB19F.


Background Color

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

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

This div background color is #9EB19F.


Border color

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

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

This div border color is #9EB19F.


Opacity

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

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

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

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

This text has shadow with #9EB19F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9EB19F on black background.


Color preview on white background

This text has color #9EB19F on white background.



Black color preview on #9EB19F background

This text has black color on #9EB19F background.


White color preview on #9EB19F background

This text has white color on #9EB19F background.