COLOR #A6D7D2

HEX: #A6D7D2
RGB: (166,215,210)

Color info

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

RGB color model

#A6D7D2 color RGB value is (166,215,210).

  • red value is 166;
  • green value is 215;
  • blue value is 210.
RGB:
(166,215,210)
(65%,84%,82%)

RGB channels and saturation

R 166 of 255 = 65%
G 215 of 255 = 84%
B 210 of 255 = 82%

166
215
210

R + G + B ~ 77%. #A6D7D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 215 + 210 = 591 (100%)
R 166 of 591 ~ 28.09%
G 215 of 591 ~ 36.38%
B 210 of 591 ~ 35.53%

%28.09
%36.38
%35.53

CMYK color model

#A6D7D2 color CMYK value is (23,0,2,16).

  • cyan value is 22.79%
  • magenta value is 0.00%
  • yellow value is 2.33%
  • key color value is 15.69%
CMYK:
(23,0,2,16)
C23M0Y2K16 
(23%,0%,2%,16%)
(0.23/0.00/0.02/0.16)	

CMYK percentages

%22.79
%0
%2.33
%15.69

Codes

Color #A6D7D2 in popluar color models

A6D7D2
RGB166215210
HSL174°37.98%74.71%
HSB/HSV174°22.79%84.31%
CMYK22.79%0.00%2.33%
15.69%

Color #A6D7D2 in popluar number systems.

HEXA6D7D2
Decimal166215210
Binary101001101101011111010010
Octal246327322

Shades and tints

Shades of #A6D7D2

#A6D7D2
(166,215,210)
#97C4BF
(151,196,191)
#88B1AC
(136,177,172)
#799E99
(121,158,153)
#6A8B86
(106,139,134)
#5B7873
(91,120,115)
#4C6560
(76,101,96)
#3D524D
(61,82,77)
#2E3F3A
(46,63,58)
#1F2C27
(31,44,39)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #A6D7D2

#A6D7D2
(166,215,210)
#AEDAD6
(174,218,214)
#B6DDDA
(182,221,218)
#BEE0DE
(190,224,222)
#C6E3E2
(198,227,226)
#CEE6E6
(206,230,230)
#D6E9EA
(214,233,234)
#DEECEE
(222,236,238)
#E6EFF2
(230,239,242)
#EEF2F6
(238,242,246)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D7D2 color. Also use rgb(166,215,210) instead hex code.

Text Font Color

.myTextColor { color: #A6D7D2; }

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

This text font color is #A6D7D2.


Background Color

.myBgColor { background-color: #A6D7D2; }

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

This div background color is #A6D7D2.


Border color

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

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

This div border color is #A6D7D2.


Opacity

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

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

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

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

This text has shadow with #A6D7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D7D2 on black background.


Color preview on white background

This text has color #A6D7D2 on white background.



Black color preview on #A6D7D2 background

This text has black color on #A6D7D2 background.


White color preview on #A6D7D2 background

This text has white color on #A6D7D2 background.