COLOR #A6B8EE

HEX: #A6B8EE
RGB: (166,184,238)

Color info

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

RGB color model

#A6B8EE color RGB value is (166,184,238).

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

RGB channels and saturation

R 166 of 255 = 65%
G 184 of 255 = 72%
B 238 of 255 = 93%

166
184
238

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

Portions of RGB colors in percentages

R + G + B =
166 + 184 + 238 = 588 (100%)
R 166 of 588 ~ 28.23%
G 184 of 588 ~ 31.29%
B 238 of 588 ~ 40.48%

%28.23
%31.29
%40.48

CMYK color model

#A6B8EE color CMYK value is (30,23,0,7).

  • cyan value is 30.25%
  • magenta value is 22.69%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(30,23,0,7)
C30M23Y0K7 
(30%,23%,0%,7%)
(0.30/0.23/0.00/0.07)	

CMYK percentages

%30.25
%22.69
%0
%6.67

Codes

Color #A6B8EE in popluar color models

A6B8EE
RGB166184238
HSL225°67.92%79.22%
HSB/HSV225°30.25%93.33%
CMYK30.25%22.69%0.00%
6.67%

Color #A6B8EE in popluar number systems.

HEXA6B8EE
Decimal166184238
Binary101001101011100011101110
Octal246270356

Shades and tints

Shades of #A6B8EE

#A6B8EE
(166,184,238)
#97A8D9
(151,168,217)
#8898C4
(136,152,196)
#7988AF
(121,136,175)
#6A789A
(106,120,154)
#5B6885
(91,104,133)
#4C5870
(76,88,112)
#3D485B
(61,72,91)
#2E3846
(46,56,70)
#1F2831
(31,40,49)
#10181C
(16,24,28)
#000000
(0,0,0)

Tints of #A6B8EE

#A6B8EE
(166,184,238)
#AEBEEF
(174,190,239)
#B6C4F0
(182,196,240)
#BECAF1
(190,202,241)
#C6D0F2
(198,208,242)
#CED6F3
(206,214,243)
#D6DCF4
(214,220,244)
#DEE2F5
(222,226,245)
#E6E8F6
(230,232,246)
#EEEEF7
(238,238,247)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B8EE; }

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

This text font color is #A6B8EE.


Background Color

.myBgColor { background-color: #A6B8EE; }

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

This div background color is #A6B8EE.


Border color

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

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

This div border color is #A6B8EE.


Opacity

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

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

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

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

This text has shadow with #A6B8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B8EE on black background.


Color preview on white background

This text has color #A6B8EE on white background.



Black color preview on #A6B8EE background

This text has black color on #A6B8EE background.


White color preview on #A6B8EE background

This text has white color on #A6B8EE background.