COLOR #A8BAEC

HEX: #A8BAEC
RGB: (168,186,236)

Color info

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

RGB color model

#A8BAEC color RGB value is (168,186,236).

  • red value is 168;
  • green value is 186;
  • blue value is 236.
RGB:
(168,186,236)
(66%,73%,93%)

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 236 of 255 = 93%

168
186
236

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

Portions of RGB colors in percentages

R + G + B =
168 + 186 + 236 = 590 (100%)
R 168 of 590 ~ 28.47%
G 186 of 590 ~ 31.53%
B 236 of 590 ~ 40%

%28.47
%31.53
%40

CMYK color model

#A8BAEC color CMYK value is (29,21,0,7).

  • cyan value is 28.81%
  • magenta value is 21.19%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(29,21,0,7)
C29M21Y0K7 
(29%,21%,0%,7%)
(0.29/0.21/0.00/0.07)	

CMYK percentages

%28.81
%21.19
%0
%7.45

Codes

Color #A8BAEC in popluar color models

A8BAEC
RGB168186236
HSL224°64.15%79.22%
HSB/HSV224°28.81%92.55%
CMYK28.81%21.19%0.00%
7.45%

Color #A8BAEC in popluar number systems.

HEXA8BAEC
Decimal168186236
Binary101010001011101011101100
Octal250272354

Shades and tints

Shades of #A8BAEC

#A8BAEC
(168,186,236)
#99AAD7
(153,170,215)
#8A9AC2
(138,154,194)
#7B8AAD
(123,138,173)
#6C7A98
(108,122,152)
#5D6A83
(93,106,131)
#4E5A6E
(78,90,110)
#3F4A59
(63,74,89)
#303A44
(48,58,68)
#212A2F
(33,42,47)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #A8BAEC

#A8BAEC
(168,186,236)
#AFC0ED
(175,192,237)
#B6C6EE
(182,198,238)
#BDCCEF
(189,204,239)
#C4D2F0
(196,210,240)
#CBD8F1
(203,216,241)
#D2DEF2
(210,222,242)
#D9E4F3
(217,228,243)
#E0EAF4
(224,234,244)
#E7F0F5
(231,240,245)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BAEC color. Also use rgb(168,186,236) instead hex code.

Text Font Color

.myTextColor { color: #A8BAEC; }

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

This text font color is #A8BAEC.


Background Color

.myBgColor { background-color: #A8BAEC; }

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

This div background color is #A8BAEC.


Border color

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

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

This div border color is #A8BAEC.


Opacity

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

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

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

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

This text has shadow with #A8BAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BAEC on black background.


Color preview on white background

This text has color #A8BAEC on white background.



Black color preview on #A8BAEC background

This text has black color on #A8BAEC background.


White color preview on #A8BAEC background

This text has white color on #A8BAEC background.