COLOR #95A89D

HEX: #95A89D
RGB: (149,168,157)

Color info

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

RGB color model

#95A89D color RGB value is (149,168,157).

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

RGB channels and saturation

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

149
168
157

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

Portions of RGB colors in percentages

R + G + B =
149 + 168 + 157 = 474 (100%)
R 149 of 474 ~ 31.43%
G 168 of 474 ~ 35.44%
B 157 of 474 ~ 33.12%

%31.43
%35.44
%33.12

CMYK color model

#95A89D color CMYK value is (11,0,7,34).

  • cyan value is 11.31%
  • magenta value is 0.00%
  • yellow value is 6.55%
  • key color value is 34.12%
CMYK:
(11,0,7,34)
C11M0Y7K34 
(11%,0%,7%,34%)
(0.11/0.00/0.07/0.34)	

CMYK percentages

%11.31
%0
%6.55
%34.12

Codes

Color #95A89D in popluar color models

95A89D
RGB149168157
HSL145°9.84%62.16%
HSB/HSV145°11.31%65.88%
CMYK11.31%0.00%6.55%
34.12%

Color #95A89D in popluar number systems.

HEX95A89D
Decimal149168157
Binary100101011010100010011101
Octal225250235

Shades and tints

Shades of #95A89D

#95A89D
(149,168,157)
#88998F
(136,153,143)
#7B8A81
(123,138,129)
#6E7B73
(110,123,115)
#616C65
(97,108,101)
#545D57
(84,93,87)
#474E49
(71,78,73)
#3A3F3B
(58,63,59)
#2D302D
(45,48,45)
#20211F
(32,33,31)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #95A89D

#95A89D
(149,168,157)
#9EAFA5
(158,175,165)
#A7B6AD
(167,182,173)
#B0BDB5
(176,189,181)
#B9C4BD
(185,196,189)
#C2CBC5
(194,203,197)
#CBD2CD
(203,210,205)
#D4D9D5
(212,217,213)
#DDE0DD
(221,224,221)
#E6E7E5
(230,231,229)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A89D; }

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

This text font color is #95A89D.


Background Color

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

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

This div background color is #95A89D.


Border color

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

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

This div border color is #95A89D.


Opacity

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

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

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

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

This text has shadow with #95A89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A89D on black background.


Color preview on white background

This text has color #95A89D on white background.



Black color preview on #95A89D background

This text has black color on #95A89D background.


White color preview on #95A89D background

This text has white color on #95A89D background.