COLOR #95A885

HEX: #95A885
RGB: (149,168,133)

Color info

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

RGB color model

#95A885 color RGB value is (149,168,133).

  • red value is 149;
  • green value is 168;
  • blue value is 133.
RGB:
(149,168,133)
(58%,66%,52%)

RGB channels and saturation

R 149 of 255 = 58%
G 168 of 255 = 66%
B 133 of 255 = 52%

149
168
133

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

Portions of RGB colors in percentages

R + G + B =
149 + 168 + 133 = 450 (100%)
R 149 of 450 ~ 33.11%
G 168 of 450 ~ 37.33%
B 133 of 450 ~ 29.56%

%33.11
%37.33
%29.56

CMYK color model

#95A885 color CMYK value is (11,0,21,34).

  • cyan value is 11.31%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 34.12%
CMYK:
(11,0,21,34)
C11M0Y21K34 
(11%,0%,21%,34%)
(0.11/0.00/0.21/0.34)	

CMYK percentages

%11.31
%0
%20.83
%34.12

Codes

Color #95A885 in popluar color models

95A885
RGB149168133
HSL93°16.75%59.02%
HSB/HSV93°20.83%65.88%
CMYK11.31%0.00%20.83%
34.12%

Color #95A885 in popluar number systems.

HEX95A885
Decimal149168133
Binary100101011010100010000101
Octal225250205

Shades and tints

Shades of #95A885

#95A885
(149,168,133)
#889979
(136,153,121)
#7B8A6D
(123,138,109)
#6E7B61
(110,123,97)
#616C55
(97,108,85)
#545D49
(84,93,73)
#474E3D
(71,78,61)
#3A3F31
(58,63,49)
#2D3025
(45,48,37)
#202119
(32,33,25)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #95A885

#95A885
(149,168,133)
#9EAF90
(158,175,144)
#A7B69B
(167,182,155)
#B0BDA6
(176,189,166)
#B9C4B1
(185,196,177)
#C2CBBC
(194,203,188)
#CBD2C7
(203,210,199)
#D4D9D2
(212,217,210)
#DDE0DD
(221,224,221)
#E6E7E8
(230,231,232)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A885; }

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

This text font color is #95A885.


Background Color

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

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

This div background color is #95A885.


Border color

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

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

This div border color is #95A885.


Opacity

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

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

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

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

This text has shadow with #95A885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A885 on black background.


Color preview on white background

This text has color #95A885 on white background.



Black color preview on #95A885 background

This text has black color on #95A885 background.


White color preview on #95A885 background

This text has white color on #95A885 background.