COLOR #A1D2A7

HEX: #A1D2A7
RGB: (161,210,167)

Color info

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

RGB color model

#A1D2A7 color RGB value is (161,210,167).

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

RGB channels and saturation

R 161 of 255 = 63%
G 210 of 255 = 82%
B 167 of 255 = 65%

161
210
167

R + G + B ~ 70%. #A1D2A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 210 + 167 = 538 (100%)
R 161 of 538 ~ 29.93%
G 210 of 538 ~ 39.03%
B 167 of 538 ~ 31.04%

%29.93
%39.03
%31.04

CMYK color model

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

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 20.48%
  • key color value is 17.65%
CMYK:
(23,0,20,18)
C23M0Y20K18 
(23%,0%,20%,18%)
(0.23/0.00/0.20/0.18)	

CMYK percentages

%23.33
%0
%20.48
%17.65

Codes

Color #A1D2A7 in popluar color models

A1D2A7
RGB161210167
HSL127°35.25%72.75%
HSB/HSV127°23.33%82.35%
CMYK23.33%0.00%20.48%
17.65%

Color #A1D2A7 in popluar number systems.

HEXA1D2A7
Decimal161210167
Binary101000011101001010100111
Octal241322247

Shades and tints

Shades of #A1D2A7

#A1D2A7
(161,210,167)
#93BF98
(147,191,152)
#85AC89
(133,172,137)
#77997A
(119,153,122)
#69866B
(105,134,107)
#5B735C
(91,115,92)
#4D604D
(77,96,77)
#3F4D3E
(63,77,62)
#313A2F
(49,58,47)
#232720
(35,39,32)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A1D2A7

#A1D2A7
(161,210,167)
#A9D6AF
(169,214,175)
#B1DAB7
(177,218,183)
#B9DEBF
(185,222,191)
#C1E2C7
(193,226,199)
#C9E6CF
(201,230,207)
#D1EAD7
(209,234,215)
#D9EEDF
(217,238,223)
#E1F2E7
(225,242,231)
#E9F6EF
(233,246,239)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D2A7; }

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

This text font color is #A1D2A7.


Background Color

.myBgColor { background-color: #A1D2A7; }

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

This div background color is #A1D2A7.


Border color

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

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

This div border color is #A1D2A7.


Opacity

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

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

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

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

This text has shadow with #A1D2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D2A7 on black background.


Color preview on white background

This text has color #A1D2A7 on white background.



Black color preview on #A1D2A7 background

This text has black color on #A1D2A7 background.


White color preview on #A1D2A7 background

This text has white color on #A1D2A7 background.