COLOR #95A19C

HEX: #95A19C
RGB: (149,161,156)

Color info

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

RGB color model

#95A19C color RGB value is (149,161,156).

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

RGB channels and saturation

R 149 of 255 = 58%
G 161 of 255 = 63%
B 156 of 255 = 61%

149
161
156

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

Portions of RGB colors in percentages

R + G + B =
149 + 161 + 156 = 466 (100%)
R 149 of 466 ~ 31.97%
G 161 of 466 ~ 34.55%
B 156 of 466 ~ 33.48%

%31.97
%34.55
%33.48

CMYK color model

#95A19C color CMYK value is (7,0,3,37).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 36.86%
CMYK:
(7,0,3,37)
C7M0Y3K37 
(7%,0%,3%,37%)
(0.07/0.00/0.03/0.37)	

CMYK percentages

%7.45
%0
%3.11
%36.86

Codes

Color #95A19C in popluar color models

95A19C
RGB149161156
HSL155°6.00%60.78%
HSB/HSV155°7.45%63.14%
CMYK7.45%0.00%3.11%
36.86%

Color #95A19C in popluar number systems.

HEX95A19C
Decimal149161156
Binary100101011010000110011100
Octal225241234

Shades and tints

Shades of #95A19C

#95A19C
(149,161,156)
#88938E
(136,147,142)
#7B8580
(123,133,128)
#6E7772
(110,119,114)
#616964
(97,105,100)
#545B56
(84,91,86)
#474D48
(71,77,72)
#3A3F3A
(58,63,58)
#2D312C
(45,49,44)
#20231E
(32,35,30)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #95A19C

#95A19C
(149,161,156)
#9EA9A5
(158,169,165)
#A7B1AE
(167,177,174)
#B0B9B7
(176,185,183)
#B9C1C0
(185,193,192)
#C2C9C9
(194,201,201)
#CBD1D2
(203,209,210)
#D4D9DB
(212,217,219)
#DDE1E4
(221,225,228)
#E6E9ED
(230,233,237)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A19C; }

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

This text font color is #95A19C.


Background Color

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

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

This div background color is #95A19C.


Border color

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

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

This div border color is #95A19C.


Opacity

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

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

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

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

This text has shadow with #95A19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A19C on black background.


Color preview on white background

This text has color #95A19C on white background.



Black color preview on #95A19C background

This text has black color on #95A19C background.


White color preview on #95A19C background

This text has white color on #95A19C background.