COLOR #A6D7C2

HEX: #A6D7C2
RGB: (166,215,194)

Color info

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

RGB color model

#A6D7C2 color RGB value is (166,215,194).

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

RGB channels and saturation

R 166 of 255 = 65%
G 215 of 255 = 84%
B 194 of 255 = 76%

166
215
194

R + G + B ~ 75%. #A6D7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 215 + 194 = 575 (100%)
R 166 of 575 ~ 28.87%
G 215 of 575 ~ 37.39%
B 194 of 575 ~ 33.74%

%28.87
%37.39
%33.74

CMYK color model

#A6D7C2 color CMYK value is (23,0,10,16).

  • cyan value is 22.79%
  • magenta value is 0.00%
  • yellow value is 9.77%
  • key color value is 15.69%
CMYK:
(23,0,10,16)
C23M0Y10K16 
(23%,0%,10%,16%)
(0.23/0.00/0.10/0.16)	

CMYK percentages

%22.79
%0
%9.77
%15.69

Codes

Color #A6D7C2 in popluar color models

A6D7C2
RGB166215194
HSL154°37.98%74.71%
HSB/HSV154°22.79%84.31%
CMYK22.79%0.00%9.77%
15.69%

Color #A6D7C2 in popluar number systems.

HEXA6D7C2
Decimal166215194
Binary101001101101011111000010
Octal246327302

Shades and tints

Shades of #A6D7C2

#A6D7C2
(166,215,194)
#97C4B1
(151,196,177)
#88B1A0
(136,177,160)
#799E8F
(121,158,143)
#6A8B7E
(106,139,126)
#5B786D
(91,120,109)
#4C655C
(76,101,92)
#3D524B
(61,82,75)
#2E3F3A
(46,63,58)
#1F2C29
(31,44,41)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #A6D7C2

#A6D7C2
(166,215,194)
#AEDAC7
(174,218,199)
#B6DDCC
(182,221,204)
#BEE0D1
(190,224,209)
#C6E3D6
(198,227,214)
#CEE6DB
(206,230,219)
#D6E9E0
(214,233,224)
#DEECE5
(222,236,229)
#E6EFEA
(230,239,234)
#EEF2EF
(238,242,239)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D7C2; }

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

This text font color is #A6D7C2.


Background Color

.myBgColor { background-color: #A6D7C2; }

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

This div background color is #A6D7C2.


Border color

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

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

This div border color is #A6D7C2.


Opacity

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

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

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

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

This text has shadow with #A6D7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D7C2 on black background.


Color preview on white background

This text has color #A6D7C2 on white background.



Black color preview on #A6D7C2 background

This text has black color on #A6D7C2 background.


White color preview on #A6D7C2 background

This text has white color on #A6D7C2 background.