COLOR #A6BAEE

HEX: #A6BAEE
RGB: (166,186,238)

Color info

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

RGB color model

#A6BAEE color RGB value is (166,186,238).

  • red value is 166;
  • green value is 186;
  • blue value is 238.
RGB:
(166,186,238)
(65%,73%,93%)

RGB channels and saturation

R 166 of 255 = 65%
G 186 of 255 = 73%
B 238 of 255 = 93%

166
186
238

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

Portions of RGB colors in percentages

R + G + B =
166 + 186 + 238 = 590 (100%)
R 166 of 590 ~ 28.14%
G 186 of 590 ~ 31.53%
B 238 of 590 ~ 40.34%

%28.14
%31.53
%40.34

CMYK color model

#A6BAEE color CMYK value is (30,22,0,7).

  • cyan value is 30.25%
  • magenta value is 21.85%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(30,22,0,7)
C30M22Y0K7 
(30%,22%,0%,7%)
(0.30/0.22/0.00/0.07)	

CMYK percentages

%30.25
%21.85
%0
%6.67

Codes

Color #A6BAEE in popluar color models

A6BAEE
RGB166186238
HSL223°67.92%79.22%
HSB/HSV223°30.25%93.33%
CMYK30.25%21.85%0.00%
6.67%

Color #A6BAEE in popluar number systems.

HEXA6BAEE
Decimal166186238
Binary101001101011101011101110
Octal246272356

Shades and tints

Shades of #A6BAEE

#A6BAEE
(166,186,238)
#97AAD9
(151,170,217)
#889AC4
(136,154,196)
#798AAF
(121,138,175)
#6A7A9A
(106,122,154)
#5B6A85
(91,106,133)
#4C5A70
(76,90,112)
#3D4A5B
(61,74,91)
#2E3A46
(46,58,70)
#1F2A31
(31,42,49)
#101A1C
(16,26,28)
#000000
(0,0,0)

Tints of #A6BAEE

#A6BAEE
(166,186,238)
#AEC0EF
(174,192,239)
#B6C6F0
(182,198,240)
#BECCF1
(190,204,241)
#C6D2F2
(198,210,242)
#CED8F3
(206,216,243)
#D6DEF4
(214,222,244)
#DEE4F5
(222,228,245)
#E6EAF6
(230,234,246)
#EEF0F7
(238,240,247)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BAEE; }

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

This text font color is #A6BAEE.


Background Color

.myBgColor { background-color: #A6BAEE; }

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

This div background color is #A6BAEE.


Border color

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

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

This div border color is #A6BAEE.


Opacity

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

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

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

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

This text has shadow with #A6BAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BAEE on black background.


Color preview on white background

This text has color #A6BAEE on white background.



Black color preview on #A6BAEE background

This text has black color on #A6BAEE background.


White color preview on #A6BAEE background

This text has white color on #A6BAEE background.