COLOR #95AA9D

HEX: #95AA9D RGB: (149,170,157)

Color info

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

RGB color model

#95AA9D color RGB value is (149,170,157).

RGB: (149,170,157) (58%, 67%, 62%)

RGB channels and saturation

R 149 of 255 = 58%
G 170 of 255 = 67%
B 157 of 255 = 62%

149
170
157

R + G + B ~ 62%. #95AA9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 170 + 157 = 476 (100%)
R 149 of 476 ~ 31.3%
G 170 of 476 ~ 35.71%
B 157 of 476 ~ 32.98'%

%31.3
%35.71
%32.98

CMYK color model

#95AA9D color CMYK value is (12,0,8,33).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 7.65%
  • key color value is 33.33%

CMYK: (12,0,8,33)
C12M0Y8K33 (12%, 0%, 8%, 33%)
(0.12 / 0.00 / 0.08 / 0.33)

CMYK percentages

%12.35
%0
%7.65
%33.33

Codes

Color #95AA9D in popluar color models

95 AA 9D
RGB 149 170 157
HSL 143° 10.99% 62.55%
HSB/HSV 143° 12.35% 66.67%
CMYK 12.35% 0.00% 7.65%
33.33%

Color #95AA9D in popluar number systems.

HEX 95 AA 9D
Decimal 149 170 157
Binary 10010101 10101010 10011101
Octal 225 252 235

Shades and tints

Shades of #95AA9D

#95AA9D
(149,170,157)
#889B8F
(136,155,143)
#7B8C81
(123,140,129)
#6E7D73
(110,125,115)
#616E65
(97,110,101)
#545F57
(84,95,87)
#475049
(71,80,73)
#3A413B
(58,65,59)
#2D322D
(45,50,45)
#20231F
(32,35,31)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #95AA9D

#95AA9D
(149,170,157)
#9EB1A5
(158,177,165)
#A7B8AD
(167,184,173)
#B0BFB5
(176,191,181)
#B9C6BD
(185,198,189)
#C2CDC5
(194,205,197)
#CBD4CD
(203,212,205)
#D4DBD5
(212,219,213)
#DDE2DD
(221,226,221)
#E6E9E5
(230,233,229)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AA9D color. Also use rgb(149,170,157) instead hex code.

Text Font Color

.myTextColor { color: #95AA9D; }

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

This text font color is #95AA9D.

Background Color

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

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

This div background color is #95AA9D.

Border color

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

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

This div border color is #95AA9D.

Opacity

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

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

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

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

This text has shadow with #95AA9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95AA9D.

Preview

Color preview on black background

This text has color #95AA9D on black background.


Color preview on white background

This text has color #95AA9D on white background.


Black color preview on #95AA9D background

This text has black color on #95AA9D background.


White color preview on #95AA9D background

This text has white color on #95AA9D background.


Related colors

Complementary color

Complementary color for #hex is #6A5562.


I love getcolorcode.com

Triadic colors

1 #9D95AA and #AA9D95 with #95AA9D are triadic colors.

2 #9DAA95 and #AA959D with #95AA9D are triadic colors.