COLOR #A6D1C2

HEX: #A6D1C2
RGB: (166,209,194)

Color info

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

RGB color model

#A6D1C2 color RGB value is (166,209,194).

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

RGB channels and saturation

R 166 of 255 = 65%
G 209 of 255 = 82%
B 194 of 255 = 76%

166
209
194

R + G + B ~ 74%. #A6D1C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 209 + 194 = 569 (100%)
R 166 of 569 ~ 29.17%
G 209 of 569 ~ 36.73%
B 194 of 569 ~ 34.09%

%29.17
%36.73
%34.09

CMYK color model

#A6D1C2 color CMYK value is (21,0,7,18).

  • cyan value is 20.57%
  • magenta value is 0.00%
  • yellow value is 7.18%
  • key color value is 18.04%
CMYK:
(21,0,7,18)
C21M0Y7K18 
(21%,0%,7%,18%)
(0.21/0.00/0.07/0.18)	

CMYK percentages

%20.57
%0
%7.18
%18.04

Codes

Color #A6D1C2 in popluar color models

A6D1C2
RGB166209194
HSL159°31.85%73.53%
HSB/HSV159°20.57%81.96%
CMYK20.57%0.00%7.18%
18.04%

Color #A6D1C2 in popluar number systems.

HEXA6D1C2
Decimal166209194
Binary101001101101000111000010
Octal246321302

Shades and tints

Shades of #A6D1C2

#A6D1C2
(166,209,194)
#97BEB1
(151,190,177)
#88ABA0
(136,171,160)
#79988F
(121,152,143)
#6A857E
(106,133,126)
#5B726D
(91,114,109)
#4C5F5C
(76,95,92)
#3D4C4B
(61,76,75)
#2E393A
(46,57,58)
#1F2629
(31,38,41)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #A6D1C2

#A6D1C2
(166,209,194)
#AED5C7
(174,213,199)
#B6D9CC
(182,217,204)
#BEDDD1
(190,221,209)
#C6E1D6
(198,225,214)
#CEE5DB
(206,229,219)
#D6E9E0
(214,233,224)
#DEEDE5
(222,237,229)
#E6F1EA
(230,241,234)
#EEF5EF
(238,245,239)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D1C2; }

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

This text font color is #A6D1C2.


Background Color

.myBgColor { background-color: #A6D1C2; }

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

This div background color is #A6D1C2.


Border color

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

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

This div border color is #A6D1C2.


Opacity

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

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

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

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

This text has shadow with #A6D1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D1C2 on black background.


Color preview on white background

This text has color #A6D1C2 on white background.



Black color preview on #A6D1C2 background

This text has black color on #A6D1C2 background.


White color preview on #A6D1C2 background

This text has white color on #A6D1C2 background.