COLOR #95A99D

HEX: #95A99D
RGB: (149,169,157)

Color info

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

RGB color model

#95A99D color RGB value is (149,169,157).

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

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 157 of 255 = 62%

149
169
157

R + G + B ~ 62%. #95A99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 169 + 157 = 475 (100%)
R 149 of 475 ~ 31.37%
G 169 of 475 ~ 35.58%
B 157 of 475 ~ 33.05%

%31.37
%35.58
%33.05

CMYK color model

#95A99D color CMYK value is (12,0,7,34).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 33.73%
CMYK:
(12,0,7,34)
C12M0Y7K34 
(12%,0%,7%,34%)
(0.12/0.00/0.07/0.34)	

CMYK percentages

%11.83
%0
%7.1
%33.73

Codes

Color #95A99D in popluar color models

95A99D
RGB149169157
HSL144°10.42%62.35%
HSB/HSV144°11.83%66.27%
CMYK11.83%0.00%7.10%
33.73%

Color #95A99D in popluar number systems.

HEX95A99D
Decimal149169157
Binary100101011010100110011101
Octal225251235

Shades and tints

Shades of #95A99D

#95A99D
(149,169,157)
#889A8F
(136,154,143)
#7B8B81
(123,139,129)
#6E7C73
(110,124,115)
#616D65
(97,109,101)
#545E57
(84,94,87)
#474F49
(71,79,73)
#3A403B
(58,64,59)
#2D312D
(45,49,45)
#20221F
(32,34,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #95A99D

#95A99D
(149,169,157)
#9EB0A5
(158,176,165)
#A7B7AD
(167,183,173)
#B0BEB5
(176,190,181)
#B9C5BD
(185,197,189)
#C2CCC5
(194,204,197)
#CBD3CD
(203,211,205)
#D4DAD5
(212,218,213)
#DDE1DD
(221,225,221)
#E6E8E5
(230,232,229)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A99D; }

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

This text font color is #95A99D.


Background Color

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

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

This div background color is #95A99D.


Border color

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

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

This div border color is #95A99D.


Opacity

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

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

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

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

This text has shadow with #95A99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A99D on black background.


Color preview on white background

This text has color #95A99D on white background.



Black color preview on #95A99D background

This text has black color on #95A99D background.


White color preview on #95A99D background

This text has white color on #95A99D background.