COLOR #A6D1C7

HEX: #A6D1C7
RGB: (166,209,199)

Color info

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

RGB color model

#A6D1C7 color RGB value is (166,209,199).

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

RGB channels and saturation

R 166 of 255 = 65%
G 209 of 255 = 82%
B 199 of 255 = 78%

166
209
199

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

Portions of RGB colors in percentages

R + G + B =
166 + 209 + 199 = 574 (100%)
R 166 of 574 ~ 28.92%
G 209 of 574 ~ 36.41%
B 199 of 574 ~ 34.67%

%28.92
%36.41
%34.67

CMYK color model

#A6D1C7 color CMYK value is (21,0,5,18).

  • cyan value is 20.57%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 18.04%
CMYK:
(21,0,5,18)
C21M0Y5K18 
(21%,0%,5%,18%)
(0.21/0.00/0.05/0.18)	

CMYK percentages

%20.57
%0
%4.78
%18.04

Codes

Color #A6D1C7 in popluar color models

A6D1C7
RGB166209199
HSL166°31.85%73.53%
HSB/HSV166°20.57%81.96%
CMYK20.57%0.00%4.78%
18.04%

Color #A6D1C7 in popluar number systems.

HEXA6D1C7
Decimal166209199
Binary101001101101000111000111
Octal246321307

Shades and tints

Shades of #A6D1C7

#A6D1C7
(166,209,199)
#97BEB5
(151,190,181)
#88ABA3
(136,171,163)
#799891
(121,152,145)
#6A857F
(106,133,127)
#5B726D
(91,114,109)
#4C5F5B
(76,95,91)
#3D4C49
(61,76,73)
#2E3937
(46,57,55)
#1F2625
(31,38,37)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #A6D1C7

#A6D1C7
(166,209,199)
#AED5CC
(174,213,204)
#B6D9D1
(182,217,209)
#BEDDD6
(190,221,214)
#C6E1DB
(198,225,219)
#CEE5E0
(206,229,224)
#D6E9E5
(214,233,229)
#DEEDEA
(222,237,234)
#E6F1EF
(230,241,239)
#EEF5F4
(238,245,244)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D1C7; }

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

This text font color is #A6D1C7.


Background Color

.myBgColor { background-color: #A6D1C7; }

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

This div background color is #A6D1C7.


Border color

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

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

This div border color is #A6D1C7.


Opacity

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

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

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

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

This text has shadow with #A6D1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D1C7 on black background.


Color preview on white background

This text has color #A6D1C7 on white background.



Black color preview on #A6D1C7 background

This text has black color on #A6D1C7 background.


White color preview on #A6D1C7 background

This text has white color on #A6D1C7 background.