COLOR #ABCCA9

HEX: #ABCCA9
RGB: (171,204,169)

Color info

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

RGB color model

#ABCCA9 color RGB value is (171,204,169).

  • red value is 171;
  • green value is 204;
  • blue value is 169.
RGB:
(171,204,169)
(67%,80%,66%)

RGB channels and saturation

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

171
204
169

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

Portions of RGB colors in percentages

R + G + B =
171 + 204 + 169 = 544 (100%)
R 171 of 544 ~ 31.43%
G 204 of 544 ~ 37.5%
B 169 of 544 ~ 31.07%

%31.43
%37.5
%31.07

CMYK color model

#ABCCA9 color CMYK value is (16,0,17,20).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 20.00%
CMYK:
(16,0,17,20)
C16M0Y17K20 
(16%,0%,17%,20%)
(0.16/0.00/0.17/0.20)	

CMYK percentages

%16.18
%0
%17.16
%20

Codes

Color #ABCCA9 in popluar color models

ABCCA9
RGB171204169
HSL117°25.55%73.14%
HSB/HSV117°17.16%80.00%
CMYK16.18%0.00%17.16%
20.00%

Color #ABCCA9 in popluar number systems.

HEXABCCA9
Decimal171204169
Binary101010111100110010101001
Octal253314251

Shades and tints

Shades of #ABCCA9

#ABCCA9
(171,204,169)
#9CBA9A
(156,186,154)
#8DA88B
(141,168,139)
#7E967C
(126,150,124)
#6F846D
(111,132,109)
#60725E
(96,114,94)
#51604F
(81,96,79)
#424E40
(66,78,64)
#333C31
(51,60,49)
#242A22
(36,42,34)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #ABCCA9

#ABCCA9
(171,204,169)
#B2D0B0
(178,208,176)
#B9D4B7
(185,212,183)
#C0D8BE
(192,216,190)
#C7DCC5
(199,220,197)
#CEE0CC
(206,224,204)
#D5E4D3
(213,228,211)
#DCE8DA
(220,232,218)
#E3ECE1
(227,236,225)
#EAF0E8
(234,240,232)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCCA9; }

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

This text font color is #ABCCA9.


Background Color

.myBgColor { background-color: #ABCCA9; }

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

This div background color is #ABCCA9.


Border color

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

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

This div border color is #ABCCA9.


Opacity

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

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

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

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

This text has shadow with #ABCCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCCA9 on black background.


Color preview on white background

This text has color #ABCCA9 on white background.



Black color preview on #ABCCA9 background

This text has black color on #ABCCA9 background.


White color preview on #ABCCA9 background

This text has white color on #ABCCA9 background.