COLOR #9EB69B

HEX: #9EB69B
RGB: (158,182,155)

Color info

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

RGB color model

#9EB69B color RGB value is (158,182,155).

  • red value is 158;
  • green value is 182;
  • blue value is 155.
RGB:
(158,182,155)
(62%,71%,61%)

RGB channels and saturation

R 158 of 255 = 62%
G 182 of 255 = 71%
B 155 of 255 = 61%

158
182
155

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

Portions of RGB colors in percentages

R + G + B =
158 + 182 + 155 = 495 (100%)
R 158 of 495 ~ 31.92%
G 182 of 495 ~ 36.77%
B 155 of 495 ~ 31.31%

%31.92
%36.77
%31.31

CMYK color model

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

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(13,0,15,29)
C13M0Y15K29 
(13%,0%,15%,29%)
(0.13/0.00/0.15/0.29)	

CMYK percentages

%13.19
%0
%14.84
%28.63

Codes

Color #9EB69B in popluar color models

9EB69B
RGB158182155
HSL113°15.61%66.08%
HSB/HSV113°14.84%71.37%
CMYK13.19%0.00%14.84%
28.63%

Color #9EB69B in popluar number systems.

HEX9EB69B
Decimal158182155
Binary100111101011011010011011
Octal236266233

Shades and tints

Shades of #9EB69B

#9EB69B
(158,182,155)
#90A68D
(144,166,141)
#82967F
(130,150,127)
#748671
(116,134,113)
#667663
(102,118,99)
#586655
(88,102,85)
#4A5647
(74,86,71)
#3C4639
(60,70,57)
#2E362B
(46,54,43)
#20261D
(32,38,29)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #9EB69B

#9EB69B
(158,182,155)
#A6BCA4
(166,188,164)
#AEC2AD
(174,194,173)
#B6C8B6
(182,200,182)
#BECEBF
(190,206,191)
#C6D4C8
(198,212,200)
#CEDAD1
(206,218,209)
#D6E0DA
(214,224,218)
#DEE6E3
(222,230,227)
#E6ECEC
(230,236,236)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB69B; }

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

This text font color is #9EB69B.


Background Color

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

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

This div background color is #9EB69B.


Border color

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

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

This div border color is #9EB69B.


Opacity

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

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

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

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

This text has shadow with #9EB69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB69B on black background.


Color preview on white background

This text has color #9EB69B on white background.



Black color preview on #9EB69B background

This text has black color on #9EB69B background.


White color preview on #9EB69B background

This text has white color on #9EB69B background.