COLOR #A6C7CC

HEX: #A6C7CC
RGB: (166,199,204)

Color info

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

RGB color model

#A6C7CC color RGB value is (166,199,204).

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

RGB channels and saturation

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

166
199
204

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

Portions of RGB colors in percentages

R + G + B =
166 + 199 + 204 = 569 (100%)
R 166 of 569 ~ 29.17%
G 199 of 569 ~ 34.97%
B 204 of 569 ~ 35.85%

%29.17
%34.97
%35.85

CMYK color model

#A6C7CC color CMYK value is (19,2,0,20).

  • cyan value is 18.63%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(19,2,0,20)
C19M2Y0K20 
(19%,2%,0%,20%)
(0.19/0.02/0.00/0.20)	

CMYK percentages

%18.63
%2.45
%0
%20

Codes

Color #A6C7CC in popluar color models

A6C7CC
RGB166199204
HSL188°27.14%72.55%
HSB/HSV188°18.63%80.00%
CMYK18.63%2.45%0.00%
20.00%

Color #A6C7CC in popluar number systems.

HEXA6C7CC
Decimal166199204
Binary101001101100011111001100
Octal246307314

Shades and tints

Shades of #A6C7CC

#A6C7CC
(166,199,204)
#97B5BA
(151,181,186)
#88A3A8
(136,163,168)
#799196
(121,145,150)
#6A7F84
(106,127,132)
#5B6D72
(91,109,114)
#4C5B60
(76,91,96)
#3D494E
(61,73,78)
#2E373C
(46,55,60)
#1F252A
(31,37,42)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #A6C7CC

#A6C7CC
(166,199,204)
#AECCD0
(174,204,208)
#B6D1D4
(182,209,212)
#BED6D8
(190,214,216)
#C6DBDC
(198,219,220)
#CEE0E0
(206,224,224)
#D6E5E4
(214,229,228)
#DEEAE8
(222,234,232)
#E6EFEC
(230,239,236)
#EEF4F0
(238,244,240)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C7CC; }

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

This text font color is #A6C7CC.


Background Color

.myBgColor { background-color: #A6C7CC; }

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

This div background color is #A6C7CC.


Border color

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

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

This div border color is #A6C7CC.


Opacity

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

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

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

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

This text has shadow with #A6C7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C7CC on black background.


Color preview on white background

This text has color #A6C7CC on white background.



Black color preview on #A6C7CC background

This text has black color on #A6C7CC background.


White color preview on #A6C7CC background

This text has white color on #A6C7CC background.