COLOR #A1DBA1

HEX: #A1DBA1
RGB: (161,219,161)

Color info

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

RGB color model

#A1DBA1 color RGB value is (161,219,161).

  • red value is 161;
  • green value is 219;
  • blue value is 161.
RGB:
(161,219,161)
(63%,86%,63%)

RGB channels and saturation

R 161 of 255 = 63%
G 219 of 255 = 86%
B 161 of 255 = 63%

161
219
161

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

Portions of RGB colors in percentages

R + G + B =
161 + 219 + 161 = 541 (100%)
R 161 of 541 ~ 29.76%
G 219 of 541 ~ 40.48%
B 161 of 541 ~ 29.76%

%29.76
%40.48
%29.76

CMYK color model

#A1DBA1 color CMYK value is (26,0,26,14).

  • cyan value is 26.48%
  • magenta value is 0.00%
  • yellow value is 26.48%
  • key color value is 14.12%
CMYK:
(26,0,26,14)
C26M0Y26K14 
(26%,0%,26%,14%)
(0.26/0.00/0.26/0.14)	

CMYK percentages

%26.48
%0
%26.48
%14.12

Codes

Color #A1DBA1 in popluar color models

A1DBA1
RGB161219161
HSL120°44.62%74.51%
HSB/HSV120°26.48%85.88%
CMYK26.48%0.00%26.48%
14.12%

Color #A1DBA1 in popluar number systems.

HEXA1DBA1
Decimal161219161
Binary101000011101101110100001
Octal241333241

Shades and tints

Shades of #A1DBA1

#A1DBA1
(161,219,161)
#93C893
(147,200,147)
#85B585
(133,181,133)
#77A277
(119,162,119)
#698F69
(105,143,105)
#5B7C5B
(91,124,91)
#4D694D
(77,105,77)
#3F563F
(63,86,63)
#314331
(49,67,49)
#233023
(35,48,35)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #A1DBA1

#A1DBA1
(161,219,161)
#A9DEA9
(169,222,169)
#B1E1B1
(177,225,177)
#B9E4B9
(185,228,185)
#C1E7C1
(193,231,193)
#C9EAC9
(201,234,201)
#D1EDD1
(209,237,209)
#D9F0D9
(217,240,217)
#E1F3E1
(225,243,225)
#E9F6E9
(233,246,233)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1DBA1; }

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

This text font color is #A1DBA1.


Background Color

.myBgColor { background-color: #A1DBA1; }

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

This div background color is #A1DBA1.


Border color

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

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

This div border color is #A1DBA1.


Opacity

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

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

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

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

This text has shadow with #A1DBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DBA1 on black background.


Color preview on white background

This text has color #A1DBA1 on white background.



Black color preview on #A1DBA1 background

This text has black color on #A1DBA1 background.


White color preview on #A1DBA1 background

This text has white color on #A1DBA1 background.