COLOR #95B081

HEX: #95B081
RGB: (149,176,129)

Color info

#95B081 contains red, green and blue colors in about the same proportion. Web safe color of #95B081 is #999999 (or #999).

RGB color model

#95B081 color RGB value is (149,176,129).

  • red value is 149;
  • green value is 176;
  • blue value is 129.
RGB:
(149,176,129)
(58%,69%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 176 of 255 = 69%
B 129 of 255 = 51%

149
176
129

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

Portions of RGB colors in percentages

R + G + B =
149 + 176 + 129 = 454 (100%)
R 149 of 454 ~ 32.82%
G 176 of 454 ~ 38.77%
B 129 of 454 ~ 28.41%

%32.82
%38.77
%28.41

CMYK color model

#95B081 color CMYK value is (15,0,27,31).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 30.98%
CMYK:
(15,0,27,31)
C15M0Y27K31 
(15%,0%,27%,31%)
(0.15/0.00/0.27/0.31)	

CMYK percentages

%15.34
%0
%26.7
%30.98

Codes

Color #95B081 in popluar color models

95B081
RGB149176129
HSL94°22.93%59.80%
HSB/HSV94°26.70%69.02%
CMYK15.34%0.00%26.70%
30.98%

Color #95B081 in popluar number systems.

HEX95B081
Decimal149176129
Binary100101011011000010000001
Octal225260201

Shades and tints

Shades of #95B081

#95B081
(149,176,129)
#88A076
(136,160,118)
#7B906B
(123,144,107)
#6E8060
(110,128,96)
#617055
(97,112,85)
#54604A
(84,96,74)
#47503F
(71,80,63)
#3A4034
(58,64,52)
#2D3029
(45,48,41)
#20201E
(32,32,30)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #95B081

#95B081
(149,176,129)
#9EB78C
(158,183,140)
#A7BE97
(167,190,151)
#B0C5A2
(176,197,162)
#B9CCAD
(185,204,173)
#C2D3B8
(194,211,184)
#CBDAC3
(203,218,195)
#D4E1CE
(212,225,206)
#DDE8D9
(221,232,217)
#E6EFE4
(230,239,228)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B081 color. Also use rgb(149,176,129) instead hex code.

Text Font Color

.myTextColor { color: #95B081; }

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

This text font color is #95B081.


Background Color

.myBgColor { background-color: #95B081; }

<div style="background-color:#95B081">Inner text</div>

This div background color is #95B081.


Border color

.myBorderColor { border: 1px solid #95B081; }

<div style="border:3px solid #95B081">Div</div>

This div border color is #95B081.


Opacity

.myOpacity80 { color: #95B081; opacity: 0.8; }

<p style="color:#95B081;opacity:0.8;">80%</p>

Text with #95B081 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 #95B081;}

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

This text has shadow with #95B081 color.

.textShadow {text-shadow: 3px 3px 1px #95B081, 3px 3px 1px red;}

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

This text has shadow with #95B081 primary color and red secondary color.


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

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

This text has shadow with #95B081 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B081 on black background.


Color preview on white background

This text has color #95B081 on white background.



Black color preview on #95B081 background

This text has black color on #95B081 background.


White color preview on #95B081 background

This text has white color on #95B081 background.