COLOR #95A896

HEX: #95A896 RGB: (149,168,150)

Color info

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

RGB color model

#95A896 color RGB value is (149,168,150).

RGB: (149,168,150) (58%, 66%, 59%)

RGB channels and saturation

R 149 of 255 = 58%
G 168 of 255 = 66%
B 150 of 255 = 59%

149
168
150

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

Portions of RGB colors in percentages

R + G + B = 149 + 168 + 150 = 467 (100%)
R 149 of 467 ~ 31.91%
G 168 of 467 ~ 35.97%
B 150 of 467 ~ 32.12'%

%31.91
%35.97
%32.12

CMYK color model

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

  • cyan value is 11.31%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 34.12%

CMYK: (11,0,11,34)
C11M0Y11K34 (11%, 0%, 11%, 34%)
(0.11 / 0.00 / 0.11 / 0.34)

CMYK percentages

%11.31
%0
%10.71
%34.12

Codes

Color #95A896 in popluar color models

95 A8 96
RGB 149 168 150
HSL 123° 9.84% 62.16%
HSB/HSV 123° 11.31% 65.88%
CMYK 11.31% 0.00% 10.71%
34.12%

Color #95A896 in popluar number systems.

HEX 95 A8 96
Decimal 149 168 150
Binary 10010101 10101000 10010110
Octal 225 250 226

Shades and tints

Shades of #95A896

#95A896
(149,168,150)
#889989
(136,153,137)
#7B8A7C
(123,138,124)
#6E7B6F
(110,123,111)
#616C62
(97,108,98)
#545D55
(84,93,85)
#474E48
(71,78,72)
#3A3F3B
(58,63,59)
#2D302E
(45,48,46)
#202121
(32,33,33)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #95A896

#95A896
(149,168,150)
#9EAF9F
(158,175,159)
#A7B6A8
(167,182,168)
#B0BDB1
(176,189,177)
#B9C4BA
(185,196,186)
#C2CBC3
(194,203,195)
#CBD2CC
(203,210,204)
#D4D9D5
(212,217,213)
#DDE0DE
(221,224,222)
#E6E7E7
(230,231,231)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A896; }

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

This text font color is #95A896.

Background Color

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

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

This div background color is #95A896.

Border color

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

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

This div border color is #95A896.

Opacity

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

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

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

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

This text has shadow with #95A896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A896.

Preview

Color preview on black background

This text has color #95A896 on black background.


Color preview on white background

This text has color #95A896 on white background.


Black color preview on #95A896 background

This text has black color on #95A896 background.


White color preview on #95A896 background

This text has white color on #95A896 background.


Related colors

Complementary color

Complementary color for #hex is #6A5769.


I love getcolorcode.com

Triadic colors

1 #9695A8 and #A89695 with #95A896 are triadic colors.

2 #96A895 and #A89596 with #95A896 are triadic colors.