COLOR #95A19F

HEX: #95A19F
RGB: (149,161,159)

Color info

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

RGB color model

#95A19F color RGB value is (149,161,159).

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

RGB channels and saturation

R 149 of 255 = 58%
G 161 of 255 = 63%
B 159 of 255 = 62%

149
161
159

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

Portions of RGB colors in percentages

R + G + B =
149 + 161 + 159 = 469 (100%)
R 149 of 469 ~ 31.77%
G 161 of 469 ~ 34.33%
B 159 of 469 ~ 33.9%

%31.77
%34.33
%33.9

CMYK color model

#95A19F color CMYK value is (7,0,1,37).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 36.86%
CMYK:
(7,0,1,37)
C7M0Y1K37 
(7%,0%,1%,37%)
(0.07/0.00/0.01/0.37)	

CMYK percentages

%7.45
%0
%1.24
%36.86

Codes

Color #95A19F in popluar color models

95A19F
RGB149161159
HSL170°6.00%60.78%
HSB/HSV170°7.45%63.14%
CMYK7.45%0.00%1.24%
36.86%

Color #95A19F in popluar number systems.

HEX95A19F
Decimal149161159
Binary100101011010000110011111
Octal225241237

Shades and tints

Shades of #95A19F

#95A19F
(149,161,159)
#889391
(136,147,145)
#7B8583
(123,133,131)
#6E7775
(110,119,117)
#616967
(97,105,103)
#545B59
(84,91,89)
#474D4B
(71,77,75)
#3A3F3D
(58,63,61)
#2D312F
(45,49,47)
#202321
(32,35,33)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #95A19F

#95A19F
(149,161,159)
#9EA9A7
(158,169,167)
#A7B1AF
(167,177,175)
#B0B9B7
(176,185,183)
#B9C1BF
(185,193,191)
#C2C9C7
(194,201,199)
#CBD1CF
(203,209,207)
#D4D9D7
(212,217,215)
#DDE1DF
(221,225,223)
#E6E9E7
(230,233,231)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A19F; }

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

This text font color is #95A19F.


Background Color

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

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

This div background color is #95A19F.


Border color

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

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

This div border color is #95A19F.


Opacity

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

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

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

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

This text has shadow with #95A19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A19F on black background.


Color preview on white background

This text has color #95A19F on white background.



Black color preview on #95A19F background

This text has black color on #95A19F background.


White color preview on #95A19F background

This text has white color on #95A19F background.