COLOR #9EC19F

HEX: #9EC19F RGB: (158,193,159)

Color info

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

RGB color model

#9EC19F color RGB value is (158,193,159).

RGB: (158,193,159) (62%, 76%, 62%)

RGB channels and saturation

R 158 of 255 = 62%
G 193 of 255 = 76%
B 159 of 255 = 62%

158
193
159

R + G + B ~ 67%. #9EC19F is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 193 + 159 = 510 (100%)
R 158 of 510 ~ 30.98%
G 193 of 510 ~ 37.84%
B 159 of 510 ~ 31.18'%

%30.98
%37.84
%31.18

CMYK color model

#9EC19F color CMYK value is (18,0,18,24).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 24.31%

CMYK: (18,0,18,24)
C18M0Y18K24 (18%, 0%, 18%, 24%)
(0.18 / 0.00 / 0.18 / 0.24)

CMYK percentages

%18.13
%0
%17.62
%24.31

Codes

Color #9EC19F in popluar color models

9E C1 9F
RGB 158 193 159
HSL 122° 22.01% 68.82%
HSB/HSV 122° 18.13% 75.69%
CMYK 18.13% 0.00% 17.62%
24.31%

Color #9EC19F in popluar number systems.

HEX 9E C1 9F
Decimal 158 193 159
Binary 10011110 11000001 10011111
Octal 236 301 237

Shades and tints

Shades of #9EC19F

#9EC19F
(158,193,159)
#90B091
(144,176,145)
#829F83
(130,159,131)
#748E75
(116,142,117)
#667D67
(102,125,103)
#586C59
(88,108,89)
#4A5B4B
(74,91,75)
#3C4A3D
(60,74,61)
#2E392F
(46,57,47)
#202821
(32,40,33)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #9EC19F

#9EC19F
(158,193,159)
#A6C6A7
(166,198,167)
#AECBAF
(174,203,175)
#B6D0B7
(182,208,183)
#BED5BF
(190,213,191)
#C6DAC7
(198,218,199)
#CEDFCF
(206,223,207)
#D6E4D7
(214,228,215)
#DEE9DF
(222,233,223)
#E6EEE7
(230,238,231)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC19F; }

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

This text font color is #9EC19F.

Background Color

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

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

This div background color is #9EC19F.

Border color

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

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

This div border color is #9EC19F.

Opacity

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

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

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

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

This text has shadow with #9EC19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EC19F.

Preview

Color preview on black background

This text has color #9EC19F on black background.


Color preview on white background

This text has color #9EC19F on white background.


Black color preview on #9EC19F background

This text has black color on #9EC19F background.


White color preview on #9EC19F background

This text has white color on #9EC19F background.


Related colors

Complementary color

Complementary color for #hex is #613E60.


I love getcolorcode.com

Triadic colors

1 #9F9EC1 and #C19F9E with #9EC19F are triadic colors.

2 #9FC19E and #C19E9F with #9EC19F are triadic colors.