COLOR #96A78D

HEX: #96A78D RGB: (150,167,141)

Color info

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

RGB color model

#96A78D color RGB value is (150,167,141).

RGB: (150,167,141) (59%, 65%, 55%)

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 141 of 255 = 55%

150
167
141

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

Portions of RGB colors in percentages

R + G + B = 150 + 167 + 141 = 458 (100%)
R 150 of 458 ~ 32.75%
G 167 of 458 ~ 36.46%
B 141 of 458 ~ 30.79'%

%32.75
%36.46
%30.79

CMYK color model

#96A78D color CMYK value is (10,0,16,35).

  • cyan value is 10.18%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 34.51%

CMYK: (10,0,16,35)
C10M0Y16K35 (10%, 0%, 16%, 35%)
(0.10 / 0.00 / 0.16 / 0.35)

CMYK percentages

%10.18
%0
%15.57
%34.51

Codes

Color #96A78D in popluar color models

96 A7 8D
RGB 150 167 141
HSL 99° 12.87% 60.39%
HSB/HSV 99° 15.57% 65.49%
CMYK 10.18% 0.00% 15.57%
34.51%

Color #96A78D in popluar number systems.

HEX 96 A7 8D
Decimal 150 167 141
Binary 10010110 10100111 10001101
Octal 226 247 215

Shades and tints

Shades of #96A78D

#96A78D
(150,167,141)
#899881
(137,152,129)
#7C8975
(124,137,117)
#6F7A69
(111,122,105)
#626B5D
(98,107,93)
#555C51
(85,92,81)
#484D45
(72,77,69)
#3B3E39
(59,62,57)
#2E2F2D
(46,47,45)
#212021
(33,32,33)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #96A78D

#96A78D
(150,167,141)
#9FAF97
(159,175,151)
#A8B7A1
(168,183,161)
#B1BFAB
(177,191,171)
#BAC7B5
(186,199,181)
#C3CFBF
(195,207,191)
#CCD7C9
(204,215,201)
#D5DFD3
(213,223,211)
#DEE7DD
(222,231,221)
#E7EFE7
(231,239,231)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A78D color. Also use rgb(150,167,141) instead hex code.

Text Font Color

.myTextColor { color: #96A78D; }

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

This text font color is #96A78D.

Background Color

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

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

This div background color is #96A78D.

Border color

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

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

This div border color is #96A78D.

Opacity

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

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

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

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

This text has shadow with #96A78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A78D.

Preview

Color preview on black background

This text has color #96A78D on black background.


Color preview on white background

This text has color #96A78D on white background.


Black color preview on #96A78D background

This text has black color on #96A78D background.


White color preview on #96A78D background

This text has white color on #96A78D background.


Related colors

Complementary color

Complementary color for #hex is #695872.


I love getcolorcode.com

Triadic colors

1 #8D96A7 and #A78D96 with #96A78D are triadic colors.

2 #8DA796 and #A7968D with #96A78D are triadic colors.