COLOR #95A882

HEX: #95A882 RGB: (149,168,130)

Color info

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

RGB color model

#95A882 color RGB value is (149,168,130).

RGB: (149,168,130) (58%, 66%, 51%)

RGB channels and saturation

R 149 of 255 = 58%
G 168 of 255 = 66%
B 130 of 255 = 51%

149
168
130

R + G + B ~ 58%. #95A882 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 168 + 130 = 447 (100%)
R 149 of 447 ~ 33.33%
G 168 of 447 ~ 37.58%
B 130 of 447 ~ 29.08'%

%33.33
%37.58
%29.08

CMYK color model

#95A882 color CMYK value is (11,0,23,34).

  • cyan value is 11.31%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 34.12%

CMYK: (11,0,23,34)
C11M0Y23K34 (11%, 0%, 23%, 34%)
(0.11 / 0.00 / 0.23 / 0.34)

CMYK percentages

%11.31
%0
%22.62
%34.12

Codes

Color #95A882 in popluar color models

95 A8 82
RGB 149 168 130
HSL 90° 17.92% 58.43%
HSB/HSV 90° 22.62% 65.88%
CMYK 11.31% 0.00% 22.62%
34.12%

Color #95A882 in popluar number systems.

HEX 95 A8 82
Decimal 149 168 130
Binary 10010101 10101000 10000010
Octal 225 250 202

Shades and tints

Shades of #95A882

#95A882
(149,168,130)
#889977
(136,153,119)
#7B8A6C
(123,138,108)
#6E7B61
(110,123,97)
#616C56
(97,108,86)
#545D4B
(84,93,75)
#474E40
(71,78,64)
#3A3F35
(58,63,53)
#2D302A
(45,48,42)
#20211F
(32,33,31)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #95A882

#95A882
(149,168,130)
#9EAF8D
(158,175,141)
#A7B698
(167,182,152)
#B0BDA3
(176,189,163)
#B9C4AE
(185,196,174)
#C2CBB9
(194,203,185)
#CBD2C4
(203,210,196)
#D4D9CF
(212,217,207)
#DDE0DA
(221,224,218)
#E6E7E5
(230,231,229)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A882 color. Also use rgb(149,168,130) instead hex code.

Text Font Color

.myTextColor { color: #95A882; }

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

This text font color is #95A882.

Background Color

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

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

This div background color is #95A882.

Border color

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

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

This div border color is #95A882.

Opacity

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

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

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

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

This text has shadow with #95A882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A882.

Preview

Color preview on black background

This text has color #95A882 on black background.


Color preview on white background

This text has color #95A882 on white background.


Black color preview on #95A882 background

This text has black color on #95A882 background.


White color preview on #95A882 background

This text has white color on #95A882 background.


Related colors

Complementary color

Complementary color for #hex is #6A577D.


I love getcolorcode.com

Triadic colors

1 #8295A8 and #A88295 with #95A882 are triadic colors.

2 #82A895 and #A89582 with #95A882 are triadic colors.