COLOR #9EBE8F

HEX: #9EBE8F
RGB: (158,190,143)

Color info

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

RGB color model

#9EBE8F color RGB value is (158,190,143).

  • red value is 158;
  • green value is 190;
  • blue value is 143.
RGB:
(158,190,143)
(62%,75%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 143 of 255 = 56%

158
190
143

R + G + B ~ 64%. #9EBE8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 190 + 143 = 491 (100%)
R 158 of 491 ~ 32.18%
G 190 of 491 ~ 38.7%
B 143 of 491 ~ 29.12%

%32.18
%38.7
%29.12

CMYK color model

#9EBE8F color CMYK value is (17,0,25,25).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 25.49%
CMYK:
(17,0,25,25)
C17M0Y25K25 
(17%,0%,25%,25%)
(0.17/0.00/0.25/0.25)	

CMYK percentages

%16.84
%0
%24.74
%25.49

Codes

Color #9EBE8F in popluar color models

9EBE8F
RGB158190143
HSL101°26.55%65.29%
HSB/HSV101°24.74%74.51%
CMYK16.84%0.00%24.74%
25.49%

Color #9EBE8F in popluar number systems.

HEX9EBE8F
Decimal158190143
Binary100111101011111010001111
Octal236276217

Shades and tints

Shades of #9EBE8F

#9EBE8F
(158,190,143)
#90AD82
(144,173,130)
#829C75
(130,156,117)
#748B68
(116,139,104)
#667A5B
(102,122,91)
#58694E
(88,105,78)
#4A5841
(74,88,65)
#3C4734
(60,71,52)
#2E3627
(46,54,39)
#20251A
(32,37,26)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #9EBE8F

#9EBE8F
(158,190,143)
#A6C399
(166,195,153)
#AEC8A3
(174,200,163)
#B6CDAD
(182,205,173)
#BED2B7
(190,210,183)
#C6D7C1
(198,215,193)
#CEDCCB
(206,220,203)
#D6E1D5
(214,225,213)
#DEE6DF
(222,230,223)
#E6EBE9
(230,235,233)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBE8F color. Also use rgb(158,190,143) instead hex code.

Text Font Color

.myTextColor { color: #9EBE8F; }

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

This text font color is #9EBE8F.


Background Color

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

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

This div background color is #9EBE8F.


Border color

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

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

This div border color is #9EBE8F.


Opacity

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

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

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

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

This text has shadow with #9EBE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBE8F on black background.


Color preview on white background

This text has color #9EBE8F on white background.



Black color preview on #9EBE8F background

This text has black color on #9EBE8F background.


White color preview on #9EBE8F background

This text has white color on #9EBE8F background.