COLOR #A6C4CF

HEX: #A6C4CF
RGB: (166,196,207)

Color info

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

RGB color model

#A6C4CF color RGB value is (166,196,207).

  • red value is 166;
  • green value is 196;
  • blue value is 207.
RGB:
(166,196,207)
(65%,77%,81%)

RGB channels and saturation

R 166 of 255 = 65%
G 196 of 255 = 77%
B 207 of 255 = 81%

166
196
207

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

Portions of RGB colors in percentages

R + G + B =
166 + 196 + 207 = 569 (100%)
R 166 of 569 ~ 29.17%
G 196 of 569 ~ 34.45%
B 207 of 569 ~ 36.38%

%29.17
%34.45
%36.38

CMYK color model

#A6C4CF color CMYK value is (20,5,0,19).

  • cyan value is 19.81%
  • magenta value is 5.31%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(20,5,0,19)
C20M5Y0K19 
(20%,5%,0%,19%)
(0.20/0.05/0.00/0.19)	

CMYK percentages

%19.81
%5.31
%0
%18.82

Codes

Color #A6C4CF in popluar color models

A6C4CF
RGB166196207
HSL196°29.93%73.14%
HSB/HSV196°19.81%81.18%
CMYK19.81%5.31%0.00%
18.82%

Color #A6C4CF in popluar number systems.

HEXA6C4CF
Decimal166196207
Binary101001101100010011001111
Octal246304317

Shades and tints

Shades of #A6C4CF

#A6C4CF
(166,196,207)
#97B3BD
(151,179,189)
#88A2AB
(136,162,171)
#799199
(121,145,153)
#6A8087
(106,128,135)
#5B6F75
(91,111,117)
#4C5E63
(76,94,99)
#3D4D51
(61,77,81)
#2E3C3F
(46,60,63)
#1F2B2D
(31,43,45)
#101A1B
(16,26,27)
#000000
(0,0,0)

Tints of #A6C4CF

#A6C4CF
(166,196,207)
#AEC9D3
(174,201,211)
#B6CED7
(182,206,215)
#BED3DB
(190,211,219)
#C6D8DF
(198,216,223)
#CEDDE3
(206,221,227)
#D6E2E7
(214,226,231)
#DEE7EB
(222,231,235)
#E6ECEF
(230,236,239)
#EEF1F3
(238,241,243)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C4CF color. Also use rgb(166,196,207) instead hex code.

Text Font Color

.myTextColor { color: #A6C4CF; }

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

This text font color is #A6C4CF.


Background Color

.myBgColor { background-color: #A6C4CF; }

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

This div background color is #A6C4CF.


Border color

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

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

This div border color is #A6C4CF.


Opacity

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

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

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

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

This text has shadow with #A6C4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C4CF on black background.


Color preview on white background

This text has color #A6C4CF on white background.



Black color preview on #A6C4CF background

This text has black color on #A6C4CF background.


White color preview on #A6C4CF background

This text has white color on #A6C4CF background.