COLOR #ABCCA8

HEX: #ABCCA8 RGB: (171,204,168)

Color info

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

RGB color model

#ABCCA8 color RGB value is (171,204,168).

RGB: (171,204,168) (67%, 80%, 66%)

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 168 of 255 = 66%

171
204
168

R + G + B ~ 71%. #ABCCA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 204 + 168 = 543 (100%)
R 171 of 543 ~ 31.49%
G 204 of 543 ~ 37.57%
B 168 of 543 ~ 30.94'%

%31.49
%37.57
%30.94

CMYK color model

#ABCCA8 color CMYK value is (16,0,18,20).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 20.00%

CMYK: (16,0,18,20)
C16M0Y18K20 (16%, 0%, 18%, 20%)
(0.16 / 0.00 / 0.18 / 0.20)

CMYK percentages

%16.18
%0
%17.65
%20

Codes

Color #ABCCA8 in popluar color models

AB CC A8
RGB 171 204 168
HSL 115° 26.09% 72.94%
HSB/HSV 115° 17.65% 80.00%
CMYK 16.18% 0.00% 17.65%
20.00%

Color #ABCCA8 in popluar number systems.

HEX AB CC A8
Decimal 171 204 168
Binary 10101011 11001100 10101000
Octal 253 314 250

Shades and tints

Shades of #ABCCA8

#ABCCA8
(171,204,168)
#9CBA99
(156,186,153)
#8DA88A
(141,168,138)
#7E967B
(126,150,123)
#6F846C
(111,132,108)
#60725D
(96,114,93)
#51604E
(81,96,78)
#424E3F
(66,78,63)
#333C30
(51,60,48)
#242A21
(36,42,33)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #ABCCA8

#ABCCA8
(171,204,168)
#B2D0AF
(178,208,175)
#B9D4B6
(185,212,182)
#C0D8BD
(192,216,189)
#C7DCC4
(199,220,196)
#CEE0CB
(206,224,203)
#D5E4D2
(213,228,210)
#DCE8D9
(220,232,217)
#E3ECE0
(227,236,224)
#EAF0E7
(234,240,231)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCCA8 color. Also use rgb(171,204,168) instead hex code.

Text Font Color

.myTextColor { color: #ABCCA8; }

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

This text font color is #ABCCA8.

Background Color

.myBgColor { background-color: #ABCCA8; }

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

This div background color is #ABCCA8.

Border color

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

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

This div border color is #ABCCA8.

Opacity

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

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

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

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

This text has shadow with #ABCCA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCCA8.

Preview

Color preview on black background

This text has color #ABCCA8 on black background.


Color preview on white background

This text has color #ABCCA8 on white background.


Black color preview on #ABCCA8 background

This text has black color on #ABCCA8 background.


White color preview on #ABCCA8 background

This text has white color on #ABCCA8 background.


Related colors

Complementary color

Complementary color for #hex is #543357.


I love getcolorcode.com

Triadic colors

1 #A8ABCC and #CCA8AB with #ABCCA8 are triadic colors.

2 #A8CCAB and #CCABA8 with #ABCCA8 are triadic colors.