COLOR #96B07C

HEX: #96B07C RGB: (150,176,124)

Color info

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

RGB color model

#96B07C color RGB value is (150,176,124).

RGB: (150,176,124) (59%, 69%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 176 of 255 = 69%
B 124 of 255 = 49%

150
176
124

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

Portions of RGB colors in percentages

R + G + B = 150 + 176 + 124 = 450 (100%)
R 150 of 450 ~ 33.33%
G 176 of 450 ~ 39.11%
B 124 of 450 ~ 27.56'%

%33.33
%39.11
%27.56

CMYK color model

#96B07C color CMYK value is (15,0,30,31).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 30.98%

CMYK: (15,0,30,31)
C15M0Y30K31 (15%, 0%, 30%, 31%)
(0.15 / 0.00 / 0.30 / 0.31)

CMYK percentages

%14.77
%0
%29.55
%30.98

Codes

Color #96B07C in popluar color models

96 B0 7C
RGB 150 176 124
HSL 90° 24.76% 58.82%
HSB/HSV 90° 29.55% 69.02%
CMYK 14.77% 0.00% 29.55%
30.98%

Color #96B07C in popluar number systems.

HEX 96 B0 7C
Decimal 150 176 124
Binary 10010110 10110000 1111100
Octal 226 260 174

Shades and tints

Shades of #96B07C

#96B07C
(150,176,124)
#89A071
(137,160,113)
#7C9066
(124,144,102)
#6F805B
(111,128,91)
#627050
(98,112,80)
#556045
(85,96,69)
#48503A
(72,80,58)
#3B402F
(59,64,47)
#2E3024
(46,48,36)
#212019
(33,32,25)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #96B07C

#96B07C
(150,176,124)
#9FB787
(159,183,135)
#A8BE92
(168,190,146)
#B1C59D
(177,197,157)
#BACCA8
(186,204,168)
#C3D3B3
(195,211,179)
#CCDABE
(204,218,190)
#D5E1C9
(213,225,201)
#DEE8D4
(222,232,212)
#E7EFDF
(231,239,223)
#F0F6EA
(240,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B07C color. Also use rgb(150,176,124) instead hex code.

Text Font Color

.myTextColor { color: #96B07C; }

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

This text font color is #96B07C.

Background Color

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

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

This div background color is #96B07C.

Border color

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

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

This div border color is #96B07C.

Opacity

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

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

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

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

This text has shadow with #96B07C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B07C.

Preview

Color preview on black background

This text has color #96B07C on black background.


Color preview on white background

This text has color #96B07C on white background.


Black color preview on #96B07C background

This text has black color on #96B07C background.


White color preview on #96B07C background

This text has white color on #96B07C background.


Related colors

Complementary color

Complementary color for #hex is #694F83.


I love getcolorcode.com

Triadic colors

1 #7C96B0 and #B07C96 with #96B07C are triadic colors.

2 #7CB096 and #B0967C with #96B07C are triadic colors.