COLOR #A6B5E0

HEX: #A6B5E0 RGB: (166,181,224)

Color info

#A6B5E0 contains red, green and blue colors in about the same proportion. Web safe color of #A6B5E0 is #99CCCC (or #9CC).

RGB color model

#A6B5E0 color RGB value is (166,181,224).

RGB: (166,181,224) (65%, 71%, 88%)

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 224 of 255 = 88%

166
181
224

R + G + B ~ 75%. #A6B5E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 181 + 224 = 571 (100%)
R 166 of 571 ~ 29.07%
G 181 of 571 ~ 31.7%
B 224 of 571 ~ 39.23'%

%29.07
%31.7
%39.23

CMYK color model

#A6B5E0 color CMYK value is (26,19,0,12).

  • cyan value is 25.89%
  • magenta value is 19.20%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (26,19,0,12)
C26M19Y0K12 (26%, 19%, 0%, 12%)
(0.26 / 0.19 / 0.00 / 0.12)

CMYK percentages

%25.89
%19.2
%0
%12.16

Codes

Color #A6B5E0 in popluar color models

A6 B5 E0
RGB 166 181 224
HSL 224° 48.33% 76.47%
HSB/HSV 224° 25.89% 87.84%
CMYK 25.89% 19.20% 0.00%
12.16%

Color #A6B5E0 in popluar number systems.

HEX A6 B5 E0
Decimal 166 181 224
Binary 10100110 10110101 11100000
Octal 246 265 340

Shades and tints

Shades of #A6B5E0

#A6B5E0
(166,181,224)
#97A5CC
(151,165,204)
#8895B8
(136,149,184)
#7985A4
(121,133,164)
#6A7590
(106,117,144)
#5B657C
(91,101,124)
#4C5568
(76,85,104)
#3D4554
(61,69,84)
#2E3540
(46,53,64)
#1F252C
(31,37,44)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #A6B5E0

#A6B5E0
(166,181,224)
#AEBBE2
(174,187,226)
#B6C1E4
(182,193,228)
#BEC7E6
(190,199,230)
#C6CDE8
(198,205,232)
#CED3EA
(206,211,234)
#D6D9EC
(214,217,236)
#DEDFEE
(222,223,238)
#E6E5F0
(230,229,240)
#EEEBF2
(238,235,242)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B5E0 color. Also use rgb(166,181,224) instead hex code.

Text Font Color

.myTextColor { color: #A6B5E0; }

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

This text font color is #A6B5E0.

Background Color

.myBgColor { background-color: #A6B5E0; }

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

This div background color is #A6B5E0.

Border color

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

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

This div border color is #A6B5E0.

Opacity

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

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

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

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

This text has shadow with #A6B5E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B5E0.

Preview

Color preview on black background

This text has color #A6B5E0 on black background.


Color preview on white background

This text has color #A6B5E0 on white background.


Black color preview on #A6B5E0 background

This text has black color on #A6B5E0 background.


White color preview on #A6B5E0 background

This text has white color on #A6B5E0 background.


Related colors

Complementary color

Complementary color for #hex is #594A1F.


I love getcolorcode.com

Triadic colors

1 #E0A6B5 and #B5E0A6 with #A6B5E0 are triadic colors.

2 #E0B5A6 and #B5A6E0 with #A6B5E0 are triadic colors.