COLOR #ABD0A6

HEX: #ABD0A6
RGB: (171,208,166)

Color info

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

RGB color model

#ABD0A6 color RGB value is (171,208,166).

  • red value is 171;
  • green value is 208;
  • blue value is 166.
RGB:
(171,208,166)
(67%,82%,65%)

RGB channels and saturation

R 171 of 255 = 67%
G 208 of 255 = 82%
B 166 of 255 = 65%

171
208
166

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

Portions of RGB colors in percentages

R + G + B =
171 + 208 + 166 = 545 (100%)
R 171 of 545 ~ 31.38%
G 208 of 545 ~ 38.17%
B 166 of 545 ~ 30.46%

%31.38
%38.17
%30.46

CMYK color model

#ABD0A6 color CMYK value is (18,0,20,18).

  • cyan value is 17.79%
  • magenta value is 0.00%
  • yellow value is 20.19%
  • key color value is 18.43%
CMYK:
(18,0,20,18)
C18M0Y20K18 
(18%,0%,20%,18%)
(0.18/0.00/0.20/0.18)	

CMYK percentages

%17.79
%0
%20.19
%18.43

Codes

Color #ABD0A6 in popluar color models

ABD0A6
RGB171208166
HSL113°30.88%73.33%
HSB/HSV113°20.19%81.57%
CMYK17.79%0.00%20.19%
18.43%

Color #ABD0A6 in popluar number systems.

HEXABD0A6
Decimal171208166
Binary101010111101000010100110
Octal253320246

Shades and tints

Shades of #ABD0A6

#ABD0A6
(171,208,166)
#9CBE97
(156,190,151)
#8DAC88
(141,172,136)
#7E9A79
(126,154,121)
#6F886A
(111,136,106)
#60765B
(96,118,91)
#51644C
(81,100,76)
#42523D
(66,82,61)
#33402E
(51,64,46)
#242E1F
(36,46,31)
#151C10
(21,28,16)
#000000
(0,0,0)

Tints of #ABD0A6

#ABD0A6
(171,208,166)
#B2D4AE
(178,212,174)
#B9D8B6
(185,216,182)
#C0DCBE
(192,220,190)
#C7E0C6
(199,224,198)
#CEE4CE
(206,228,206)
#D5E8D6
(213,232,214)
#DCECDE
(220,236,222)
#E3F0E6
(227,240,230)
#EAF4EE
(234,244,238)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD0A6; }

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

This text font color is #ABD0A6.


Background Color

.myBgColor { background-color: #ABD0A6; }

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

This div background color is #ABD0A6.


Border color

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

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

This div border color is #ABD0A6.


Opacity

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

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

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

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

This text has shadow with #ABD0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD0A6 on black background.


Color preview on white background

This text has color #ABD0A6 on white background.



Black color preview on #ABD0A6 background

This text has black color on #ABD0A6 background.


White color preview on #ABD0A6 background

This text has white color on #ABD0A6 background.