COLOR #A6C7CD

HEX: #A6C7CD
RGB: (166,199,205)

Color info

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

RGB color model

#A6C7CD color RGB value is (166,199,205).

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

RGB channels and saturation

R 166 of 255 = 65%
G 199 of 255 = 78%
B 205 of 255 = 80%

166
199
205

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

Portions of RGB colors in percentages

R + G + B =
166 + 199 + 205 = 570 (100%)
R 166 of 570 ~ 29.12%
G 199 of 570 ~ 34.91%
B 205 of 570 ~ 35.96%

%29.12
%34.91
%35.96

CMYK color model

#A6C7CD color CMYK value is (19,3,0,20).

  • cyan value is 19.02%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(19,3,0,20)
C19M3Y0K20 
(19%,3%,0%,20%)
(0.19/0.03/0.00/0.20)	

CMYK percentages

%19.02
%2.93
%0
%19.61

Codes

Color #A6C7CD in popluar color models

A6C7CD
RGB166199205
HSL189°28.06%72.75%
HSB/HSV189°19.02%80.39%
CMYK19.02%2.93%0.00%
19.61%

Color #A6C7CD in popluar number systems.

HEXA6C7CD
Decimal166199205
Binary101001101100011111001101
Octal246307315

Shades and tints

Shades of #A6C7CD

#A6C7CD
(166,199,205)
#97B5BB
(151,181,187)
#88A3A9
(136,163,169)
#799197
(121,145,151)
#6A7F85
(106,127,133)
#5B6D73
(91,109,115)
#4C5B61
(76,91,97)
#3D494F
(61,73,79)
#2E373D
(46,55,61)
#1F252B
(31,37,43)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #A6C7CD

#A6C7CD
(166,199,205)
#AECCD1
(174,204,209)
#B6D1D5
(182,209,213)
#BED6D9
(190,214,217)
#C6DBDD
(198,219,221)
#CEE0E1
(206,224,225)
#D6E5E5
(214,229,229)
#DEEAE9
(222,234,233)
#E6EFED
(230,239,237)
#EEF4F1
(238,244,241)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C7CD; }

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

This text font color is #A6C7CD.


Background Color

.myBgColor { background-color: #A6C7CD; }

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

This div background color is #A6C7CD.


Border color

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

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

This div border color is #A6C7CD.


Opacity

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

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

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

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

This text has shadow with #A6C7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C7CD on black background.


Color preview on white background

This text has color #A6C7CD on white background.



Black color preview on #A6C7CD background

This text has black color on #A6C7CD background.


White color preview on #A6C7CD background

This text has white color on #A6C7CD background.