COLOR #A6DBA4

HEX: #A6DBA4 RGB: (166,219,164)

Color info

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

RGB color model

#A6DBA4 color RGB value is (166,219,164).

RGB: (166,219,164) (65%, 86%, 64%)

RGB channels and saturation

R 166 of 255 = 65%
G 219 of 255 = 86%
B 164 of 255 = 64%

166
219
164

R + G + B ~ 72%. #A6DBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 219 + 164 = 549 (100%)
R 166 of 549 ~ 30.24%
G 219 of 549 ~ 39.89%
B 164 of 549 ~ 29.87'%

%30.24
%39.89
%29.87

CMYK color model

#A6DBA4 color CMYK value is (24,0,25,14).

  • cyan value is 24.20%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 14.12%

CMYK: (24,0,25,14)
C24M0Y25K14 (24%, 0%, 25%, 14%)
(0.24 / 0.00 / 0.25 / 0.14)

CMYK percentages

%24.2
%0
%25.11
%14.12

Codes

Color #A6DBA4 in popluar color models

A6 DB A4
RGB 166 219 164
HSL 118° 43.31% 75.10%
HSB/HSV 118° 25.11% 85.88%
CMYK 24.20% 0.00% 25.11%
14.12%

Color #A6DBA4 in popluar number systems.

HEX A6 DB A4
Decimal 166 219 164
Binary 10100110 11011011 10100100
Octal 246 333 244

Shades and tints

Shades of #A6DBA4

#A6DBA4
(166,219,164)
#97C896
(151,200,150)
#88B588
(136,181,136)
#79A27A
(121,162,122)
#6A8F6C
(106,143,108)
#5B7C5E
(91,124,94)
#4C6950
(76,105,80)
#3D5642
(61,86,66)
#2E4334
(46,67,52)
#1F3026
(31,48,38)
#101D18
(16,29,24)
#000000
(0,0,0)

Tints of #A6DBA4

#A6DBA4
(166,219,164)
#AEDEAC
(174,222,172)
#B6E1B4
(182,225,180)
#BEE4BC
(190,228,188)
#C6E7C4
(198,231,196)
#CEEACC
(206,234,204)
#D6EDD4
(214,237,212)
#DEF0DC
(222,240,220)
#E6F3E4
(230,243,228)
#EEF6EC
(238,246,236)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DBA4; }

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

This text font color is #A6DBA4.

Background Color

.myBgColor { background-color: #A6DBA4; }

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

This div background color is #A6DBA4.

Border color

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

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

This div border color is #A6DBA4.

Opacity

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

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

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

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

This text has shadow with #A6DBA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DBA4.

Preview

Color preview on black background

This text has color #A6DBA4 on black background.


Color preview on white background

This text has color #A6DBA4 on white background.


Black color preview on #A6DBA4 background

This text has black color on #A6DBA4 background.


White color preview on #A6DBA4 background

This text has white color on #A6DBA4 background.


Related colors

Complementary color

Complementary color for #hex is #59245B.


I love getcolorcode.com

Triadic colors

1 #A4A6DB and #DBA4A6 with #A6DBA4 are triadic colors.

2 #A4DBA6 and #DBA6A4 with #A6DBA4 are triadic colors.