COLOR #95B086

HEX: #95B086
RGB: (149,176,134)

Color info

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

RGB color model

#95B086 color RGB value is (149,176,134).

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

RGB channels and saturation

R 149 of 255 = 58%
G 176 of 255 = 69%
B 134 of 255 = 53%

149
176
134

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

Portions of RGB colors in percentages

R + G + B =
149 + 176 + 134 = 459 (100%)
R 149 of 459 ~ 32.46%
G 176 of 459 ~ 38.34%
B 134 of 459 ~ 29.19%

%32.46
%38.34
%29.19

CMYK color model

#95B086 color CMYK value is (15,0,24,31).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 30.98%
CMYK:
(15,0,24,31)
C15M0Y24K31 
(15%,0%,24%,31%)
(0.15/0.00/0.24/0.31)	

CMYK percentages

%15.34
%0
%23.86
%30.98

Codes

Color #95B086 in popluar color models

95B086
RGB149176134
HSL99°21.00%60.78%
HSB/HSV99°23.86%69.02%
CMYK15.34%0.00%23.86%
30.98%

Color #95B086 in popluar number systems.

HEX95B086
Decimal149176134
Binary100101011011000010000110
Octal225260206

Shades and tints

Shades of #95B086

#95B086
(149,176,134)
#88A07A
(136,160,122)
#7B906E
(123,144,110)
#6E8062
(110,128,98)
#617056
(97,112,86)
#54604A
(84,96,74)
#47503E
(71,80,62)
#3A4032
(58,64,50)
#2D3026
(45,48,38)
#20201A
(32,32,26)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #95B086

#95B086
(149,176,134)
#9EB791
(158,183,145)
#A7BE9C
(167,190,156)
#B0C5A7
(176,197,167)
#B9CCB2
(185,204,178)
#C2D3BD
(194,211,189)
#CBDAC8
(203,218,200)
#D4E1D3
(212,225,211)
#DDE8DE
(221,232,222)
#E6EFE9
(230,239,233)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B086; }

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

This text font color is #95B086.


Background Color

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

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

This div background color is #95B086.


Border color

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

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

This div border color is #95B086.


Opacity

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

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

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

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

This text has shadow with #95B086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B086 on black background.


Color preview on white background

This text has color #95B086 on white background.



Black color preview on #95B086 background

This text has black color on #95B086 background.


White color preview on #95B086 background

This text has white color on #95B086 background.