COLOR #95A994

HEX: #95A994 RGB: (149,169,148)

Color info

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

RGB color model

#95A994 color RGB value is (149,169,148).

RGB: (149,169,148) (58%, 66%, 58%)

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 148 of 255 = 58%

149
169
148

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

Portions of RGB colors in percentages

R + G + B = 149 + 169 + 148 = 466 (100%)
R 149 of 466 ~ 31.97%
G 169 of 466 ~ 36.27%
B 148 of 466 ~ 31.76'%

%31.97
%36.27
%31.76

CMYK color model

#95A994 color CMYK value is (12,0,12,34).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 12.43%
  • key color value is 33.73%

CMYK: (12,0,12,34)
C12M0Y12K34 (12%, 0%, 12%, 34%)
(0.12 / 0.00 / 0.12 / 0.34)

CMYK percentages

%11.83
%0
%12.43
%33.73

Codes

Color #95A994 in popluar color models

95 A9 94
RGB 149 169 148
HSL 117° 10.88% 62.16%
HSB/HSV 117° 12.43% 66.27%
CMYK 11.83% 0.00% 12.43%
33.73%

Color #95A994 in popluar number systems.

HEX 95 A9 94
Decimal 149 169 148
Binary 10010101 10101001 10010100
Octal 225 251 224

Shades and tints

Shades of #95A994

#95A994
(149,169,148)
#889A87
(136,154,135)
#7B8B7A
(123,139,122)
#6E7C6D
(110,124,109)
#616D60
(97,109,96)
#545E53
(84,94,83)
#474F46
(71,79,70)
#3A4039
(58,64,57)
#2D312C
(45,49,44)
#20221F
(32,34,31)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #95A994

#95A994
(149,169,148)
#9EB09D
(158,176,157)
#A7B7A6
(167,183,166)
#B0BEAF
(176,190,175)
#B9C5B8
(185,197,184)
#C2CCC1
(194,204,193)
#CBD3CA
(203,211,202)
#D4DAD3
(212,218,211)
#DDE1DC
(221,225,220)
#E6E8E5
(230,232,229)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A994 color. Also use rgb(149,169,148) instead hex code.

Text Font Color

.myTextColor { color: #95A994; }

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

This text font color is #95A994.

Background Color

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

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

This div background color is #95A994.

Border color

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

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

This div border color is #95A994.

Opacity

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

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

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

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

This text has shadow with #95A994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A994.

Preview

Color preview on black background

This text has color #95A994 on black background.


Color preview on white background

This text has color #95A994 on white background.


Black color preview on #95A994 background

This text has black color on #95A994 background.


White color preview on #95A994 background

This text has white color on #95A994 background.


Related colors

Complementary color

Complementary color for #hex is #6A566B.


I love getcolorcode.com

Triadic colors

1 #9495A9 and #A99495 with #95A994 are triadic colors.

2 #94A995 and #A99594 with #95A994 are triadic colors.