COLOR #A6CFDA

HEX: #A6CFDA
RGB: (166,207,218)

Color info

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

RGB color model

#A6CFDA color RGB value is (166,207,218).

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

RGB channels and saturation

R 166 of 255 = 65%
G 207 of 255 = 81%
B 218 of 255 = 85%

166
207
218

R + G + B ~ 77%. #A6CFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 207 + 218 = 591 (100%)
R 166 of 591 ~ 28.09%
G 207 of 591 ~ 35.03%
B 218 of 591 ~ 36.89%

%28.09
%35.03
%36.89

CMYK color model

#A6CFDA color CMYK value is (24,5,0,15).

  • cyan value is 23.85%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,5,0,15)
C24M5Y0K15 
(24%,5%,0%,15%)
(0.24/0.05/0.00/0.15)	

CMYK percentages

%23.85
%5.05
%0
%14.51

Codes

Color #A6CFDA in popluar color models

A6CFDA
RGB166207218
HSL193°41.27%75.29%
HSB/HSV193°23.85%85.49%
CMYK23.85%5.05%0.00%
14.51%

Color #A6CFDA in popluar number systems.

HEXA6CFDA
Decimal166207218
Binary101001101100111111011010
Octal246317332

Shades and tints

Shades of #A6CFDA

#A6CFDA
(166,207,218)
#97BDC7
(151,189,199)
#88ABB4
(136,171,180)
#7999A1
(121,153,161)
#6A878E
(106,135,142)
#5B757B
(91,117,123)
#4C6368
(76,99,104)
#3D5155
(61,81,85)
#2E3F42
(46,63,66)
#1F2D2F
(31,45,47)
#101B1C
(16,27,28)
#000000
(0,0,0)

Tints of #A6CFDA

#A6CFDA
(166,207,218)
#AED3DD
(174,211,221)
#B6D7E0
(182,215,224)
#BEDBE3
(190,219,227)
#C6DFE6
(198,223,230)
#CEE3E9
(206,227,233)
#D6E7EC
(214,231,236)
#DEEBEF
(222,235,239)
#E6EFF2
(230,239,242)
#EEF3F5
(238,243,245)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CFDA; }

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

This text font color is #A6CFDA.


Background Color

.myBgColor { background-color: #A6CFDA; }

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

This div background color is #A6CFDA.


Border color

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

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

This div border color is #A6CFDA.


Opacity

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

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

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

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

This text has shadow with #A6CFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CFDA on black background.


Color preview on white background

This text has color #A6CFDA on white background.



Black color preview on #A6CFDA background

This text has black color on #A6CFDA background.


White color preview on #A6CFDA background

This text has white color on #A6CFDA background.