COLOR #A6DB8A

HEX: #A6DB8A
RGB: (166,219,138)

Color info

#A6DB8A contains mainly red and green colors. Web safe color of #A6DB8A is #99CC99 (or #9C9).

RGB color model

#A6DB8A color RGB value is (166,219,138).

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

RGB channels and saturation

R 166 of 255 = 65%
G 219 of 255 = 86%
B 138 of 255 = 54%

166
219
138

R + G + B ~ 68%. #A6DB8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 219 + 138 = 523 (100%)
R 166 of 523 ~ 31.74%
G 219 of 523 ~ 41.87%
B 138 of 523 ~ 26.39%

%31.74
%41.87
%26.39

CMYK color model

#A6DB8A color CMYK value is (24,0,37,14).

  • cyan value is 24.20%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 14.12%
CMYK:
(24,0,37,14)
C24M0Y37K14 
(24%,0%,37%,14%)
(0.24/0.00/0.37/0.14)	

CMYK percentages

%24.2
%0
%36.99
%14.12

Codes

Color #A6DB8A in popluar color models

A6DB8A
RGB166219138
HSL99°52.94%70.00%
HSB/HSV99°36.99%85.88%
CMYK24.20%0.00%36.99%
14.12%

Color #A6DB8A in popluar number systems.

HEXA6DB8A
Decimal166219138
Binary101001101101101110001010
Octal246333212

Shades and tints

Shades of #A6DB8A

#A6DB8A
(166,219,138)
#97C87E
(151,200,126)
#88B572
(136,181,114)
#79A266
(121,162,102)
#6A8F5A
(106,143,90)
#5B7C4E
(91,124,78)
#4C6942
(76,105,66)
#3D5636
(61,86,54)
#2E432A
(46,67,42)
#1F301E
(31,48,30)
#101D12
(16,29,18)
#000000
(0,0,0)

Tints of #A6DB8A

#A6DB8A
(166,219,138)
#AEDE94
(174,222,148)
#B6E19E
(182,225,158)
#BEE4A8
(190,228,168)
#C6E7B2
(198,231,178)
#CEEABC
(206,234,188)
#D6EDC6
(214,237,198)
#DEF0D0
(222,240,208)
#E6F3DA
(230,243,218)
#EEF6E4
(238,246,228)
#F6F9EE
(246,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DB8A; }

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

This text font color is #A6DB8A.


Background Color

.myBgColor { background-color: #A6DB8A; }

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

This div background color is #A6DB8A.


Border color

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

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

This div border color is #A6DB8A.


Opacity

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

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

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

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

This text has shadow with #A6DB8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DB8A on black background.


Color preview on white background

This text has color #A6DB8A on white background.



Black color preview on #A6DB8A background

This text has black color on #A6DB8A background.


White color preview on #A6DB8A background

This text has white color on #A6DB8A background.