COLOR #95A299

HEX: #95A299
RGB: (149,162,153)

Color info

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

RGB color model

#95A299 color RGB value is (149,162,153).

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

RGB channels and saturation

R 149 of 255 = 58%
G 162 of 255 = 64%
B 153 of 255 = 60%

149
162
153

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

Portions of RGB colors in percentages

R + G + B =
149 + 162 + 153 = 464 (100%)
R 149 of 464 ~ 32.11%
G 162 of 464 ~ 34.91%
B 153 of 464 ~ 32.97%

%32.11
%34.91
%32.97

CMYK color model

#95A299 color CMYK value is (8,0,6,36).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 36.47%
CMYK:
(8,0,6,36)
C8M0Y6K36 
(8%,0%,6%,36%)
(0.08/0.00/0.06/0.36)	

CMYK percentages

%8.02
%0
%5.56
%36.47

Codes

Color #95A299 in popluar color models

95A299
RGB149162153
HSL138°6.53%60.98%
HSB/HSV138°8.02%63.53%
CMYK8.02%0.00%5.56%
36.47%

Color #95A299 in popluar number systems.

HEX95A299
Decimal149162153
Binary100101011010001010011001
Octal225242231

Shades and tints

Shades of #95A299

#95A299
(149,162,153)
#88948C
(136,148,140)
#7B867F
(123,134,127)
#6E7872
(110,120,114)
#616A65
(97,106,101)
#545C58
(84,92,88)
#474E4B
(71,78,75)
#3A403E
(58,64,62)
#2D3231
(45,50,49)
#202424
(32,36,36)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #95A299

#95A299
(149,162,153)
#9EAAA2
(158,170,162)
#A7B2AB
(167,178,171)
#B0BAB4
(176,186,180)
#B9C2BD
(185,194,189)
#C2CAC6
(194,202,198)
#CBD2CF
(203,210,207)
#D4DAD8
(212,218,216)
#DDE2E1
(221,226,225)
#E6EAEA
(230,234,234)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A299; }

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

This text font color is #95A299.


Background Color

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

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

This div background color is #95A299.


Border color

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

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

This div border color is #95A299.


Opacity

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

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

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

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

This text has shadow with #95A299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A299 on black background.


Color preview on white background

This text has color #95A299 on white background.



Black color preview on #95A299 background

This text has black color on #95A299 background.


White color preview on #95A299 background

This text has white color on #95A299 background.