COLOR #95A883

HEX: #95A883
RGB: (149,168,131)

Color info

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

RGB color model

#95A883 color RGB value is (149,168,131).

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

RGB channels and saturation

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

149
168
131

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

Portions of RGB colors in percentages

R + G + B =
149 + 168 + 131 = 448 (100%)
R 149 of 448 ~ 33.26%
G 168 of 448 ~ 37.5%
B 131 of 448 ~ 29.24%

%33.26
%37.5
%29.24

CMYK color model

#95A883 color CMYK value is (11,0,22,34).

  • cyan value is 11.31%
  • magenta value is 0.00%
  • yellow value is 22.02%
  • key color value is 34.12%
CMYK:
(11,0,22,34)
C11M0Y22K34 
(11%,0%,22%,34%)
(0.11/0.00/0.22/0.34)	

CMYK percentages

%11.31
%0
%22.02
%34.12

Codes

Color #95A883 in popluar color models

95A883
RGB149168131
HSL91°17.54%58.63%
HSB/HSV91°22.02%65.88%
CMYK11.31%0.00%22.02%
34.12%

Color #95A883 in popluar number systems.

HEX95A883
Decimal149168131
Binary100101011010100010000011
Octal225250203

Shades and tints

Shades of #95A883

#95A883
(149,168,131)
#889978
(136,153,120)
#7B8A6D
(123,138,109)
#6E7B62
(110,123,98)
#616C57
(97,108,87)
#545D4C
(84,93,76)
#474E41
(71,78,65)
#3A3F36
(58,63,54)
#2D302B
(45,48,43)
#202120
(32,33,32)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #95A883

#95A883
(149,168,131)
#9EAF8E
(158,175,142)
#A7B699
(167,182,153)
#B0BDA4
(176,189,164)
#B9C4AF
(185,196,175)
#C2CBBA
(194,203,186)
#CBD2C5
(203,210,197)
#D4D9D0
(212,217,208)
#DDE0DB
(221,224,219)
#E6E7E6
(230,231,230)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A883; }

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

This text font color is #95A883.


Background Color

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

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

This div background color is #95A883.


Border color

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

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

This div border color is #95A883.


Opacity

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

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

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

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

This text has shadow with #95A883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A883 on black background.


Color preview on white background

This text has color #95A883 on white background.



Black color preview on #95A883 background

This text has black color on #95A883 background.


White color preview on #95A883 background

This text has white color on #95A883 background.