COLOR #ABC8AD

HEX: #ABC8AD RGB: (171,200,173)

Color info

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

RGB color model

#ABC8AD color RGB value is (171,200,173).

RGB: (171,200,173) (67%, 78%, 68%)

RGB channels and saturation

R 171 of 255 = 67%
G 200 of 255 = 78%
B 173 of 255 = 68%

171
200
173

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

Portions of RGB colors in percentages

R + G + B = 171 + 200 + 173 = 544 (100%)
R 171 of 544 ~ 31.43%
G 200 of 544 ~ 36.76%
B 173 of 544 ~ 31.8'%

%31.43
%36.76
%31.8

CMYK color model

#ABC8AD color CMYK value is (15,0,14,22).

  • cyan value is 14.50%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 21.57%
CMYK: (15,0,14,22) C15M0Y14K22 (15%,0%,14%,22%) (0.15/0.00/0.14/0.22) 

CMYK percentages

%14.5
%0
%13.5
%21.57

Codes

Color #ABC8AD in popluar color models

AB C8 AD
RGB 171 200 173
HSL 124° 20.86% 72.75%
HSB/HSV 124° 14.50% 78.43%
CMYK 14.50% 0.00% 13.50%
21.57%

Color #ABC8AD in popluar number systems.

HEX AB C8 AD
Decimal 171 200 173
Binary 10101011 11001000 10101101
Octal 253 310 255

Shades and tints

Shades of #ABC8AD

#ABC8AD
(171,200,173)
#9CB69E
(156,182,158)
#8DA48F
(141,164,143)
#7E9280
(126,146,128)
#6F8071
(111,128,113)
#606E62
(96,110,98)
#515C53
(81,92,83)
#424A44
(66,74,68)
#333835
(51,56,53)
#242626
(36,38,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #ABC8AD

#ABC8AD
(171,200,173)
#B2CDB4
(178,205,180)
#B9D2BB
(185,210,187)
#C0D7C2
(192,215,194)
#C7DCC9
(199,220,201)
#CEE1D0
(206,225,208)
#D5E6D7
(213,230,215)
#DCEBDE
(220,235,222)
#E3F0E5
(227,240,229)
#EAF5EC
(234,245,236)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC8AD; }

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

This text font color is #ABC8AD.

Background Color

.myBgColor { background-color: #ABC8AD; }

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

This div background color is #ABC8AD.

Border color

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

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

This div border color is #ABC8AD.

Opacity

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

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

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

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

This text has shadow with #ABC8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC8AD.

Preview

Color preview on black background

This text has color #ABC8AD on black background.


Color preview on white background

This text has color #ABC8AD on white background.


Black color preview on #ABC8AD background

This text has black color on #ABC8AD background.


White color preview on #ABC8AD background

This text has white color on #ABC8AD background.


Related colors

Complementary color

Complementary color for #hex is #543752.


I love getcolorcode.com

Triadic colors

1 #ADABC8 and #C8ADAB with #ABC8AD are triadic colors.

2 #ADC8AB and #C8ABAD with #ABC8AD are triadic colors.