COLOR #A1D7AB

HEX: #A1D7AB RGB: (161,215,171)

Color info

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

RGB color model

#A1D7AB color RGB value is (161,215,171).

RGB: (161,215,171) (63%, 84%, 67%)

RGB channels and saturation

R 161 of 255 = 63%
G 215 of 255 = 84%
B 171 of 255 = 67%

161
215
171

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

Portions of RGB colors in percentages

R + G + B = 161 + 215 + 171 = 547 (100%)
R 161 of 547 ~ 29.43%
G 215 of 547 ~ 39.31%
B 171 of 547 ~ 31.26'%

%29.43
%39.31
%31.26

CMYK color model

#A1D7AB color CMYK value is (25,0,20,16).

  • cyan value is 25.12%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 15.69%

CMYK: (25,0,20,16)
C25M0Y20K16 (25%, 0%, 20%, 16%)
(0.25 / 0.00 / 0.20 / 0.16)

CMYK percentages

%25.12
%0
%20.47
%15.69

Codes

Color #A1D7AB in popluar color models

A1 D7 AB
RGB 161 215 171
HSL 131° 40.30% 73.73%
HSB/HSV 131° 25.12% 84.31%
CMYK 25.12% 0.00% 20.47%
15.69%

Color #A1D7AB in popluar number systems.

HEX A1 D7 AB
Decimal 161 215 171
Binary 10100001 11010111 10101011
Octal 241 327 253

Shades and tints

Shades of #A1D7AB

#A1D7AB
(161,215,171)
#93C49C
(147,196,156)
#85B18D
(133,177,141)
#779E7E
(119,158,126)
#698B6F
(105,139,111)
#5B7860
(91,120,96)
#4D6551
(77,101,81)
#3F5242
(63,82,66)
#313F33
(49,63,51)
#232C24
(35,44,36)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #A1D7AB

#A1D7AB
(161,215,171)
#A9DAB2
(169,218,178)
#B1DDB9
(177,221,185)
#B9E0C0
(185,224,192)
#C1E3C7
(193,227,199)
#C9E6CE
(201,230,206)
#D1E9D5
(209,233,213)
#D9ECDC
(217,236,220)
#E1EFE3
(225,239,227)
#E9F2EA
(233,242,234)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D7AB color. Also use rgb(161,215,171) instead hex code.

Text Font Color

.myTextColor { color: #A1D7AB; }

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

This text font color is #A1D7AB.

Background Color

.myBgColor { background-color: #A1D7AB; }

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

This div background color is #A1D7AB.

Border color

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

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

This div border color is #A1D7AB.

Opacity

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

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

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

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

This text has shadow with #A1D7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1D7AB.

Preview

Color preview on black background

This text has color #A1D7AB on black background.


Color preview on white background

This text has color #A1D7AB on white background.


Black color preview on #A1D7AB background

This text has black color on #A1D7AB background.


White color preview on #A1D7AB background

This text has white color on #A1D7AB background.


Related colors

Complementary color

Complementary color for #hex is #5E2854.


I love getcolorcode.com

Triadic colors

1 #ABA1D7 and #D7ABA1 with #A1D7AB are triadic colors.

2 #ABD7A1 and #D7A1AB with #A1D7AB are triadic colors.