COLOR #ABCCAB

HEX: #ABCCAB RGB: (171,204,171)

Color info

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

RGB color model

#ABCCAB color RGB value is (171,204,171).

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

RGB channels and saturation

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

171
204
171

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

Portions of RGB colors in percentages

R + G + B = 171 + 204 + 171 = 546 (100%)
R 171 of 546 ~ 31.32%
G 204 of 546 ~ 37.36%
B 171 of 546 ~ 31.32'%

%31.32
%37.36
%31.32

CMYK color model

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

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

CMYK: (16,0,16,20)
C16M0Y16K20 (16%, 0%, 16%, 20%)
(0.16 / 0.00 / 0.16 / 0.20)

CMYK percentages

%16.18
%0
%16.18
%20

Codes

Color #ABCCAB in popluar color models

AB CC AB
RGB 171 204 171
HSL 120° 24.44% 73.53%
HSB/HSV 120° 16.18% 80.00%
CMYK 16.18% 0.00% 16.18%
20.00%

Color #ABCCAB in popluar number systems.

HEX AB CC AB
Decimal 171 204 171
Binary 10101011 11001100 10101011
Octal 253 314 253

Shades and tints

Shades of #ABCCAB

#ABCCAB
(171,204,171)
#9CBA9C
(156,186,156)
#8DA88D
(141,168,141)
#7E967E
(126,150,126)
#6F846F
(111,132,111)
#607260
(96,114,96)
#516051
(81,96,81)
#424E42
(66,78,66)
#333C33
(51,60,51)
#242A24
(36,42,36)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #ABCCAB

#ABCCAB
(171,204,171)
#B2D0B2
(178,208,178)
#B9D4B9
(185,212,185)
#C0D8C0
(192,216,192)
#C7DCC7
(199,220,199)
#CEE0CE
(206,224,206)
#D5E4D5
(213,228,213)
#DCE8DC
(220,232,220)
#E3ECE3
(227,236,227)
#EAF0EA
(234,240,234)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCCAB; }

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

This text font color is #ABCCAB.

Background Color

.myBgColor { background-color: #ABCCAB; }

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

This div background color is #ABCCAB.

Border color

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

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

This div border color is #ABCCAB.

Opacity

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

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

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

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

This text has shadow with #ABCCAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCCAB.

Preview

Color preview on black background

This text has color #ABCCAB on black background.


Color preview on white background

This text has color #ABCCAB on white background.


Black color preview on #ABCCAB background

This text has black color on #ABCCAB background.


White color preview on #ABCCAB background

This text has white color on #ABCCAB background.


Related colors

Complementary color

Complementary color for #hex is #543354.


I love getcolorcode.com

Triadic colors

1 #ABABCC and #CCABAB with #ABCCAB are triadic colors.

2 #ABCCAB and #CCABAB with #ABCCAB are triadic colors.