COLOR #A6D9C7

HEX: #A6D9C7
RGB: (166,217,199)

Color info

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

RGB color model

#A6D9C7 color RGB value is (166,217,199).

  • red value is 166;
  • green value is 217;
  • blue value is 199.
RGB:
(166,217,199)
(65%,85%,78%)

RGB channels and saturation

R 166 of 255 = 65%
G 217 of 255 = 85%
B 199 of 255 = 78%

166
217
199

R + G + B ~ 76%. #A6D9C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 217 + 199 = 582 (100%)
R 166 of 582 ~ 28.52%
G 217 of 582 ~ 37.29%
B 199 of 582 ~ 34.19%

%28.52
%37.29
%34.19

CMYK color model

#A6D9C7 color CMYK value is (24,0,8,15).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • key color value is 14.90%
CMYK:
(24,0,8,15)
C24M0Y8K15 
(24%,0%,8%,15%)
(0.24/0.00/0.08/0.15)	

CMYK percentages

%23.5
%0
%8.29
%14.9

Codes

Color #A6D9C7 in popluar color models

A6D9C7
RGB166217199
HSL159°40.16%75.10%
HSB/HSV159°23.50%85.10%
CMYK23.50%0.00%8.29%
14.90%

Color #A6D9C7 in popluar number systems.

HEXA6D9C7
Decimal166217199
Binary101001101101100111000111
Octal246331307

Shades and tints

Shades of #A6D9C7

#A6D9C7
(166,217,199)
#97C6B5
(151,198,181)
#88B3A3
(136,179,163)
#79A091
(121,160,145)
#6A8D7F
(106,141,127)
#5B7A6D
(91,122,109)
#4C675B
(76,103,91)
#3D5449
(61,84,73)
#2E4137
(46,65,55)
#1F2E25
(31,46,37)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #A6D9C7

#A6D9C7
(166,217,199)
#AEDCCC
(174,220,204)
#B6DFD1
(182,223,209)
#BEE2D6
(190,226,214)
#C6E5DB
(198,229,219)
#CEE8E0
(206,232,224)
#D6EBE5
(214,235,229)
#DEEEEA
(222,238,234)
#E6F1EF
(230,241,239)
#EEF4F4
(238,244,244)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D9C7 color. Also use rgb(166,217,199) instead hex code.

Text Font Color

.myTextColor { color: #A6D9C7; }

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

This text font color is #A6D9C7.


Background Color

.myBgColor { background-color: #A6D9C7; }

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

This div background color is #A6D9C7.


Border color

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

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

This div border color is #A6D9C7.


Opacity

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

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

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

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

This text has shadow with #A6D9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D9C7 on black background.


Color preview on white background

This text has color #A6D9C7 on white background.



Black color preview on #A6D9C7 background

This text has black color on #A6D9C7 background.


White color preview on #A6D9C7 background

This text has white color on #A6D9C7 background.