COLOR #A6C3EC

HEX: #A6C3EC RGB: (166,195,236)

Color info

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

RGB color model

#A6C3EC color RGB value is (166,195,236).

RGB: (166,195,236) (65%, 76%, 93%)

RGB channels and saturation

R 166 of 255 = 65%
G 195 of 255 = 76%
B 236 of 255 = 93%

166
195
236

R + G + B ~ 78%. #A6C3EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 195 + 236 = 597 (100%)
R 166 of 597 ~ 27.81%
G 195 of 597 ~ 32.66%
B 236 of 597 ~ 39.53'%

%27.81
%32.66
%39.53

CMYK color model

#A6C3EC color CMYK value is (30,17,0,7).

  • cyan value is 29.66%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (30,17,0,7)
C30M17Y0K7 (30%, 17%, 0%, 7%)
(0.30 / 0.17 / 0.00 / 0.07)

CMYK percentages

%29.66
%17.37
%0
%7.45

Codes

Color #A6C3EC in popluar color models

A6 C3 EC
RGB 166 195 236
HSL 215° 64.81% 78.82%
HSB/HSV 215° 29.66% 92.55%
CMYK 29.66% 17.37% 0.00%
7.45%

Color #A6C3EC in popluar number systems.

HEX A6 C3 EC
Decimal 166 195 236
Binary 10100110 11000011 11101100
Octal 246 303 354

Shades and tints

Shades of #A6C3EC

#A6C3EC
(166,195,236)
#97B2D7
(151,178,215)
#88A1C2
(136,161,194)
#7990AD
(121,144,173)
#6A7F98
(106,127,152)
#5B6E83
(91,110,131)
#4C5D6E
(76,93,110)
#3D4C59
(61,76,89)
#2E3B44
(46,59,68)
#1F2A2F
(31,42,47)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #A6C3EC

#A6C3EC
(166,195,236)
#AEC8ED
(174,200,237)
#B6CDEE
(182,205,238)
#BED2EF
(190,210,239)
#C6D7F0
(198,215,240)
#CEDCF1
(206,220,241)
#D6E1F2
(214,225,242)
#DEE6F3
(222,230,243)
#E6EBF4
(230,235,244)
#EEF0F5
(238,240,245)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C3EC; }

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

This text font color is #A6C3EC.

Background Color

.myBgColor { background-color: #A6C3EC; }

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

This div background color is #A6C3EC.

Border color

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

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

This div border color is #A6C3EC.

Opacity

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

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

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

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

This text has shadow with #A6C3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C3EC.

Preview

Color preview on black background

This text has color #A6C3EC on black background.


Color preview on white background

This text has color #A6C3EC on white background.


Black color preview on #A6C3EC background

This text has black color on #A6C3EC background.


White color preview on #A6C3EC background

This text has white color on #A6C3EC background.


Related colors

Complementary color

Complementary color for #hex is #593C13.


I love getcolorcode.com

Triadic colors

1 #ECA6C3 and #C3ECA6 with #A6C3EC are triadic colors.

2 #ECC3A6 and #C3A6EC with #A6C3EC are triadic colors.