COLOR #95A27E

HEX: #95A27E
RGB: (149,162,126)

Color info

#95A27E contains red, green and blue colors in about the same proportion. Web safe color of #95A27E is #999966 (or #996).

RGB color model

#95A27E color RGB value is (149,162,126).

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

RGB channels and saturation

R 149 of 255 = 58%
G 162 of 255 = 64%
B 126 of 255 = 49%

149
162
126

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

Portions of RGB colors in percentages

R + G + B =
149 + 162 + 126 = 437 (100%)
R 149 of 437 ~ 34.1%
G 162 of 437 ~ 37.07%
B 126 of 437 ~ 28.83%

%34.1
%37.07
%28.83

CMYK color model

#95A27E color CMYK value is (8,0,22,36).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 36.47%
CMYK:
(8,0,22,36)
C8M0Y22K36 
(8%,0%,22%,36%)
(0.08/0.00/0.22/0.36)	

CMYK percentages

%8.02
%0
%22.22
%36.47

Codes

Color #95A27E in popluar color models

95A27E
RGB149162126
HSL82°16.22%56.47%
HSB/HSV82°22.22%63.53%
CMYK8.02%0.00%22.22%
36.47%

Color #95A27E in popluar number systems.

HEX95A27E
Decimal149162126
Binary10010101101000101111110
Octal225242176

Shades and tints

Shades of #95A27E

#95A27E
(149,162,126)
#889473
(136,148,115)
#7B8668
(123,134,104)
#6E785D
(110,120,93)
#616A52
(97,106,82)
#545C47
(84,92,71)
#474E3C
(71,78,60)
#3A4031
(58,64,49)
#2D3226
(45,50,38)
#20241B
(32,36,27)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #95A27E

#95A27E
(149,162,126)
#9EAA89
(158,170,137)
#A7B294
(167,178,148)
#B0BA9F
(176,186,159)
#B9C2AA
(185,194,170)
#C2CAB5
(194,202,181)
#CBD2C0
(203,210,192)
#D4DACB
(212,218,203)
#DDE2D6
(221,226,214)
#E6EAE1
(230,234,225)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A27E; }

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

This text font color is #95A27E.


Background Color

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

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

This div background color is #95A27E.


Border color

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

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

This div border color is #95A27E.


Opacity

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

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

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

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

This text has shadow with #95A27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A27E on black background.


Color preview on white background

This text has color #95A27E on white background.



Black color preview on #95A27E background

This text has black color on #95A27E background.


White color preview on #95A27E background

This text has white color on #95A27E background.