COLOR #A6D5AF

HEX: #A6D5AF RGB: (166,213,175)

Color info

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

RGB color model

#A6D5AF color RGB value is (166,213,175).

RGB: (166,213,175) (65%, 84%, 69%)

RGB channels and saturation

R 166 of 255 = 65%
G 213 of 255 = 84%
B 175 of 255 = 69%

166
213
175

R + G + B ~ 73%. #A6D5AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 213 + 175 = 554 (100%)
R 166 of 554 ~ 29.96%
G 213 of 554 ~ 38.45%
B 175 of 554 ~ 31.59'%

%29.96
%38.45
%31.59

CMYK color model

#A6D5AF color CMYK value is (22,0,18,16).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 16.47%

CMYK: (22,0,18,16)
C22M0Y18K16 (22%, 0%, 18%, 16%)
(0.22 / 0.00 / 0.18 / 0.16)

CMYK percentages

%22.07
%0
%17.84
%16.47

Codes

Color #A6D5AF in popluar color models

A6 D5 AF
RGB 166 213 175
HSL 131° 35.88% 74.31%
HSB/HSV 131° 22.07% 83.53%
CMYK 22.07% 0.00% 17.84%
16.47%

Color #A6D5AF in popluar number systems.

HEX A6 D5 AF
Decimal 166 213 175
Binary 10100110 11010101 10101111
Octal 246 325 257

Shades and tints

Shades of #A6D5AF

#A6D5AF
(166,213,175)
#97C2A0
(151,194,160)
#88AF91
(136,175,145)
#799C82
(121,156,130)
#6A8973
(106,137,115)
#5B7664
(91,118,100)
#4C6355
(76,99,85)
#3D5046
(61,80,70)
#2E3D37
(46,61,55)
#1F2A28
(31,42,40)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #A6D5AF

#A6D5AF
(166,213,175)
#AED8B6
(174,216,182)
#B6DBBD
(182,219,189)
#BEDEC4
(190,222,196)
#C6E1CB
(198,225,203)
#CEE4D2
(206,228,210)
#D6E7D9
(214,231,217)
#DEEAE0
(222,234,224)
#E6EDE7
(230,237,231)
#EEF0EE
(238,240,238)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D5AF color. Also use rgb(166,213,175) instead hex code.

Text Font Color

.myTextColor { color: #A6D5AF; }

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

This text font color is #A6D5AF.

Background Color

.myBgColor { background-color: #A6D5AF; }

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

This div background color is #A6D5AF.

Border color

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

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

This div border color is #A6D5AF.

Opacity

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

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

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

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

This text has shadow with #A6D5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D5AF.

Preview

Color preview on black background

This text has color #A6D5AF on black background.


Color preview on white background

This text has color #A6D5AF on white background.


Black color preview on #A6D5AF background

This text has black color on #A6D5AF background.


White color preview on #A6D5AF background

This text has white color on #A6D5AF background.


Related colors

Complementary color

Complementary color for #hex is #592A50.


I love getcolorcode.com

Triadic colors

1 #AFA6D5 and #D5AFA6 with #A6D5AF are triadic colors.

2 #AFD5A6 and #D5A6AF with #A6D5AF are triadic colors.