COLOR #A6ABE6

HEX: #A6ABE6 RGB: (166,171,230)

Color info

#A6ABE6 contains mainly green and blue colors. Web safe color of #A6ABE6 is #9999CC (or #99C).

RGB color model

#A6ABE6 color RGB value is (166,171,230).

RGB: (166,171,230) (65%, 67%, 90%)

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 230 of 255 = 90%

166
171
230

R + G + B ~ 74%. #A6ABE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 171 + 230 = 567 (100%)
R 166 of 567 ~ 29.28%
G 171 of 567 ~ 30.16%
B 230 of 567 ~ 40.56'%

%29.28
%30.16
%40.56

CMYK color model

#A6ABE6 color CMYK value is (28,26,0,10).

  • cyan value is 27.83%
  • magenta value is 25.65%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (28,26,0,10)
C28M26Y0K10 (28%, 26%, 0%, 10%)
(0.28 / 0.26 / 0.00 / 0.10)

CMYK percentages

%27.83
%25.65
%0
%9.8

Codes

Color #A6ABE6 in popluar color models

A6 AB E6
RGB 166 171 230
HSL 235° 56.14% 77.65%
HSB/HSV 235° 27.83% 90.20%
CMYK 27.83% 25.65% 0.00%
9.80%

Color #A6ABE6 in popluar number systems.

HEX A6 AB E6
Decimal 166 171 230
Binary 10100110 10101011 11100110
Octal 246 253 346

Shades and tints

Shades of #A6ABE6

#A6ABE6
(166,171,230)
#979CD2
(151,156,210)
#888DBE
(136,141,190)
#797EAA
(121,126,170)
#6A6F96
(106,111,150)
#5B6082
(91,96,130)
#4C516E
(76,81,110)
#3D425A
(61,66,90)
#2E3346
(46,51,70)
#1F2432
(31,36,50)
#10151E
(16,21,30)
#000000
(0,0,0)

Tints of #A6ABE6

#A6ABE6
(166,171,230)
#AEB2E8
(174,178,232)
#B6B9EA
(182,185,234)
#BEC0EC
(190,192,236)
#C6C7EE
(198,199,238)
#CECEF0
(206,206,240)
#D6D5F2
(214,213,242)
#DEDCF4
(222,220,244)
#E6E3F6
(230,227,246)
#EEEAF8
(238,234,248)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6ABE6 color. Also use rgb(166,171,230) instead hex code.

Text Font Color

.myTextColor { color: #A6ABE6; }

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

This text font color is #A6ABE6.

Background Color

.myBgColor { background-color: #A6ABE6; }

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

This div background color is #A6ABE6.

Border color

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

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

This div border color is #A6ABE6.

Opacity

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

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

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

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

This text has shadow with #A6ABE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6ABE6.

Preview

Color preview on black background

This text has color #A6ABE6 on black background.


Color preview on white background

This text has color #A6ABE6 on white background.


Black color preview on #A6ABE6 background

This text has black color on #A6ABE6 background.


White color preview on #A6ABE6 background

This text has white color on #A6ABE6 background.


Related colors

Complementary color

Complementary color for #hex is #595419.


I love getcolorcode.com

Triadic colors

1 #E6A6AB and #ABE6A6 with #A6ABE6 are triadic colors.

2 #E6ABA6 and #ABA6E6 with #A6ABE6 are triadic colors.