COLOR #9EB69F

HEX: #9EB69F RGB: (158,182,159)

Color info

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

RGB color model

#9EB69F color RGB value is (158,182,159).

RGB: (158,182,159) (62%, 71%, 62%)

RGB channels and saturation

R 158 of 255 = 62%
G 182 of 255 = 71%
B 159 of 255 = 62%

158
182
159

R + G + B ~ 65%. #9EB69F is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 182 + 159 = 499 (100%)
R 158 of 499 ~ 31.66%
G 182 of 499 ~ 36.47%
B 159 of 499 ~ 31.86'%

%31.66
%36.47
%31.86

CMYK color model

#9EB69F color CMYK value is (13,0,13,29).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 28.63%

CMYK: (13,0,13,29)
C13M0Y13K29 (13%, 0%, 13%, 29%)
(0.13 / 0.00 / 0.13 / 0.29)

CMYK percentages

%13.19
%0
%12.64
%28.63

Codes

Color #9EB69F in popluar color models

9E B6 9F
RGB 158 182 159
HSL 123° 14.12% 66.67%
HSB/HSV 123° 13.19% 71.37%
CMYK 13.19% 0.00% 12.64%
28.63%

Color #9EB69F in popluar number systems.

HEX 9E B6 9F
Decimal 158 182 159
Binary 10011110 10110110 10011111
Octal 236 266 237

Shades and tints

Shades of #9EB69F

#9EB69F
(158,182,159)
#90A691
(144,166,145)
#829683
(130,150,131)
#748675
(116,134,117)
#667667
(102,118,103)
#586659
(88,102,89)
#4A564B
(74,86,75)
#3C463D
(60,70,61)
#2E362F
(46,54,47)
#202621
(32,38,33)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #9EB69F

#9EB69F
(158,182,159)
#A6BCA7
(166,188,167)
#AEC2AF
(174,194,175)
#B6C8B7
(182,200,183)
#BECEBF
(190,206,191)
#C6D4C7
(198,212,199)
#CEDACF
(206,218,207)
#D6E0D7
(214,224,215)
#DEE6DF
(222,230,223)
#E6ECE7
(230,236,231)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB69F; }

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

This text font color is #9EB69F.

Background Color

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

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

This div background color is #9EB69F.

Border color

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

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

This div border color is #9EB69F.

Opacity

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

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

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

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

This text has shadow with #9EB69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB69F.

Preview

Color preview on black background

This text has color #9EB69F on black background.


Color preview on white background

This text has color #9EB69F on white background.


Black color preview on #9EB69F background

This text has black color on #9EB69F background.


White color preview on #9EB69F background

This text has white color on #9EB69F background.


Related colors

Complementary color

Complementary color for #hex is #614960.


I love getcolorcode.com

Triadic colors

1 #9F9EB6 and #B69F9E with #9EB69F are triadic colors.

2 #9FB69E and #B69E9F with #9EB69F are triadic colors.