COLOR #96B882

HEX: #96B882 RGB: (150,184,130)

Color info

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

RGB color model

#96B882 color RGB value is (150,184,130).

RGB: (150,184,130) (59%, 72%, 51%)

RGB channels and saturation

R 150 of 255 = 59%
G 184 of 255 = 72%
B 130 of 255 = 51%

150
184
130

R + G + B ~ 61%. #96B882 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 184 + 130 = 464 (100%)
R 150 of 464 ~ 32.33%
G 184 of 464 ~ 39.66%
B 130 of 464 ~ 28.02'%

%32.33
%39.66
%28.02

CMYK color model

#96B882 color CMYK value is (18,0,29,28).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 29.35%
  • key color value is 27.84%

CMYK: (18,0,29,28)
C18M0Y29K28 (18%, 0%, 29%, 28%)
(0.18 / 0.00 / 0.29 / 0.28)

CMYK percentages

%18.48
%0
%29.35
%27.84

Codes

Color #96B882 in popluar color models

96 B8 82
RGB 150 184 130
HSL 98° 27.55% 61.57%
HSB/HSV 98° 29.35% 72.16%
CMYK 18.48% 0.00% 29.35%
27.84%

Color #96B882 in popluar number systems.

HEX 96 B8 82
Decimal 150 184 130
Binary 10010110 10111000 10000010
Octal 226 270 202

Shades and tints

Shades of #96B882

#96B882
(150,184,130)
#89A877
(137,168,119)
#7C986C
(124,152,108)
#6F8861
(111,136,97)
#627856
(98,120,86)
#55684B
(85,104,75)
#485840
(72,88,64)
#3B4835
(59,72,53)
#2E382A
(46,56,42)
#21281F
(33,40,31)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #96B882

#96B882
(150,184,130)
#9FBE8D
(159,190,141)
#A8C498
(168,196,152)
#B1CAA3
(177,202,163)
#BAD0AE
(186,208,174)
#C3D6B9
(195,214,185)
#CCDCC4
(204,220,196)
#D5E2CF
(213,226,207)
#DEE8DA
(222,232,218)
#E7EEE5
(231,238,229)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B882 color. Also use rgb(150,184,130) instead hex code.

Text Font Color

.myTextColor { color: #96B882; }

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

This text font color is #96B882.

Background Color

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

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

This div background color is #96B882.

Border color

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

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

This div border color is #96B882.

Opacity

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

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

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

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

This text has shadow with #96B882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B882.

Preview

Color preview on black background

This text has color #96B882 on black background.


Color preview on white background

This text has color #96B882 on white background.


Black color preview on #96B882 background

This text has black color on #96B882 background.


White color preview on #96B882 background

This text has white color on #96B882 background.


Related colors

Complementary color

Complementary color for #hex is #69477D.


I love getcolorcode.com

Triadic colors

1 #8296B8 and #B88296 with #96B882 are triadic colors.

2 #82B896 and #B89682 with #96B882 are triadic colors.