COLOR #A6D1AF

HEX: #A6D1AF
RGB: (166,209,175)

Color info

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

RGB color model

#A6D1AF color RGB value is (166,209,175).

  • red value is 166;
  • green value is 209;
  • blue value is 175.
RGB:
(166,209,175)
(65%,82%,69%)

RGB channels and saturation

R 166 of 255 = 65%
G 209 of 255 = 82%
B 175 of 255 = 69%

166
209
175

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

Portions of RGB colors in percentages

R + G + B =
166 + 209 + 175 = 550 (100%)
R 166 of 550 ~ 30.18%
G 209 of 550 ~ 38%
B 175 of 550 ~ 31.82%

%30.18
%38
%31.82

CMYK color model

#A6D1AF color CMYK value is (21,0,16,18).

  • cyan value is 20.57%
  • magenta value is 0.00%
  • yellow value is 16.27%
  • key color value is 18.04%
CMYK:
(21,0,16,18)
C21M0Y16K18 
(21%,0%,16%,18%)
(0.21/0.00/0.16/0.18)	

CMYK percentages

%20.57
%0
%16.27
%18.04

Codes

Color #A6D1AF in popluar color models

A6D1AF
RGB166209175
HSL133°31.85%73.53%
HSB/HSV133°20.57%81.96%
CMYK20.57%0.00%16.27%
18.04%

Color #A6D1AF in popluar number systems.

HEXA6D1AF
Decimal166209175
Binary101001101101000110101111
Octal246321257

Shades and tints

Shades of #A6D1AF

#A6D1AF
(166,209,175)
#97BEA0
(151,190,160)
#88AB91
(136,171,145)
#799882
(121,152,130)
#6A8573
(106,133,115)
#5B7264
(91,114,100)
#4C5F55
(76,95,85)
#3D4C46
(61,76,70)
#2E3937
(46,57,55)
#1F2628
(31,38,40)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #A6D1AF

#A6D1AF
(166,209,175)
#AED5B6
(174,213,182)
#B6D9BD
(182,217,189)
#BEDDC4
(190,221,196)
#C6E1CB
(198,225,203)
#CEE5D2
(206,229,210)
#D6E9D9
(214,233,217)
#DEEDE0
(222,237,224)
#E6F1E7
(230,241,231)
#EEF5EE
(238,245,238)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D1AF; }

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

This text font color is #A6D1AF.


Background Color

.myBgColor { background-color: #A6D1AF; }

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

This div background color is #A6D1AF.


Border color

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

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

This div border color is #A6D1AF.


Opacity

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

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

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

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

This text has shadow with #A6D1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D1AF on black background.


Color preview on white background

This text has color #A6D1AF on white background.



Black color preview on #A6D1AF background

This text has black color on #A6D1AF background.


White color preview on #A6D1AF background

This text has white color on #A6D1AF background.