COLOR #95AB87

HEX: #95AB87
RGB: (149,171,135)

Color info

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

RGB color model

#95AB87 color RGB value is (149,171,135).

  • red value is 149;
  • green value is 171;
  • blue value is 135.
RGB:
(149,171,135)
(58%,67%,53%)

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 135 of 255 = 53%

149
171
135

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

Portions of RGB colors in percentages

R + G + B =
149 + 171 + 135 = 455 (100%)
R 149 of 455 ~ 32.75%
G 171 of 455 ~ 37.58%
B 135 of 455 ~ 29.67%

%32.75
%37.58
%29.67

CMYK color model

#95AB87 color CMYK value is (13,0,21,33).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 32.94%
CMYK:
(13,0,21,33)
C13M0Y21K33 
(13%,0%,21%,33%)
(0.13/0.00/0.21/0.33)	

CMYK percentages

%12.87
%0
%21.05
%32.94

Codes

Color #95AB87 in popluar color models

95AB87
RGB149171135
HSL97°17.65%60.00%
HSB/HSV97°21.05%67.06%
CMYK12.87%0.00%21.05%
32.94%

Color #95AB87 in popluar number systems.

HEX95AB87
Decimal149171135
Binary100101011010101110000111
Octal225253207

Shades and tints

Shades of #95AB87

#95AB87
(149,171,135)
#889C7B
(136,156,123)
#7B8D6F
(123,141,111)
#6E7E63
(110,126,99)
#616F57
(97,111,87)
#54604B
(84,96,75)
#47513F
(71,81,63)
#3A4233
(58,66,51)
#2D3327
(45,51,39)
#20241B
(32,36,27)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #95AB87

#95AB87
(149,171,135)
#9EB291
(158,178,145)
#A7B99B
(167,185,155)
#B0C0A5
(176,192,165)
#B9C7AF
(185,199,175)
#C2CEB9
(194,206,185)
#CBD5C3
(203,213,195)
#D4DCCD
(212,220,205)
#DDE3D7
(221,227,215)
#E6EAE1
(230,234,225)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AB87 color. Also use rgb(149,171,135) instead hex code.

Text Font Color

.myTextColor { color: #95AB87; }

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

This text font color is #95AB87.


Background Color

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

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

This div background color is #95AB87.


Border color

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

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

This div border color is #95AB87.


Opacity

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

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

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

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

This text has shadow with #95AB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AB87 on black background.


Color preview on white background

This text has color #95AB87 on white background.



Black color preview on #95AB87 background

This text has black color on #95AB87 background.


White color preview on #95AB87 background

This text has white color on #95AB87 background.