COLOR #95A893

HEX: #95A893
RGB: (149,168,147)

Color info

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

RGB color model

#95A893 color RGB value is (149,168,147).

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

RGB channels and saturation

R 149 of 255 = 58%
G 168 of 255 = 66%
B 147 of 255 = 58%

149
168
147

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

Portions of RGB colors in percentages

R + G + B =
149 + 168 + 147 = 464 (100%)
R 149 of 464 ~ 32.11%
G 168 of 464 ~ 36.21%
B 147 of 464 ~ 31.68%

%32.11
%36.21
%31.68

CMYK color model

#95A893 color CMYK value is (11,0,13,34).

  • cyan value is 11.31%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 34.12%
CMYK:
(11,0,13,34)
C11M0Y13K34 
(11%,0%,13%,34%)
(0.11/0.00/0.13/0.34)	

CMYK percentages

%11.31
%0
%12.5
%34.12

Codes

Color #95A893 in popluar color models

95A893
RGB149168147
HSL114°10.77%61.76%
HSB/HSV114°12.50%65.88%
CMYK11.31%0.00%12.50%
34.12%

Color #95A893 in popluar number systems.

HEX95A893
Decimal149168147
Binary100101011010100010010011
Octal225250223

Shades and tints

Shades of #95A893

#95A893
(149,168,147)
#889986
(136,153,134)
#7B8A79
(123,138,121)
#6E7B6C
(110,123,108)
#616C5F
(97,108,95)
#545D52
(84,93,82)
#474E45
(71,78,69)
#3A3F38
(58,63,56)
#2D302B
(45,48,43)
#20211E
(32,33,30)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #95A893

#95A893
(149,168,147)
#9EAF9C
(158,175,156)
#A7B6A5
(167,182,165)
#B0BDAE
(176,189,174)
#B9C4B7
(185,196,183)
#C2CBC0
(194,203,192)
#CBD2C9
(203,210,201)
#D4D9D2
(212,217,210)
#DDE0DB
(221,224,219)
#E6E7E4
(230,231,228)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A893; }

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

This text font color is #95A893.


Background Color

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

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

This div background color is #95A893.


Border color

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

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

This div border color is #95A893.


Opacity

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

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

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

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

This text has shadow with #95A893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A893 on black background.


Color preview on white background

This text has color #95A893 on white background.



Black color preview on #95A893 background

This text has black color on #95A893 background.


White color preview on #95A893 background

This text has white color on #95A893 background.