COLOR #ABD4AD

HEX: #ABD4AD RGB: (171,212,173)

Color info

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

RGB color model

#ABD4AD color RGB value is (171,212,173).

RGB: (171,212,173) (67%, 83%, 68%)

RGB channels and saturation

R 171 of 255 = 67%
G 212 of 255 = 83%
B 173 of 255 = 68%

171
212
173

R + G + B ~ 73%. #ABD4AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 212 + 173 = 556 (100%)
R 171 of 556 ~ 30.76%
G 212 of 556 ~ 38.13%
B 173 of 556 ~ 31.12'%

%30.76
%38.13
%31.12

CMYK color model

#ABD4AD color CMYK value is (19,0,18,17).

  • cyan value is 19.34%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 16.86%

CMYK: (19,0,18,17)
C19M0Y18K17 (19%, 0%, 18%, 17%)
(0.19 / 0.00 / 0.18 / 0.17)

CMYK percentages

%19.34
%0
%18.4
%16.86

Codes

Color #ABD4AD in popluar color models

AB D4 AD
RGB 171 212 173
HSL 123° 32.28% 75.10%
HSB/HSV 123° 19.34% 83.14%
CMYK 19.34% 0.00% 18.40%
16.86%

Color #ABD4AD in popluar number systems.

HEX AB D4 AD
Decimal 171 212 173
Binary 10101011 11010100 10101101
Octal 253 324 255

Shades and tints

Shades of #ABD4AD

#ABD4AD
(171,212,173)
#9CC19E
(156,193,158)
#8DAE8F
(141,174,143)
#7E9B80
(126,155,128)
#6F8871
(111,136,113)
#607562
(96,117,98)
#516253
(81,98,83)
#424F44
(66,79,68)
#333C35
(51,60,53)
#242926
(36,41,38)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #ABD4AD

#ABD4AD
(171,212,173)
#B2D7B4
(178,215,180)
#B9DABB
(185,218,187)
#C0DDC2
(192,221,194)
#C7E0C9
(199,224,201)
#CEE3D0
(206,227,208)
#D5E6D7
(213,230,215)
#DCE9DE
(220,233,222)
#E3ECE5
(227,236,229)
#EAEFEC
(234,239,236)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD4AD; }

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

This text font color is #ABD4AD.

Background Color

.myBgColor { background-color: #ABD4AD; }

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

This div background color is #ABD4AD.

Border color

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

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

This div border color is #ABD4AD.

Opacity

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

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

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

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

This text has shadow with #ABD4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD4AD.

Preview

Color preview on black background

This text has color #ABD4AD on black background.


Color preview on white background

This text has color #ABD4AD on white background.


Black color preview on #ABD4AD background

This text has black color on #ABD4AD background.


White color preview on #ABD4AD background

This text has white color on #ABD4AD background.


Related colors

Complementary color

Complementary color for #hex is #542B52.


I love getcolorcode.com

Triadic colors

1 #ADABD4 and #D4ADAB with #ABD4AD are triadic colors.

2 #ADD4AB and #D4ABAD with #ABD4AD are triadic colors.