COLOR #A6C6D1

HEX: #A6C6D1
RGB: (166,198,209)

Color info

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

RGB color model

#A6C6D1 color RGB value is (166,198,209).

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

RGB channels and saturation

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

166
198
209

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

Portions of RGB colors in percentages

R + G + B =
166 + 198 + 209 = 573 (100%)
R 166 of 573 ~ 28.97%
G 198 of 573 ~ 34.55%
B 209 of 573 ~ 36.47%

%28.97
%34.55
%36.47

CMYK color model

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

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

CMYK percentages

%20.57
%5.26
%0
%18.04

Codes

Color #A6C6D1 in popluar color models

A6C6D1
RGB166198209
HSL195°31.85%73.53%
HSB/HSV195°20.57%81.96%
CMYK20.57%5.26%0.00%
18.04%

Color #A6C6D1 in popluar number systems.

HEXA6C6D1
Decimal166198209
Binary101001101100011011010001
Octal246306321

Shades and tints

Shades of #A6C6D1

#A6C6D1
(166,198,209)
#97B4BE
(151,180,190)
#88A2AB
(136,162,171)
#799098
(121,144,152)
#6A7E85
(106,126,133)
#5B6C72
(91,108,114)
#4C5A5F
(76,90,95)
#3D484C
(61,72,76)
#2E3639
(46,54,57)
#1F2426
(31,36,38)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #A6C6D1

#A6C6D1
(166,198,209)
#AECBD5
(174,203,213)
#B6D0D9
(182,208,217)
#BED5DD
(190,213,221)
#C6DAE1
(198,218,225)
#CEDFE5
(206,223,229)
#D6E4E9
(214,228,233)
#DEE9ED
(222,233,237)
#E6EEF1
(230,238,241)
#EEF3F5
(238,243,245)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C6D1; }

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

This text font color is #A6C6D1.


Background Color

.myBgColor { background-color: #A6C6D1; }

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

This div background color is #A6C6D1.


Border color

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

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

This div border color is #A6C6D1.


Opacity

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

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

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

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

This text has shadow with #A6C6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C6D1 on black background.


Color preview on white background

This text has color #A6C6D1 on white background.



Black color preview on #A6C6D1 background

This text has black color on #A6C6D1 background.


White color preview on #A6C6D1 background

This text has white color on #A6C6D1 background.