COLOR #ABC0AD

HEX: #ABC0AD RGB: (171,192,173)

Color info

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

RGB color model

#ABC0AD color RGB value is (171,192,173).

RGB: (171,192,173) (67%, 75%, 68%)

RGB channels and saturation

R 171 of 255 = 67%
G 192 of 255 = 75%
B 173 of 255 = 68%

171
192
173

R + G + B ~ 70%. #ABC0AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 192 + 173 = 536 (100%)
R 171 of 536 ~ 31.9%
G 192 of 536 ~ 35.82%
B 173 of 536 ~ 32.28'%

%31.9
%35.82
%32.28

CMYK color model

#ABC0AD color CMYK value is (11,0,10,25).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 24.71%

CMYK: (11,0,10,25)
C11M0Y10K25 (11%, 0%, 10%, 25%)
(0.11 / 0.00 / 0.10 / 0.25)

CMYK percentages

%10.94
%0
%9.9
%24.71

Codes

Color #ABC0AD in popluar color models

AB C0 AD
RGB 171 192 173
HSL 126° 14.29% 71.18%
HSB/HSV 126° 10.94% 75.29%
CMYK 10.94% 0.00% 9.90%
24.71%

Color #ABC0AD in popluar number systems.

HEX AB C0 AD
Decimal 171 192 173
Binary 10101011 11000000 10101101
Octal 253 300 255

Shades and tints

Shades of #ABC0AD

#ABC0AD
(171,192,173)
#9CAF9E
(156,175,158)
#8D9E8F
(141,158,143)
#7E8D80
(126,141,128)
#6F7C71
(111,124,113)
#606B62
(96,107,98)
#515A53
(81,90,83)
#424944
(66,73,68)
#333835
(51,56,53)
#242726
(36,39,38)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #ABC0AD

#ABC0AD
(171,192,173)
#B2C5B4
(178,197,180)
#B9CABB
(185,202,187)
#C0CFC2
(192,207,194)
#C7D4C9
(199,212,201)
#CED9D0
(206,217,208)
#D5DED7
(213,222,215)
#DCE3DE
(220,227,222)
#E3E8E5
(227,232,229)
#EAEDEC
(234,237,236)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC0AD; }

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

This text font color is #ABC0AD.

Background Color

.myBgColor { background-color: #ABC0AD; }

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

This div background color is #ABC0AD.

Border color

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

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

This div border color is #ABC0AD.

Opacity

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

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

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

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

This text has shadow with #ABC0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC0AD.

Preview

Color preview on black background

This text has color #ABC0AD on black background.


Color preview on white background

This text has color #ABC0AD on white background.


Black color preview on #ABC0AD background

This text has black color on #ABC0AD background.


White color preview on #ABC0AD background

This text has white color on #ABC0AD background.


Related colors

Complementary color

Complementary color for #hex is #543F52.


I love getcolorcode.com

Triadic colors

1 #ADABC0 and #C0ADAB with #ABC0AD are triadic colors.

2 #ADC0AB and #C0ABAD with #ABC0AD are triadic colors.