COLOR #A1DB80

HEX: #A1DB80 RGB: (161,219,128)

Color info

#A1DB80 contains mainly red and green colors. Web safe color of #A1DB80 is #99CC66 (or #9C6).

RGB color model

#A1DB80 color RGB value is (161,219,128).

RGB: (161,219,128) (63%, 86%, 50%)

RGB channels and saturation

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

161
219
128

R + G + B ~ 66%. #A1DB80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 219 + 128 = 508 (100%)
R 161 of 508 ~ 31.69%
G 219 of 508 ~ 43.11%
B 128 of 508 ~ 25.2'%

%31.69
%43.11
%25.2

CMYK color model

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

  • cyan value is 26.48%
  • magenta value is 0.00%
  • yellow value is 41.55%
  • key color value is 14.12%

CMYK: (26,0,42,14)
C26M0Y42K14 (26%, 0%, 42%, 14%)
(0.26 / 0.00 / 0.42 / 0.14)

CMYK percentages

%26.48
%0
%41.55
%14.12

Codes

Color #A1DB80 in popluar color models

A1 DB 80
RGB 161 219 128
HSL 98° 55.83% 68.04%
HSB/HSV 98° 41.55% 85.88%
CMYK 26.48% 0.00% 41.55%
14.12%

Color #A1DB80 in popluar number systems.

HEX A1 DB 80
Decimal 161 219 128
Binary 10100001 11011011 10000000
Octal 241 333 200

Shades and tints

Shades of #A1DB80

#A1DB80
(161,219,128)
#93C875
(147,200,117)
#85B56A
(133,181,106)
#77A25F
(119,162,95)
#698F54
(105,143,84)
#5B7C49
(91,124,73)
#4D693E
(77,105,62)
#3F5633
(63,86,51)
#314328
(49,67,40)
#23301D
(35,48,29)
#151D12
(21,29,18)
#000000
(0,0,0)

Tints of #A1DB80

#A1DB80
(161,219,128)
#A9DE8B
(169,222,139)
#B1E196
(177,225,150)
#B9E4A1
(185,228,161)
#C1E7AC
(193,231,172)
#C9EAB7
(201,234,183)
#D1EDC2
(209,237,194)
#D9F0CD
(217,240,205)
#E1F3D8
(225,243,216)
#E9F6E3
(233,246,227)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1DB80; }

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

This text font color is #A1DB80.

Background Color

.myBgColor { background-color: #A1DB80; }

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

This div background color is #A1DB80.

Border color

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

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

This div border color is #A1DB80.

Opacity

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

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

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

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

This text has shadow with #A1DB80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1DB80.

Preview

Color preview on black background

This text has color #A1DB80 on black background.


Color preview on white background

This text has color #A1DB80 on white background.


Black color preview on #A1DB80 background

This text has black color on #A1DB80 background.


White color preview on #A1DB80 background

This text has white color on #A1DB80 background.


Related colors

Complementary color

Complementary color for #hex is #5E247F.


I love getcolorcode.com

Triadic colors

1 #80A1DB and #DB80A1 with #A1DB80 are triadic colors.

2 #80DBA1 and #DBA180 with #A1DB80 are triadic colors.