COLOR #95A687

HEX: #95A687
RGB: (149,166,135)

Color info

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

RGB color model

#95A687 color RGB value is (149,166,135).

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

RGB channels and saturation

R 149 of 255 = 58%
G 166 of 255 = 65%
B 135 of 255 = 53%

149
166
135

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

Portions of RGB colors in percentages

R + G + B =
149 + 166 + 135 = 450 (100%)
R 149 of 450 ~ 33.11%
G 166 of 450 ~ 36.89%
B 135 of 450 ~ 30%

%33.11
%36.89
%30

CMYK color model

#95A687 color CMYK value is (10,0,19,35).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 34.90%
CMYK:
(10,0,19,35)
C10M0Y19K35 
(10%,0%,19%,35%)
(0.10/0.00/0.19/0.35)	

CMYK percentages

%10.24
%0
%18.67
%34.9

Codes

Color #95A687 in popluar color models

95A687
RGB149166135
HSL93°14.83%59.02%
HSB/HSV93°18.67%65.10%
CMYK10.24%0.00%18.67%
34.90%

Color #95A687 in popluar number systems.

HEX95A687
Decimal149166135
Binary100101011010011010000111
Octal225246207

Shades and tints

Shades of #95A687

#95A687
(149,166,135)
#88977B
(136,151,123)
#7B886F
(123,136,111)
#6E7963
(110,121,99)
#616A57
(97,106,87)
#545B4B
(84,91,75)
#474C3F
(71,76,63)
#3A3D33
(58,61,51)
#2D2E27
(45,46,39)
#201F1B
(32,31,27)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #95A687

#95A687
(149,166,135)
#9EAE91
(158,174,145)
#A7B69B
(167,182,155)
#B0BEA5
(176,190,165)
#B9C6AF
(185,198,175)
#C2CEB9
(194,206,185)
#CBD6C3
(203,214,195)
#D4DECD
(212,222,205)
#DDE6D7
(221,230,215)
#E6EEE1
(230,238,225)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A687; }

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

This text font color is #95A687.


Background Color

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

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

This div background color is #95A687.


Border color

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

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

This div border color is #95A687.


Opacity

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

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

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

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

This text has shadow with #95A687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A687 on black background.


Color preview on white background

This text has color #95A687 on white background.



Black color preview on #95A687 background

This text has black color on #95A687 background.


White color preview on #95A687 background

This text has white color on #95A687 background.