COLOR #A6DB7F

HEX: #A6DB7F
RGB: (166,219,127)

Color info

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

RGB color model

#A6DB7F color RGB value is (166,219,127).

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

RGB channels and saturation

R 166 of 255 = 65%
G 219 of 255 = 86%
B 127 of 255 = 50%

166
219
127

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

Portions of RGB colors in percentages

R + G + B =
166 + 219 + 127 = 512 (100%)
R 166 of 512 ~ 32.42%
G 219 of 512 ~ 42.77%
B 127 of 512 ~ 24.8%

%32.42
%42.77
%24.8

CMYK color model

#A6DB7F color CMYK value is (24,0,42,14).

  • cyan value is 24.20%
  • magenta value is 0.00%
  • yellow value is 42.01%
  • key color value is 14.12%
CMYK:
(24,0,42,14)
C24M0Y42K14 
(24%,0%,42%,14%)
(0.24/0.00/0.42/0.14)	

CMYK percentages

%24.2
%0
%42.01
%14.12

Codes

Color #A6DB7F in popluar color models

A6DB7F
RGB166219127
HSL95°56.10%67.84%
HSB/HSV95°42.01%85.88%
CMYK24.20%0.00%42.01%
14.12%

Color #A6DB7F in popluar number systems.

HEXA6DB7F
Decimal166219127
Binary10100110110110111111111
Octal246333177

Shades and tints

Shades of #A6DB7F

#A6DB7F
(166,219,127)
#97C874
(151,200,116)
#88B569
(136,181,105)
#79A25E
(121,162,94)
#6A8F53
(106,143,83)
#5B7C48
(91,124,72)
#4C693D
(76,105,61)
#3D5632
(61,86,50)
#2E4327
(46,67,39)
#1F301C
(31,48,28)
#101D11
(16,29,17)
#000000
(0,0,0)

Tints of #A6DB7F

#A6DB7F
(166,219,127)
#AEDE8A
(174,222,138)
#B6E195
(182,225,149)
#BEE4A0
(190,228,160)
#C6E7AB
(198,231,171)
#CEEAB6
(206,234,182)
#D6EDC1
(214,237,193)
#DEF0CC
(222,240,204)
#E6F3D7
(230,243,215)
#EEF6E2
(238,246,226)
#F6F9ED
(246,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DB7F; }

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

This text font color is #A6DB7F.


Background Color

.myBgColor { background-color: #A6DB7F; }

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

This div background color is #A6DB7F.


Border color

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

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

This div border color is #A6DB7F.


Opacity

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

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

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

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

This text has shadow with #A6DB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DB7F on black background.


Color preview on white background

This text has color #A6DB7F on white background.



Black color preview on #A6DB7F background

This text has black color on #A6DB7F background.


White color preview on #A6DB7F background

This text has white color on #A6DB7F background.