COLOR #95A49C

HEX: #95A49C RGB: (149,164,156)

Color info

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

RGB color model

#95A49C color RGB value is (149,164,156).

RGB: (149,164,156) (58%, 64%, 61%)

RGB channels and saturation

R 149 of 255 = 58%
G 164 of 255 = 64%
B 156 of 255 = 61%

149
164
156

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

Portions of RGB colors in percentages

R + G + B = 149 + 164 + 156 = 469 (100%)
R 149 of 469 ~ 31.77%
G 164 of 469 ~ 34.97%
B 156 of 469 ~ 33.26'%

%31.77
%34.97
%33.26

CMYK color model

#95A49C color CMYK value is (9,0,5,36).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 35.69%
CMYK: (9,0,5,36) C9M0Y5K36 (9%,0%,5%,36%) (0.09/0.00/0.05/0.36) 

CMYK percentages

%9.15
%0
%4.88
%35.69

Codes

Color #95A49C in popluar color models

95 A4 9C
RGB 149 164 156
HSL 148° 7.61% 61.37%
HSB/HSV 148° 9.15% 64.31%
CMYK 9.15% 0.00% 4.88%
35.69%

Color #95A49C in popluar number systems.

HEX 95 A4 9C
Decimal 149 164 156
Binary 10010101 10100100 10011100
Octal 225 244 234

Shades and tints

Shades of #95A49C

#95A49C
(149,164,156)
#88968E
(136,150,142)
#7B8880
(123,136,128)
#6E7A72
(110,122,114)
#616C64
(97,108,100)
#545E56
(84,94,86)
#475048
(71,80,72)
#3A423A
(58,66,58)
#2D342C
(45,52,44)
#20261E
(32,38,30)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #95A49C

#95A49C
(149,164,156)
#9EACA5
(158,172,165)
#A7B4AE
(167,180,174)
#B0BCB7
(176,188,183)
#B9C4C0
(185,196,192)
#C2CCC9
(194,204,201)
#CBD4D2
(203,212,210)
#D4DCDB
(212,220,219)
#DDE4E4
(221,228,228)
#E6ECED
(230,236,237)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A49C; }

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

This text font color is #95A49C.

Background Color

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

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

This div background color is #95A49C.

Border color

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

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

This div border color is #95A49C.

Opacity

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

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

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

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

This text has shadow with #95A49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A49C.

Preview

Color preview on black background

This text has color #95A49C on black background.


Color preview on white background

This text has color #95A49C on white background.


Black color preview on #95A49C background

This text has black color on #95A49C background.


White color preview on #95A49C background

This text has white color on #95A49C background.


Related colors

Complementary color

Complementary color for #hex is #6A5B63.


I love getcolorcode.com

Triadic colors

1 #9C95A4 and #A49C95 with #95A49C are triadic colors.

2 #9CA495 and #A4959C with #95A49C are triadic colors.