COLOR #A6C1E5

HEX: #A6C1E5 RGB: (166,193,229)

Color info

#A6C1E5 contains mainly green and blue colors. Web safe color of #A6C1E5 is #99CCCC (or #9CC).

RGB color model

#A6C1E5 color RGB value is (166,193,229).

RGB: (166,193,229) (65%, 76%, 90%)

RGB channels and saturation

R 166 of 255 = 65%
G 193 of 255 = 76%
B 229 of 255 = 90%

166
193
229

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

Portions of RGB colors in percentages

R + G + B = 166 + 193 + 229 = 588 (100%)
R 166 of 588 ~ 28.23%
G 193 of 588 ~ 32.82%
B 229 of 588 ~ 38.95'%

%28.23
%32.82
%38.95

CMYK color model

#A6C1E5 color CMYK value is (28,16,0,10).

  • cyan value is 27.51%
  • magenta value is 15.72%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (28,16,0,10)
C28M16Y0K10 (28%, 16%, 0%, 10%)
(0.28 / 0.16 / 0.00 / 0.10)

CMYK percentages

%27.51
%15.72
%0
%10.2

Codes

Color #A6C1E5 in popluar color models

A6 C1 E5
RGB 166 193 229
HSL 214° 54.78% 77.45%
HSB/HSV 214° 27.51% 89.80%
CMYK 27.51% 15.72% 0.00%
10.20%

Color #A6C1E5 in popluar number systems.

HEX A6 C1 E5
Decimal 166 193 229
Binary 10100110 11000001 11100101
Octal 246 301 345

Shades and tints

Shades of #A6C1E5

#A6C1E5
(166,193,229)
#97B0D1
(151,176,209)
#889FBD
(136,159,189)
#798EA9
(121,142,169)
#6A7D95
(106,125,149)
#5B6C81
(91,108,129)
#4C5B6D
(76,91,109)
#3D4A59
(61,74,89)
#2E3945
(46,57,69)
#1F2831
(31,40,49)
#10171D
(16,23,29)
#000000
(0,0,0)

Tints of #A6C1E5

#A6C1E5
(166,193,229)
#AEC6E7
(174,198,231)
#B6CBE9
(182,203,233)
#BED0EB
(190,208,235)
#C6D5ED
(198,213,237)
#CEDAEF
(206,218,239)
#D6DFF1
(214,223,241)
#DEE4F3
(222,228,243)
#E6E9F5
(230,233,245)
#EEEEF7
(238,238,247)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C1E5 color. Also use rgb(166,193,229) instead hex code.

Text Font Color

.myTextColor { color: #A6C1E5; }

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

This text font color is #A6C1E5.

Background Color

.myBgColor { background-color: #A6C1E5; }

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

This div background color is #A6C1E5.

Border color

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

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

This div border color is #A6C1E5.

Opacity

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

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

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

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

This text has shadow with #A6C1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C1E5.

Preview

Color preview on black background

This text has color #A6C1E5 on black background.


Color preview on white background

This text has color #A6C1E5 on white background.


Black color preview on #A6C1E5 background

This text has black color on #A6C1E5 background.


White color preview on #A6C1E5 background

This text has white color on #A6C1E5 background.


Related colors

Complementary color

Complementary color for #hex is #593E1A.


I love getcolorcode.com

Triadic colors

1 #E5A6C1 and #C1E5A6 with #A6C1E5 are triadic colors.

2 #E5C1A6 and #C1A6E5 with #A6C1E5 are triadic colors.