COLOR #9EBF67

HEX: #9EBF67
RGB: (158,191,103)

Color info

#9EBF67 contains mainly red and green colors. Web safe color of #9EBF67 is #99CC66 (or #9C6).

RGB color model

#9EBF67 color RGB value is (158,191,103).

  • red value is 158;
  • green value is 191;
  • blue value is 103.
RGB:
(158,191,103)
(62%,75%,40%)

RGB channels and saturation

R 158 of 255 = 62%
G 191 of 255 = 75%
B 103 of 255 = 40%

158
191
103

R + G + B ~ 59%. #9EBF67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 191 + 103 = 452 (100%)
R 158 of 452 ~ 34.96%
G 191 of 452 ~ 42.26%
B 103 of 452 ~ 22.79%

%34.96
%42.26
%22.79

CMYK color model

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

  • cyan value is 17.28%
  • magenta value is 0.00%
  • yellow value is 46.07%
  • key color value is 25.10%
CMYK:
(17,0,46,25)
C17M0Y46K25 
(17%,0%,46%,25%)
(0.17/0.00/0.46/0.25)	

CMYK percentages

%17.28
%0
%46.07
%25.1

Codes

Color #9EBF67 in popluar color models

9EBF67
RGB158191103
HSL83°40.74%57.65%
HSB/HSV83°46.07%74.90%
CMYK17.28%0.00%46.07%
25.10%

Color #9EBF67 in popluar number systems.

HEX9EBF67
Decimal158191103
Binary10011110101111111100111
Octal236277147

Shades and tints

Shades of #9EBF67

#9EBF67
(158,191,103)
#90AE5E
(144,174,94)
#829D55
(130,157,85)
#748C4C
(116,140,76)
#667B43
(102,123,67)
#586A3A
(88,106,58)
#4A5931
(74,89,49)
#3C4828
(60,72,40)
#2E371F
(46,55,31)
#202616
(32,38,22)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #9EBF67

#9EBF67
(158,191,103)
#A6C474
(166,196,116)
#AEC981
(174,201,129)
#B6CE8E
(182,206,142)
#BED39B
(190,211,155)
#C6D8A8
(198,216,168)
#CEDDB5
(206,221,181)
#D6E2C2
(214,226,194)
#DEE7CF
(222,231,207)
#E6ECDC
(230,236,220)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBF67 color. Also use rgb(158,191,103) instead hex code.

Text Font Color

.myTextColor { color: #9EBF67; }

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

This text font color is #9EBF67.


Background Color

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

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

This div background color is #9EBF67.


Border color

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

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

This div border color is #9EBF67.


Opacity

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

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

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

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

This text has shadow with #9EBF67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBF67 on black background.


Color preview on white background

This text has color #9EBF67 on white background.



Black color preview on #9EBF67 background

This text has black color on #9EBF67 background.


White color preview on #9EBF67 background

This text has white color on #9EBF67 background.