COLOR #96B174

HEX: #96B174 RGB: (150,177,116)

Color info

#96B174 contains mainly red and green colors. Web safe color of #96B174 is #999966 (or #996).

RGB color model

#96B174 color RGB value is (150,177,116).

RGB: (150,177,116) (59%, 69%, 45%)

RGB channels and saturation

R 150 of 255 = 59%
G 177 of 255 = 69%
B 116 of 255 = 45%

150
177
116

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

Portions of RGB colors in percentages

R + G + B = 150 + 177 + 116 = 443 (100%)
R 150 of 443 ~ 33.86%
G 177 of 443 ~ 39.95%
B 116 of 443 ~ 26.19'%

%33.86
%39.95
%26.19

CMYK color model

#96B174 color CMYK value is (15,0,34,31).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 34.46%
  • key color value is 30.59%

CMYK: (15,0,34,31)
C15M0Y34K31 (15%, 0%, 34%, 31%)
(0.15 / 0.00 / 0.34 / 0.31)

CMYK percentages

%15.25
%0
%34.46
%30.59

Codes

Color #96B174 in popluar color models

96 B1 74
RGB 150 177 116
HSL 87° 28.11% 57.45%
HSB/HSV 87° 34.46% 69.41%
CMYK 15.25% 0.00% 34.46%
30.59%

Color #96B174 in popluar number systems.

HEX 96 B1 74
Decimal 150 177 116
Binary 10010110 10110001 1110100
Octal 226 261 164

Shades and tints

Shades of #96B174

#96B174
(150,177,116)
#89A16A
(137,161,106)
#7C9160
(124,145,96)
#6F8156
(111,129,86)
#62714C
(98,113,76)
#556142
(85,97,66)
#485138
(72,81,56)
#3B412E
(59,65,46)
#2E3124
(46,49,36)
#21211A
(33,33,26)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #96B174

#96B174
(150,177,116)
#9FB880
(159,184,128)
#A8BF8C
(168,191,140)
#B1C698
(177,198,152)
#BACDA4
(186,205,164)
#C3D4B0
(195,212,176)
#CCDBBC
(204,219,188)
#D5E2C8
(213,226,200)
#DEE9D4
(222,233,212)
#E7F0E0
(231,240,224)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B174 color. Also use rgb(150,177,116) instead hex code.

Text Font Color

.myTextColor { color: #96B174; }

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

This text font color is #96B174.

Background Color

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

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

This div background color is #96B174.

Border color

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

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

This div border color is #96B174.

Opacity

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

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

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

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

This text has shadow with #96B174 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B174.

Preview

Color preview on black background

This text has color #96B174 on black background.


Color preview on white background

This text has color #96B174 on white background.


Black color preview on #96B174 background

This text has black color on #96B174 background.


White color preview on #96B174 background

This text has white color on #96B174 background.


Related colors

Complementary color

Complementary color for #hex is #694E8B.


I love getcolorcode.com

Triadic colors

1 #7496B1 and #B17496 with #96B174 are triadic colors.

2 #74B196 and #B19674 with #96B174 are triadic colors.