COLOR #9EB684

HEX: #9EB684 RGB: (158,182,132)

Color info

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

RGB color model

#9EB684 color RGB value is (158,182,132).

RGB: (158,182,132) (62%, 71%, 52%)

RGB channels and saturation

R 158 of 255 = 62%
G 182 of 255 = 71%
B 132 of 255 = 52%

158
182
132

R + G + B ~ 62%. #9EB684 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 182 + 132 = 472 (100%)
R 158 of 472 ~ 33.47%
G 182 of 472 ~ 38.56%
B 132 of 472 ~ 27.97'%

%33.47
%38.56
%27.97

CMYK color model

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

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

CMYK: (13,0,27,29)
C13M0Y27K29 (13%, 0%, 27%, 29%)
(0.13 / 0.00 / 0.27 / 0.29)

CMYK percentages

%13.19
%0
%27.47
%28.63

Codes

Color #9EB684 in popluar color models

9E B6 84
RGB 158 182 132
HSL 89° 25.51% 61.57%
HSB/HSV 89° 27.47% 71.37%
CMYK 13.19% 0.00% 27.47%
28.63%

Color #9EB684 in popluar number systems.

HEX 9E B6 84
Decimal 158 182 132
Binary 10011110 10110110 10000100
Octal 236 266 204

Shades and tints

Shades of #9EB684

#9EB684
(158,182,132)
#90A678
(144,166,120)
#82966C
(130,150,108)
#748660
(116,134,96)
#667654
(102,118,84)
#586648
(88,102,72)
#4A563C
(74,86,60)
#3C4630
(60,70,48)
#2E3624
(46,54,36)
#202618
(32,38,24)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #9EB684

#9EB684
(158,182,132)
#A6BC8F
(166,188,143)
#AEC29A
(174,194,154)
#B6C8A5
(182,200,165)
#BECEB0
(190,206,176)
#C6D4BB
(198,212,187)
#CEDAC6
(206,218,198)
#D6E0D1
(214,224,209)
#DEE6DC
(222,230,220)
#E6ECE7
(230,236,231)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB684; }

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

This text font color is #9EB684.

Background Color

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

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

This div background color is #9EB684.

Border color

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

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

This div border color is #9EB684.

Opacity

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

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

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

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

This text has shadow with #9EB684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB684.

Preview

Color preview on black background

This text has color #9EB684 on black background.


Color preview on white background

This text has color #9EB684 on white background.


Black color preview on #9EB684 background

This text has black color on #9EB684 background.


White color preview on #9EB684 background

This text has white color on #9EB684 background.


Related colors

Complementary color

Complementary color for #hex is #61497B.


I love getcolorcode.com

Triadic colors

1 #849EB6 and #B6849E with #9EB684 are triadic colors.

2 #84B69E and #B69E84 with #9EB684 are triadic colors.