COLOR #96A88E

HEX: #96A88E RGB: (150,168,142)

Color info

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

RGB color model

#96A88E color RGB value is (150,168,142).

RGB: (150,168,142) (59%, 66%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 168 of 255 = 66%
B 142 of 255 = 56%

150
168
142

R + G + B ~ 60%. #96A88E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 168 + 142 = 460 (100%)
R 150 of 460 ~ 32.61%
G 168 of 460 ~ 36.52%
B 142 of 460 ~ 30.87'%

%32.61
%36.52
%30.87

CMYK color model

#96A88E color CMYK value is (11,0,15,34).

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

CMYK: (11,0,15,34)
C11M0Y15K34 (11%, 0%, 15%, 34%)
(0.11 / 0.00 / 0.15 / 0.34)

CMYK percentages

%10.71
%0
%15.48
%34.12

Codes

Color #96A88E in popluar color models

96 A8 8E
RGB 150 168 142
HSL 102° 13.00% 60.78%
HSB/HSV 102° 15.48% 65.88%
CMYK 10.71% 0.00% 15.48%
34.12%

Color #96A88E in popluar number systems.

HEX 96 A8 8E
Decimal 150 168 142
Binary 10010110 10101000 10001110
Octal 226 250 216

Shades and tints

Shades of #96A88E

#96A88E
(150,168,142)
#899982
(137,153,130)
#7C8A76
(124,138,118)
#6F7B6A
(111,123,106)
#626C5E
(98,108,94)
#555D52
(85,93,82)
#484E46
(72,78,70)
#3B3F3A
(59,63,58)
#2E302E
(46,48,46)
#212122
(33,33,34)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #96A88E

#96A88E
(150,168,142)
#9FAF98
(159,175,152)
#A8B6A2
(168,182,162)
#B1BDAC
(177,189,172)
#BAC4B6
(186,196,182)
#C3CBC0
(195,203,192)
#CCD2CA
(204,210,202)
#D5D9D4
(213,217,212)
#DEE0DE
(222,224,222)
#E7E7E8
(231,231,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A88E color. Also use rgb(150,168,142) instead hex code.

Text Font Color

.myTextColor { color: #96A88E; }

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

This text font color is #96A88E.

Background Color

.myBgColor { background-color: #96A88E; }

<div style="background-color:#96A88E">Inner text</div>

This div background color is #96A88E.

Border color

.myBorderColor { border: 1px solid #96A88E; }

<div style="border:3px solid #96A88E">Div</div>

This div border color is #96A88E.

Opacity

.myOpacity80 { color: #96A88E; opacity: 0.8; }

<p style="color:#96A88E;opacity:0.8;">80%</p>

Text with #96A88E 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 #96A88E;}

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

This text has shadow with #96A88E color.


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

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

This text has shadow with #96A88E primary color and red secondary color.


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

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

This text has shadow with #96A88E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96A88E.

Preview

Color preview on black background

This text has color #96A88E on black background.


Color preview on white background

This text has color #96A88E on white background.


Black color preview on #96A88E background

This text has black color on #96A88E background.


White color preview on #96A88E background

This text has white color on #96A88E background.


Related colors

Complementary color

Complementary color for #hex is #695771.


I love getcolorcode.com

Triadic colors

1 #8E96A8 and #A88E96 with #96A88E are triadic colors.

2 #8EA896 and #A8968E with #96A88E are triadic colors.