COLOR #A2DB7F

HEX: #A2DB7F
RGB: (162,219,127)

Color info

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

RGB color model

#A2DB7F color RGB value is (162,219,127).

  • red value is 162;
  • green value is 219;
  • blue value is 127.
RGB:
(162,219,127)
(64%,86%,50%)

RGB channels and saturation

R 162 of 255 = 64%
G 219 of 255 = 86%
B 127 of 255 = 50%

162
219
127

R + G + B ~ 67%. #A2DB7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 219 + 127 = 508 (100%)
R 162 of 508 ~ 31.89%
G 219 of 508 ~ 43.11%
B 127 of 508 ~ 25%

%31.89
%43.11
%25

CMYK color model

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

  • cyan value is 26.03%
  • magenta value is 0.00%
  • yellow value is 42.01%
  • 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.03
%0
%42.01
%14.12

Codes

Color #A2DB7F in popluar color models

A2DB7F
RGB162219127
HSL97°56.10%67.84%
HSB/HSV97°42.01%85.88%
CMYK26.03%0.00%42.01%
14.12%

Color #A2DB7F in popluar number systems.

HEXA2DB7F
Decimal162219127
Binary10100010110110111111111
Octal242333177

Shades and tints

Shades of #A2DB7F

#A2DB7F
(162,219,127)
#94C874
(148,200,116)
#86B569
(134,181,105)
#78A25E
(120,162,94)
#6A8F53
(106,143,83)
#5C7C48
(92,124,72)
#4E693D
(78,105,61)
#405632
(64,86,50)
#324327
(50,67,39)
#24301C
(36,48,28)
#161D11
(22,29,17)
#000000
(0,0,0)

Tints of #A2DB7F

#A2DB7F
(162,219,127)
#AADE8A
(170,222,138)
#B2E195
(178,225,149)
#BAE4A0
(186,228,160)
#C2E7AB
(194,231,171)
#CAEAB6
(202,234,182)
#D2EDC1
(210,237,193)
#DAF0CC
(218,240,204)
#E2F3D7
(226,243,215)
#EAF6E2
(234,246,226)
#F2F9ED
(242,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2DB7F; }

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

This text font color is #A2DB7F.


Background Color

.myBgColor { background-color: #A2DB7F; }

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

This div background color is #A2DB7F.


Border color

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

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

This div border color is #A2DB7F.


Opacity

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

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

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

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

This text has shadow with #A2DB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2DB7F on black background.


Color preview on white background

This text has color #A2DB7F on white background.



Black color preview on #A2DB7F background

This text has black color on #A2DB7F background.


White color preview on #A2DB7F background

This text has white color on #A2DB7F background.