COLOR #96AB6B

HEX: #96AB6B RGB: (150,171,107)

Color info

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

RGB color model

#96AB6B color RGB value is (150,171,107).

RGB: (150,171,107) (59%, 67%, 42%)

RGB channels and saturation

R 150 of 255 = 59%
G 171 of 255 = 67%
B 107 of 255 = 42%

150
171
107

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

Portions of RGB colors in percentages

R + G + B = 150 + 171 + 107 = 428 (100%)
R 150 of 428 ~ 35.05%
G 171 of 428 ~ 39.95%
B 107 of 428 ~ 25'%

%35.05
%39.95
%25

CMYK color model

#96AB6B color CMYK value is (12,0,37,33).

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 37.43%
  • key color value is 32.94%

CMYK: (12,0,37,33)
C12M0Y37K33 (12%, 0%, 37%, 33%)
(0.12 / 0.00 / 0.37 / 0.33)

CMYK percentages

%12.28
%0
%37.43
%32.94

Codes

Color #96AB6B in popluar color models

96 AB 6B
RGB 150 171 107
HSL 80° 27.59% 54.51%
HSB/HSV 80° 37.43% 67.06%
CMYK 12.28% 0.00% 37.43%
32.94%

Color #96AB6B in popluar number systems.

HEX 96 AB 6B
Decimal 150 171 107
Binary 10010110 10101011 1101011
Octal 226 253 153

Shades and tints

Shades of #96AB6B

#96AB6B
(150,171,107)
#899C62
(137,156,98)
#7C8D59
(124,141,89)
#6F7E50
(111,126,80)
#626F47
(98,111,71)
#55603E
(85,96,62)
#485135
(72,81,53)
#3B422C
(59,66,44)
#2E3323
(46,51,35)
#21241A
(33,36,26)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #96AB6B

#96AB6B
(150,171,107)
#9FB278
(159,178,120)
#A8B985
(168,185,133)
#B1C092
(177,192,146)
#BAC79F
(186,199,159)
#C3CEAC
(195,206,172)
#CCD5B9
(204,213,185)
#D5DCC6
(213,220,198)
#DEE3D3
(222,227,211)
#E7EAE0
(231,234,224)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AB6B color. Also use rgb(150,171,107) instead hex code.

Text Font Color

.myTextColor { color: #96AB6B; }

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

This text font color is #96AB6B.

Background Color

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

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

This div background color is #96AB6B.

Border color

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

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

This div border color is #96AB6B.

Opacity

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

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

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

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

This text has shadow with #96AB6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AB6B.

Preview

Color preview on black background

This text has color #96AB6B on black background.


Color preview on white background

This text has color #96AB6B on white background.


Black color preview on #96AB6B background

This text has black color on #96AB6B background.


White color preview on #96AB6B background

This text has white color on #96AB6B background.


Related colors

Complementary color

Complementary color for #hex is #695494.


I love getcolorcode.com

Triadic colors

1 #6B96AB and #AB6B96 with #96AB6B are triadic colors.

2 #6BAB96 and #AB966B with #96AB6B are triadic colors.