COLOR #96B680

HEX: #96B680 RGB: (150,182,128)

Color info

#96B680 contains red, green and blue colors in about the same proportion. Web safe color of #96B680 is #99CC66 (or #9C6).

RGB color model

#96B680 color RGB value is (150,182,128).

RGB: (150,182,128) (59%, 71%, 50%)

RGB channels and saturation

R 150 of 255 = 59%
G 182 of 255 = 71%
B 128 of 255 = 50%

150
182
128

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

Portions of RGB colors in percentages

R + G + B = 150 + 182 + 128 = 460 (100%)
R 150 of 460 ~ 32.61%
G 182 of 460 ~ 39.57%
B 128 of 460 ~ 27.83'%

%32.61
%39.57
%27.83

CMYK color model

#96B680 color CMYK value is (18,0,30,29).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 28.63%

CMYK: (18,0,30,29)
C18M0Y30K29 (18%, 0%, 30%, 29%)
(0.18 / 0.00 / 0.30 / 0.29)

CMYK percentages

%17.58
%0
%29.67
%28.63

Codes

Color #96B680 in popluar color models

96 B6 80
RGB 150 182 128
HSL 96° 27.00% 60.78%
HSB/HSV 96° 29.67% 71.37%
CMYK 17.58% 0.00% 29.67%
28.63%

Color #96B680 in popluar number systems.

HEX 96 B6 80
Decimal 150 182 128
Binary 10010110 10110110 10000000
Octal 226 266 200

Shades and tints

Shades of #96B680

#96B680
(150,182,128)
#89A675
(137,166,117)
#7C966A
(124,150,106)
#6F865F
(111,134,95)
#627654
(98,118,84)
#556649
(85,102,73)
#48563E
(72,86,62)
#3B4633
(59,70,51)
#2E3628
(46,54,40)
#21261D
(33,38,29)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #96B680

#96B680
(150,182,128)
#9FBC8B
(159,188,139)
#A8C296
(168,194,150)
#B1C8A1
(177,200,161)
#BACEAC
(186,206,172)
#C3D4B7
(195,212,183)
#CCDAC2
(204,218,194)
#D5E0CD
(213,224,205)
#DEE6D8
(222,230,216)
#E7ECE3
(231,236,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B680 color. Also use rgb(150,182,128) instead hex code.

Text Font Color

.myTextColor { color: #96B680; }

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

This text font color is #96B680.

Background Color

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

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

This div background color is #96B680.

Border color

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

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

This div border color is #96B680.

Opacity

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

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

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

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

This text has shadow with #96B680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B680.

Preview

Color preview on black background

This text has color #96B680 on black background.


Color preview on white background

This text has color #96B680 on white background.


Black color preview on #96B680 background

This text has black color on #96B680 background.


White color preview on #96B680 background

This text has white color on #96B680 background.


Related colors

Complementary color

Complementary color for #hex is #69497F.


I love getcolorcode.com

Triadic colors

1 #8096B6 and #B68096 with #96B680 are triadic colors.

2 #80B696 and #B69680 with #96B680 are triadic colors.