COLOR #95A29F

HEX: #95A29F
RGB: (149,162,159)

Color info

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

RGB color model

#95A29F color RGB value is (149,162,159).

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

RGB channels and saturation

R 149 of 255 = 58%
G 162 of 255 = 64%
B 159 of 255 = 62%

149
162
159

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

Portions of RGB colors in percentages

R + G + B =
149 + 162 + 159 = 470 (100%)
R 149 of 470 ~ 31.7%
G 162 of 470 ~ 34.47%
B 159 of 470 ~ 33.83%

%31.7
%34.47
%33.83

CMYK color model

#95A29F color CMYK value is (8,0,2,36).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 36.47%
CMYK:
(8,0,2,36)
C8M0Y2K36 
(8%,0%,2%,36%)
(0.08/0.00/0.02/0.36)	

CMYK percentages

%8.02
%0
%1.85
%36.47

Codes

Color #95A29F in popluar color models

95A29F
RGB149162159
HSL166°6.53%60.98%
HSB/HSV166°8.02%63.53%
CMYK8.02%0.00%1.85%
36.47%

Color #95A29F in popluar number systems.

HEX95A29F
Decimal149162159
Binary100101011010001010011111
Octal225242237

Shades and tints

Shades of #95A29F

#95A29F
(149,162,159)
#889491
(136,148,145)
#7B8683
(123,134,131)
#6E7875
(110,120,117)
#616A67
(97,106,103)
#545C59
(84,92,89)
#474E4B
(71,78,75)
#3A403D
(58,64,61)
#2D322F
(45,50,47)
#202421
(32,36,33)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #95A29F

#95A29F
(149,162,159)
#9EAAA7
(158,170,167)
#A7B2AF
(167,178,175)
#B0BAB7
(176,186,183)
#B9C2BF
(185,194,191)
#C2CAC7
(194,202,199)
#CBD2CF
(203,210,207)
#D4DAD7
(212,218,215)
#DDE2DF
(221,226,223)
#E6EAE7
(230,234,231)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A29F color. Also use rgb(149,162,159) instead hex code.

Text Font Color

.myTextColor { color: #95A29F; }

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

This text font color is #95A29F.


Background Color

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

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

This div background color is #95A29F.


Border color

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

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

This div border color is #95A29F.


Opacity

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

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

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

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

This text has shadow with #95A29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A29F on black background.


Color preview on white background

This text has color #95A29F on white background.



Black color preview on #95A29F background

This text has black color on #95A29F background.


White color preview on #95A29F background

This text has white color on #95A29F background.