COLOR #9EBD89

HEX: #9EBD89 RGB: (158,189,137)

Color info

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

RGB color model

#9EBD89 color RGB value is (158,189,137).

RGB: (158,189,137) (62%, 74%, 54%)

RGB channels and saturation

R 158 of 255 = 62%
G 189 of 255 = 74%
B 137 of 255 = 54%

158
189
137

R + G + B ~ 63%. #9EBD89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 189 + 137 = 484 (100%)
R 158 of 484 ~ 32.64%
G 189 of 484 ~ 39.05%
B 137 of 484 ~ 28.31'%

%32.64
%39.05
%28.31

CMYK color model

#9EBD89 color CMYK value is (16,0,28,26).

  • cyan value is 16.40%
  • magenta value is 0.00%
  • yellow value is 27.51%
  • key color value is 25.88%

CMYK: (16,0,28,26)
C16M0Y28K26 (16%, 0%, 28%, 26%)
(0.16 / 0.00 / 0.28 / 0.26)

CMYK percentages

%16.4
%0
%27.51
%25.88

Codes

Color #9EBD89 in popluar color models

9E BD 89
RGB 158 189 137
HSL 96° 28.26% 63.92%
HSB/HSV 96° 27.51% 74.12%
CMYK 16.40% 0.00% 27.51%
25.88%

Color #9EBD89 in popluar number systems.

HEX 9E BD 89
Decimal 158 189 137
Binary 10011110 10111101 10001001
Octal 236 275 211

Shades and tints

Shades of #9EBD89

#9EBD89
(158,189,137)
#90AC7D
(144,172,125)
#829B71
(130,155,113)
#748A65
(116,138,101)
#667959
(102,121,89)
#58684D
(88,104,77)
#4A5741
(74,87,65)
#3C4635
(60,70,53)
#2E3529
(46,53,41)
#20241D
(32,36,29)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #9EBD89

#9EBD89
(158,189,137)
#A6C393
(166,195,147)
#AEC99D
(174,201,157)
#B6CFA7
(182,207,167)
#BED5B1
(190,213,177)
#C6DBBB
(198,219,187)
#CEE1C5
(206,225,197)
#D6E7CF
(214,231,207)
#DEEDD9
(222,237,217)
#E6F3E3
(230,243,227)
#EEF9ED
(238,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBD89 color. Also use rgb(158,189,137) instead hex code.

Text Font Color

.myTextColor { color: #9EBD89; }

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

This text font color is #9EBD89.

Background Color

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

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

This div background color is #9EBD89.

Border color

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

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

This div border color is #9EBD89.

Opacity

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

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

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

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

This text has shadow with #9EBD89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EBD89.

Preview

Color preview on black background

This text has color #9EBD89 on black background.


Color preview on white background

This text has color #9EBD89 on white background.


Black color preview on #9EBD89 background

This text has black color on #9EBD89 background.


White color preview on #9EBD89 background

This text has white color on #9EBD89 background.


Related colors

Complementary color

Complementary color for #hex is #614276.


I love getcolorcode.com

Triadic colors

1 #899EBD and #BD899E with #9EBD89 are triadic colors.

2 #89BD9E and #BD9E89 with #9EBD89 are triadic colors.