COLOR #95A09F

HEX: #95A09F
RGB: (149,160,159)

Color info

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

RGB color model

#95A09F color RGB value is (149,160,159).

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

RGB channels and saturation

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

149
160
159

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

Portions of RGB colors in percentages

R + G + B =
149 + 160 + 159 = 468 (100%)
R 149 of 468 ~ 31.84%
G 160 of 468 ~ 34.19%
B 159 of 468 ~ 33.97%

%31.84
%34.19
%33.97

CMYK color model

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

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

CMYK percentages

%6.87
%0
%0.62
%37.25

Codes

Color #95A09F in popluar color models

95A09F
RGB149160159
HSL175°5.47%60.59%
HSB/HSV175°6.87%62.75%
CMYK6.87%0.00%0.62%
37.25%

Color #95A09F in popluar number systems.

HEX95A09F
Decimal149160159
Binary100101011010000010011111
Octal225240237

Shades and tints

Shades of #95A09F

#95A09F
(149,160,159)
#889291
(136,146,145)
#7B8483
(123,132,131)
#6E7675
(110,118,117)
#616867
(97,104,103)
#545A59
(84,90,89)
#474C4B
(71,76,75)
#3A3E3D
(58,62,61)
#2D302F
(45,48,47)
#202221
(32,34,33)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #95A09F

#95A09F
(149,160,159)
#9EA8A7
(158,168,167)
#A7B0AF
(167,176,175)
#B0B8B7
(176,184,183)
#B9C0BF
(185,192,191)
#C2C8C7
(194,200,199)
#CBD0CF
(203,208,207)
#D4D8D7
(212,216,215)
#DDE0DF
(221,224,223)
#E6E8E7
(230,232,231)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A09F; }

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

This text font color is #95A09F.


Background Color

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

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

This div background color is #95A09F.


Border color

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

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

This div border color is #95A09F.


Opacity

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

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

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

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

This text has shadow with #95A09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A09F on black background.


Color preview on white background

This text has color #95A09F on white background.



Black color preview on #95A09F background

This text has black color on #95A09F background.


White color preview on #95A09F background

This text has white color on #95A09F background.