COLOR #ABD6A6

HEX: #ABD6A6 RGB: (171,214,166)

Color info

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

RGB color model

#ABD6A6 color RGB value is (171,214,166).

RGB: (171,214,166) (67%, 84%, 65%)

RGB channels and saturation

R 171 of 255 = 67%
G 214 of 255 = 84%
B 166 of 255 = 65%

171
214
166

R + G + B ~ 72%. #ABD6A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 214 + 166 = 551 (100%)
R 171 of 551 ~ 31.03%
G 214 of 551 ~ 38.84%
B 166 of 551 ~ 30.13'%

%31.03
%38.84
%30.13

CMYK color model

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

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 22.43%
  • key color value is 16.08%

CMYK: (20,0,22,16)
C20M0Y22K16 (20%, 0%, 22%, 16%)
(0.20 / 0.00 / 0.22 / 0.16)

CMYK percentages

%20.09
%0
%22.43
%16.08

Codes

Color #ABD6A6 in popluar color models

AB D6 A6
RGB 171 214 166
HSL 114° 36.92% 74.51%
HSB/HSV 114° 22.43% 83.92%
CMYK 20.09% 0.00% 22.43%
16.08%

Color #ABD6A6 in popluar number systems.

HEX AB D6 A6
Decimal 171 214 166
Binary 10101011 11010110 10100110
Octal 253 326 246

Shades and tints

Shades of #ABD6A6

#ABD6A6
(171,214,166)
#9CC397
(156,195,151)
#8DB088
(141,176,136)
#7E9D79
(126,157,121)
#6F8A6A
(111,138,106)
#60775B
(96,119,91)
#51644C
(81,100,76)
#42513D
(66,81,61)
#333E2E
(51,62,46)
#242B1F
(36,43,31)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #ABD6A6

#ABD6A6
(171,214,166)
#B2D9AE
(178,217,174)
#B9DCB6
(185,220,182)
#C0DFBE
(192,223,190)
#C7E2C6
(199,226,198)
#CEE5CE
(206,229,206)
#D5E8D6
(213,232,214)
#DCEBDE
(220,235,222)
#E3EEE6
(227,238,230)
#EAF1EE
(234,241,238)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD6A6; }

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

This text font color is #ABD6A6.

Background Color

.myBgColor { background-color: #ABD6A6; }

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

This div background color is #ABD6A6.

Border color

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

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

This div border color is #ABD6A6.

Opacity

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

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

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

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

This text has shadow with #ABD6A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD6A6.

Preview

Color preview on black background

This text has color #ABD6A6 on black background.


Color preview on white background

This text has color #ABD6A6 on white background.


Black color preview on #ABD6A6 background

This text has black color on #ABD6A6 background.


White color preview on #ABD6A6 background

This text has white color on #ABD6A6 background.


Related colors

Complementary color

Complementary color for #hex is #542959.


I love getcolorcode.com

Triadic colors

1 #A6ABD6 and #D6A6AB with #ABD6A6 are triadic colors.

2 #A6D6AB and #D6ABA6 with #ABD6A6 are triadic colors.