COLOR #95A49D

HEX: #95A49D
RGB: (149,164,157)

Color info

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

RGB color model

#95A49D color RGB value is (149,164,157).

  • red value is 149;
  • green value is 164;
  • blue value is 157.
RGB:
(149,164,157)
(58%,64%,62%)

RGB channels and saturation

R 149 of 255 = 58%
G 164 of 255 = 64%
B 157 of 255 = 62%

149
164
157

R + G + B ~ 61%. #95A49D is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 164 + 157 = 470 (100%)
R 149 of 470 ~ 31.7%
G 164 of 470 ~ 34.89%
B 157 of 470 ~ 33.4%

%31.7
%34.89
%33.4

CMYK color model

#95A49D color CMYK value is (9,0,4,36).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK:
(9,0,4,36)
C9M0Y4K36 
(9%,0%,4%,36%)
(0.09/0.00/0.04/0.36)	

CMYK percentages

%9.15
%0
%4.27
%35.69

Codes

Color #95A49D in popluar color models

95A49D
RGB149164157
HSL152°7.61%61.37%
HSB/HSV152°9.15%64.31%
CMYK9.15%0.00%4.27%
35.69%

Color #95A49D in popluar number systems.

HEX95A49D
Decimal149164157
Binary100101011010010010011101
Octal225244235

Shades and tints

Shades of #95A49D

#95A49D
(149,164,157)
#88968F
(136,150,143)
#7B8881
(123,136,129)
#6E7A73
(110,122,115)
#616C65
(97,108,101)
#545E57
(84,94,87)
#475049
(71,80,73)
#3A423B
(58,66,59)
#2D342D
(45,52,45)
#20261F
(32,38,31)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #95A49D

#95A49D
(149,164,157)
#9EACA5
(158,172,165)
#A7B4AD
(167,180,173)
#B0BCB5
(176,188,181)
#B9C4BD
(185,196,189)
#C2CCC5
(194,204,197)
#CBD4CD
(203,212,205)
#D4DCD5
(212,220,213)
#DDE4DD
(221,228,221)
#E6ECE5
(230,236,229)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A49D color. Also use rgb(149,164,157) instead hex code.

Text Font Color

.myTextColor { color: #95A49D; }

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

This text font color is #95A49D.


Background Color

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

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

This div background color is #95A49D.


Border color

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

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

This div border color is #95A49D.


Opacity

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

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

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

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

This text has shadow with #95A49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A49D on black background.


Color preview on white background

This text has color #95A49D on white background.



Black color preview on #95A49D background

This text has black color on #95A49D background.


White color preview on #95A49D background

This text has white color on #95A49D background.