COLOR #95A999

HEX: #95A999
RGB: (149,169,153)

Color info

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

RGB color model

#95A999 color RGB value is (149,169,153).

  • red value is 149;
  • green value is 169;
  • blue value is 153.
RGB:
(149,169,153)
(58%,66%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 153 of 255 = 60%

149
169
153

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

Portions of RGB colors in percentages

R + G + B =
149 + 169 + 153 = 471 (100%)
R 149 of 471 ~ 31.63%
G 169 of 471 ~ 35.88%
B 153 of 471 ~ 32.48%

%31.63
%35.88
%32.48

CMYK color model

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

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 33.73%
CMYK:
(12,0,9,34)
C12M0Y9K34 
(12%,0%,9%,34%)
(0.12/0.00/0.09/0.34)	

CMYK percentages

%11.83
%0
%9.47
%33.73

Codes

Color #95A999 in popluar color models

95A999
RGB149169153
HSL132°10.42%62.35%
HSB/HSV132°11.83%66.27%
CMYK11.83%0.00%9.47%
33.73%

Color #95A999 in popluar number systems.

HEX95A999
Decimal149169153
Binary100101011010100110011001
Octal225251231

Shades and tints

Shades of #95A999

#95A999
(149,169,153)
#889A8C
(136,154,140)
#7B8B7F
(123,139,127)
#6E7C72
(110,124,114)
#616D65
(97,109,101)
#545E58
(84,94,88)
#474F4B
(71,79,75)
#3A403E
(58,64,62)
#2D3131
(45,49,49)
#202224
(32,34,36)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #95A999

#95A999
(149,169,153)
#9EB0A2
(158,176,162)
#A7B7AB
(167,183,171)
#B0BEB4
(176,190,180)
#B9C5BD
(185,197,189)
#C2CCC6
(194,204,198)
#CBD3CF
(203,211,207)
#D4DAD8
(212,218,216)
#DDE1E1
(221,225,225)
#E6E8EA
(230,232,234)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A999; }

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

This text font color is #95A999.


Background Color

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

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

This div background color is #95A999.


Border color

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

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

This div border color is #95A999.


Opacity

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

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

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

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

This text has shadow with #95A999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A999 on black background.


Color preview on white background

This text has color #95A999 on white background.



Black color preview on #95A999 background

This text has black color on #95A999 background.


White color preview on #95A999 background

This text has white color on #95A999 background.