COLOR #A6CEF5

HEX: #A6CEF5 RGB: (166,206,245)

Color info

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

RGB color model

#A6CEF5 color RGB value is (166,206,245).

RGB: (166,206,245) (65%, 81%, 96%)

RGB channels and saturation

R 166 of 255 = 65%
G 206 of 255 = 81%
B 245 of 255 = 96%

166
206
245

R + G + B ~ 81%. #A6CEF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 206 + 245 = 617 (100%)
R 166 of 617 ~ 26.9%
G 206 of 617 ~ 33.39%
B 245 of 617 ~ 39.71'%

%26.9
%33.39
%39.71

CMYK color model

#A6CEF5 color CMYK value is (32,16,0,4).

  • cyan value is 32.24%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (32,16,0,4)
C32M16Y0K4 (32%, 16%, 0%, 4%)
(0.32 / 0.16 / 0.00 / 0.04)

CMYK percentages

%32.24
%15.92
%0
%3.92

Codes

Color #A6CEF5 in popluar color models

A6 CE F5
RGB 166 206 245
HSL 210° 79.80% 80.59%
HSB/HSV 210° 32.24% 96.08%
CMYK 32.24% 15.92% 0.00%
3.92%

Color #A6CEF5 in popluar number systems.

HEX A6 CE F5
Decimal 166 206 245
Binary 10100110 11001110 11110101
Octal 246 316 365

Shades and tints

Shades of #A6CEF5

#A6CEF5
(166,206,245)
#97BCDF
(151,188,223)
#88AAC9
(136,170,201)
#7998B3
(121,152,179)
#6A869D
(106,134,157)
#5B7487
(91,116,135)
#4C6271
(76,98,113)
#3D505B
(61,80,91)
#2E3E45
(46,62,69)
#1F2C2F
(31,44,47)
#101A19
(16,26,25)
#000000
(0,0,0)

Tints of #A6CEF5

#A6CEF5
(166,206,245)
#AED2F5
(174,210,245)
#B6D6F5
(182,214,245)
#BEDAF5
(190,218,245)
#C6DEF5
(198,222,245)
#CEE2F5
(206,226,245)
#D6E6F5
(214,230,245)
#DEEAF5
(222,234,245)
#E6EEF5
(230,238,245)
#EEF2F5
(238,242,245)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CEF5 color. Also use rgb(166,206,245) instead hex code.

Text Font Color

.myTextColor { color: #A6CEF5; }

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

This text font color is #A6CEF5.

Background Color

.myBgColor { background-color: #A6CEF5; }

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

This div background color is #A6CEF5.

Border color

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

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

This div border color is #A6CEF5.

Opacity

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

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

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

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

This text has shadow with #A6CEF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CEF5.

Preview

Color preview on black background

This text has color #A6CEF5 on black background.


Color preview on white background

This text has color #A6CEF5 on white background.


Black color preview on #A6CEF5 background

This text has black color on #A6CEF5 background.


White color preview on #A6CEF5 background

This text has white color on #A6CEF5 background.


Related colors

Complementary color

Complementary color for #hex is #59310A.


I love getcolorcode.com

Triadic colors

1 #F5A6CE and #CEF5A6 with #A6CEF5 are triadic colors.

2 #F5CEA6 and #CEA6F5 with #A6CEF5 are triadic colors.