COLOR #96A285

HEX: #96A285 RGB: (150,162,133)

Color info

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

RGB color model

#96A285 color RGB value is (150,162,133).

RGB: (150,162,133) (59%, 64%, 52%)

RGB channels and saturation

R 150 of 255 = 59%
G 162 of 255 = 64%
B 133 of 255 = 52%

150
162
133

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

Portions of RGB colors in percentages

R + G + B = 150 + 162 + 133 = 445 (100%)
R 150 of 445 ~ 33.71%
G 162 of 445 ~ 36.4%
B 133 of 445 ~ 29.89'%

%33.71
%36.4
%29.89

CMYK color model

#96A285 color CMYK value is (7,0,18,36).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 17.90%
  • key color value is 36.47%

CMYK: (7,0,18,36)
C7M0Y18K36 (7%, 0%, 18%, 36%)
(0.07 / 0.00 / 0.18 / 0.36)

CMYK percentages

%7.41
%0
%17.9
%36.47

Codes

Color #96A285 in popluar color models

96 A2 85
RGB 150 162 133
HSL 85° 13.49% 57.84%
HSB/HSV 85° 17.90% 63.53%
CMYK 7.41% 0.00% 17.90%
36.47%

Color #96A285 in popluar number systems.

HEX 96 A2 85
Decimal 150 162 133
Binary 10010110 10100010 10000101
Octal 226 242 205

Shades and tints

Shades of #96A285

#96A285
(150,162,133)
#899479
(137,148,121)
#7C866D
(124,134,109)
#6F7861
(111,120,97)
#626A55
(98,106,85)
#555C49
(85,92,73)
#484E3D
(72,78,61)
#3B4031
(59,64,49)
#2E3225
(46,50,37)
#212419
(33,36,25)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #96A285

#96A285
(150,162,133)
#9FAA90
(159,170,144)
#A8B29B
(168,178,155)
#B1BAA6
(177,186,166)
#BAC2B1
(186,194,177)
#C3CABC
(195,202,188)
#CCD2C7
(204,210,199)
#D5DAD2
(213,218,210)
#DEE2DD
(222,226,221)
#E7EAE8
(231,234,232)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A285 color. Also use rgb(150,162,133) instead hex code.

Text Font Color

.myTextColor { color: #96A285; }

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

This text font color is #96A285.

Background Color

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

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

This div background color is #96A285.

Border color

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

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

This div border color is #96A285.

Opacity

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

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

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

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

This text has shadow with #96A285 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A285.

Preview

Color preview on black background

This text has color #96A285 on black background.


Color preview on white background

This text has color #96A285 on white background.


Black color preview on #96A285 background

This text has black color on #96A285 background.


White color preview on #96A285 background

This text has white color on #96A285 background.


Related colors

Complementary color

Complementary color for #hex is #695D7A.


I love getcolorcode.com

Triadic colors

1 #8596A2 and #A28596 with #96A285 are triadic colors.

2 #85A296 and #A29685 with #96A285 are triadic colors.