COLOR #A6CFE9

HEX: #A6CFE9
RGB: (166,207,233)

Color info

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

RGB color model

#A6CFE9 color RGB value is (166,207,233).

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

RGB channels and saturation

R 166 of 255 = 65%
G 207 of 255 = 81%
B 233 of 255 = 91%

166
207
233

R + G + B ~ 79%. #A6CFE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 207 + 233 = 606 (100%)
R 166 of 606 ~ 27.39%
G 207 of 606 ~ 34.16%
B 233 of 606 ~ 38.45%

%27.39
%34.16
%38.45

CMYK color model

#A6CFE9 color CMYK value is (29,11,0,9).

  • cyan value is 28.76%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(29,11,0,9)
C29M11Y0K9 
(29%,11%,0%,9%)
(0.29/0.11/0.00/0.09)	

CMYK percentages

%28.76
%11.16
%0
%8.63

Codes

Color #A6CFE9 in popluar color models

A6CFE9
RGB166207233
HSL203°60.36%78.24%
HSB/HSV203°28.76%91.37%
CMYK28.76%11.16%0.00%
8.63%

Color #A6CFE9 in popluar number systems.

HEXA6CFE9
Decimal166207233
Binary101001101100111111101001
Octal246317351

Shades and tints

Shades of #A6CFE9

#A6CFE9
(166,207,233)
#97BDD4
(151,189,212)
#88ABBF
(136,171,191)
#7999AA
(121,153,170)
#6A8795
(106,135,149)
#5B7580
(91,117,128)
#4C636B
(76,99,107)
#3D5156
(61,81,86)
#2E3F41
(46,63,65)
#1F2D2C
(31,45,44)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #A6CFE9

#A6CFE9
(166,207,233)
#AED3EB
(174,211,235)
#B6D7ED
(182,215,237)
#BEDBEF
(190,219,239)
#C6DFF1
(198,223,241)
#CEE3F3
(206,227,243)
#D6E7F5
(214,231,245)
#DEEBF7
(222,235,247)
#E6EFF9
(230,239,249)
#EEF3FB
(238,243,251)
#F6F7FD
(246,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CFE9; }

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

This text font color is #A6CFE9.


Background Color

.myBgColor { background-color: #A6CFE9; }

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

This div background color is #A6CFE9.


Border color

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

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

This div border color is #A6CFE9.


Opacity

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

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

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

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

This text has shadow with #A6CFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CFE9 on black background.


Color preview on white background

This text has color #A6CFE9 on white background.



Black color preview on #A6CFE9 background

This text has black color on #A6CFE9 background.


White color preview on #A6CFE9 background

This text has white color on #A6CFE9 background.