COLOR #ABC096

HEX: #ABC096 RGB: (171,192,150)

Color info

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

RGB color model

#ABC096 color RGB value is (171,192,150).

RGB: (171,192,150) (67%, 75%, 59%)

RGB channels and saturation

R 171 of 255 = 67%
G 192 of 255 = 75%
B 150 of 255 = 59%

171
192
150

R + G + B ~ 67%. #ABC096 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 192 + 150 = 513 (100%)
R 171 of 513 ~ 33.33%
G 192 of 513 ~ 37.43%
B 150 of 513 ~ 29.24'%

%33.33
%37.43
%29.24

CMYK color model

#ABC096 color CMYK value is (11,0,22,25).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 24.71%
CMYK: (11,0,22,25) C11M0Y22K25 (11%,0%,22%,25%) (0.11/0.00/0.22/0.25) 

CMYK percentages

%10.94
%0
%21.88
%24.71

Codes

Color #ABC096 in popluar color models

AB C0 96
RGB 171 192 150
HSL 90° 25.00% 67.06%
HSB/HSV 90° 21.88% 75.29%
CMYK 10.94% 0.00% 21.88%
24.71%

Color #ABC096 in popluar number systems.

HEX AB C0 96
Decimal 171 192 150
Binary 10101011 11000000 10010110
Octal 253 300 226

Shades and tints

Shades of #ABC096

#ABC096
(171,192,150)
#9CAF89
(156,175,137)
#8D9E7C
(141,158,124)
#7E8D6F
(126,141,111)
#6F7C62
(111,124,98)
#606B55
(96,107,85)
#515A48
(81,90,72)
#42493B
(66,73,59)
#33382E
(51,56,46)
#242721
(36,39,33)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #ABC096

#ABC096
(171,192,150)
#B2C59F
(178,197,159)
#B9CAA8
(185,202,168)
#C0CFB1
(192,207,177)
#C7D4BA
(199,212,186)
#CED9C3
(206,217,195)
#D5DECC
(213,222,204)
#DCE3D5
(220,227,213)
#E3E8DE
(227,232,222)
#EAEDE7
(234,237,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC096; }

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

This text font color is #ABC096.

Background Color

.myBgColor { background-color: #ABC096; }

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

This div background color is #ABC096.

Border color

.myBorderColor { border: 1px solid #ABC096; }

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

This div border color is #ABC096.

Opacity

.myOpacity80 { color: #ABC096; opacity: 0.8; }

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

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

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

This text has shadow with #ABC096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC096.

Preview

Color preview on black background

This text has color #ABC096 on black background.


Color preview on white background

This text has color #ABC096 on white background.


Black color preview on #ABC096 background

This text has black color on #ABC096 background.


White color preview on #ABC096 background

This text has white color on #ABC096 background.


Related colors

Complementary color

Complementary color for #hex is #543F69.


I love getcolorcode.com

Triadic colors

1 #96ABC0 and #C096AB with #ABC096 are triadic colors.

2 #96C0AB and #C0AB96 with #ABC096 are triadic colors.