COLOR #A1D09E

HEX: #A1D09E
RGB: (161,208,158)

Color info

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

RGB color model

#A1D09E color RGB value is (161,208,158).

  • red value is 161;
  • green value is 208;
  • blue value is 158.
RGB:
(161,208,158)
(63%,82%,62%)

RGB channels and saturation

R 161 of 255 = 63%
G 208 of 255 = 82%
B 158 of 255 = 62%

161
208
158

R + G + B ~ 69%. #A1D09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 208 + 158 = 527 (100%)
R 161 of 527 ~ 30.55%
G 208 of 527 ~ 39.47%
B 158 of 527 ~ 29.98%

%30.55
%39.47
%29.98

CMYK color model

#A1D09E color CMYK value is (23,0,24,18).

  • cyan value is 22.60%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 18.43%
CMYK:
(23,0,24,18)
C23M0Y24K18 
(23%,0%,24%,18%)
(0.23/0.00/0.24/0.18)	

CMYK percentages

%22.6
%0
%24.04
%18.43

Codes

Color #A1D09E in popluar color models

A1D09E
RGB161208158
HSL116°34.72%71.76%
HSB/HSV116°24.04%81.57%
CMYK22.60%0.00%24.04%
18.43%

Color #A1D09E in popluar number systems.

HEXA1D09E
Decimal161208158
Binary101000011101000010011110
Octal241320236

Shades and tints

Shades of #A1D09E

#A1D09E
(161,208,158)
#93BE90
(147,190,144)
#85AC82
(133,172,130)
#779A74
(119,154,116)
#698866
(105,136,102)
#5B7658
(91,118,88)
#4D644A
(77,100,74)
#3F523C
(63,82,60)
#31402E
(49,64,46)
#232E20
(35,46,32)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #A1D09E

#A1D09E
(161,208,158)
#A9D4A6
(169,212,166)
#B1D8AE
(177,216,174)
#B9DCB6
(185,220,182)
#C1E0BE
(193,224,190)
#C9E4C6
(201,228,198)
#D1E8CE
(209,232,206)
#D9ECD6
(217,236,214)
#E1F0DE
(225,240,222)
#E9F4E6
(233,244,230)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D09E color. Also use rgb(161,208,158) instead hex code.

Text Font Color

.myTextColor { color: #A1D09E; }

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

This text font color is #A1D09E.


Background Color

.myBgColor { background-color: #A1D09E; }

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

This div background color is #A1D09E.


Border color

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

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

This div border color is #A1D09E.


Opacity

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

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

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

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

This text has shadow with #A1D09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D09E on black background.


Color preview on white background

This text has color #A1D09E on white background.



Black color preview on #A1D09E background

This text has black color on #A1D09E background.


White color preview on #A1D09E background

This text has white color on #A1D09E background.