COLOR #A6CFEC

HEX: #A6CFEC
RGB: (166,207,236)

Color info

#A6CFEC contains mainly green and blue colors. Web safe color of #A6CFEC is #99CCFF (or #9CF).

RGB color model

#A6CFEC color RGB value is (166,207,236).

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

RGB channels and saturation

R 166 of 255 = 65%
G 207 of 255 = 81%
B 236 of 255 = 93%

166
207
236

R + G + B ~ 80%. #A6CFEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 207 + 236 = 609 (100%)
R 166 of 609 ~ 27.26%
G 207 of 609 ~ 33.99%
B 236 of 609 ~ 38.75%

%27.26
%33.99
%38.75

CMYK color model

#A6CFEC color CMYK value is (30,12,0,7).

  • cyan value is 29.66%
  • magenta value is 12.29%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(30,12,0,7)
C30M12Y0K7 
(30%,12%,0%,7%)
(0.30/0.12/0.00/0.07)	

CMYK percentages

%29.66
%12.29
%0
%7.45

Codes

Color #A6CFEC in popluar color models

A6CFEC
RGB166207236
HSL205°64.81%78.82%
HSB/HSV205°29.66%92.55%
CMYK29.66%12.29%0.00%
7.45%

Color #A6CFEC in popluar number systems.

HEXA6CFEC
Decimal166207236
Binary101001101100111111101100
Octal246317354

Shades and tints

Shades of #A6CFEC

#A6CFEC
(166,207,236)
#97BDD7
(151,189,215)
#88ABC2
(136,171,194)
#7999AD
(121,153,173)
#6A8798
(106,135,152)
#5B7583
(91,117,131)
#4C636E
(76,99,110)
#3D5159
(61,81,89)
#2E3F44
(46,63,68)
#1F2D2F
(31,45,47)
#101B1A
(16,27,26)
#000000
(0,0,0)

Tints of #A6CFEC

#A6CFEC
(166,207,236)
#AED3ED
(174,211,237)
#B6D7EE
(182,215,238)
#BEDBEF
(190,219,239)
#C6DFF0
(198,223,240)
#CEE3F1
(206,227,241)
#D6E7F2
(214,231,242)
#DEEBF3
(222,235,243)
#E6EFF4
(230,239,244)
#EEF3F5
(238,243,245)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CFEC; }

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

This text font color is #A6CFEC.


Background Color

.myBgColor { background-color: #A6CFEC; }

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

This div background color is #A6CFEC.


Border color

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

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

This div border color is #A6CFEC.


Opacity

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

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

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

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

This text has shadow with #A6CFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CFEC on black background.


Color preview on white background

This text has color #A6CFEC on white background.



Black color preview on #A6CFEC background

This text has black color on #A6CFEC background.


White color preview on #A6CFEC background

This text has white color on #A6CFEC background.