COLOR #A1D2AA

HEX: #A1D2AA
RGB: (161,210,170)

Color info

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

RGB color model

#A1D2AA color RGB value is (161,210,170).

  • red value is 161;
  • green value is 210;
  • blue value is 170.
RGB:
(161,210,170)
(63%,82%,67%)

RGB channels and saturation

R 161 of 255 = 63%
G 210 of 255 = 82%
B 170 of 255 = 67%

161
210
170

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

Portions of RGB colors in percentages

R + G + B =
161 + 210 + 170 = 541 (100%)
R 161 of 541 ~ 29.76%
G 210 of 541 ~ 38.82%
B 170 of 541 ~ 31.42%

%29.76
%38.82
%31.42

CMYK color model

#A1D2AA color CMYK value is (23,0,19,18).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 17.65%
CMYK:
(23,0,19,18)
C23M0Y19K18 
(23%,0%,19%,18%)
(0.23/0.00/0.19/0.18)	

CMYK percentages

%23.33
%0
%19.05
%17.65

Codes

Color #A1D2AA in popluar color models

A1D2AA
RGB161210170
HSL131°35.25%72.75%
HSB/HSV131°23.33%82.35%
CMYK23.33%0.00%19.05%
17.65%

Color #A1D2AA in popluar number systems.

HEXA1D2AA
Decimal161210170
Binary101000011101001010101010
Octal241322252

Shades and tints

Shades of #A1D2AA

#A1D2AA
(161,210,170)
#93BF9B
(147,191,155)
#85AC8C
(133,172,140)
#77997D
(119,153,125)
#69866E
(105,134,110)
#5B735F
(91,115,95)
#4D6050
(77,96,80)
#3F4D41
(63,77,65)
#313A32
(49,58,50)
#232723
(35,39,35)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #A1D2AA

#A1D2AA
(161,210,170)
#A9D6B1
(169,214,177)
#B1DAB8
(177,218,184)
#B9DEBF
(185,222,191)
#C1E2C6
(193,226,198)
#C9E6CD
(201,230,205)
#D1EAD4
(209,234,212)
#D9EEDB
(217,238,219)
#E1F2E2
(225,242,226)
#E9F6E9
(233,246,233)
#F1FAF0
(241,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D2AA color. Also use rgb(161,210,170) instead hex code.

Text Font Color

.myTextColor { color: #A1D2AA; }

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

This text font color is #A1D2AA.


Background Color

.myBgColor { background-color: #A1D2AA; }

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

This div background color is #A1D2AA.


Border color

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

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

This div border color is #A1D2AA.


Opacity

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

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

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

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

This text has shadow with #A1D2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D2AA on black background.


Color preview on white background

This text has color #A1D2AA on white background.



Black color preview on #A1D2AA background

This text has black color on #A1D2AA background.


White color preview on #A1D2AA background

This text has white color on #A1D2AA background.