COLOR #A6BAF2

HEX: #A6BAF2 RGB: (166,186,242)

Color info

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

RGB color model

#A6BAF2 color RGB value is (166,186,242).

RGB: (166,186,242) (65%, 73%, 95%)

RGB channels and saturation

R 166 of 255 = 65%
G 186 of 255 = 73%
B 242 of 255 = 95%

166
186
242

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

Portions of RGB colors in percentages

R + G + B = 166 + 186 + 242 = 594 (100%)
R 166 of 594 ~ 27.95%
G 186 of 594 ~ 31.31%
B 242 of 594 ~ 40.74'%

%27.95
%31.31
%40.74

CMYK color model

#A6BAF2 color CMYK value is (31,23,0,5).

  • cyan value is 31.40%
  • magenta value is 23.14%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (31,23,0,5)
C31M23Y0K5 (31%, 23%, 0%, 5%)
(0.31 / 0.23 / 0.00 / 0.05)

CMYK percentages

%31.4
%23.14
%0
%5.1

Codes

Color #A6BAF2 in popluar color models

A6 BA F2
RGB 166 186 242
HSL 224° 74.51% 80.00%
HSB/HSV 224° 31.40% 94.90%
CMYK 31.40% 23.14% 0.00%
5.10%

Color #A6BAF2 in popluar number systems.

HEX A6 BA F2
Decimal 166 186 242
Binary 10100110 10111010 11110010
Octal 246 272 362

Shades and tints

Shades of #A6BAF2

#A6BAF2
(166,186,242)
#97AADC
(151,170,220)
#889AC6
(136,154,198)
#798AB0
(121,138,176)
#6A7A9A
(106,122,154)
#5B6A84
(91,106,132)
#4C5A6E
(76,90,110)
#3D4A58
(61,74,88)
#2E3A42
(46,58,66)
#1F2A2C
(31,42,44)
#101A16
(16,26,22)
#000000
(0,0,0)

Tints of #A6BAF2

#A6BAF2
(166,186,242)
#AEC0F3
(174,192,243)
#B6C6F4
(182,198,244)
#BECCF5
(190,204,245)
#C6D2F6
(198,210,246)
#CED8F7
(206,216,247)
#D6DEF8
(214,222,248)
#DEE4F9
(222,228,249)
#E6EAFA
(230,234,250)
#EEF0FB
(238,240,251)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BAF2 color. Also use rgb(166,186,242) instead hex code.

Text Font Color

.myTextColor { color: #A6BAF2; }

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

This text font color is #A6BAF2.

Background Color

.myBgColor { background-color: #A6BAF2; }

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

This div background color is #A6BAF2.

Border color

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

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

This div border color is #A6BAF2.

Opacity

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

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

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

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

This text has shadow with #A6BAF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BAF2.

Preview

Color preview on black background

This text has color #A6BAF2 on black background.


Color preview on white background

This text has color #A6BAF2 on white background.


Black color preview on #A6BAF2 background

This text has black color on #A6BAF2 background.


White color preview on #A6BAF2 background

This text has white color on #A6BAF2 background.


Related colors

Complementary color

Complementary color for #hex is #59450D.


I love getcolorcode.com

Triadic colors

1 #F2A6BA and #BAF2A6 with #A6BAF2 are triadic colors.

2 #F2BAA6 and #BAA6F2 with #A6BAF2 are triadic colors.