COLOR #A8BAEB

HEX: #A8BAEB RGB: (168,186,235)

Color info

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

RGB color model

#A8BAEB color RGB value is (168,186,235).

RGB: (168,186,235) (66%, 73%, 92%)

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 235 of 255 = 92%

168
186
235

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

Portions of RGB colors in percentages

R + G + B = 168 + 186 + 235 = 589 (100%)
R 168 of 589 ~ 28.52%
G 186 of 589 ~ 31.58%
B 235 of 589 ~ 39.9'%

%28.52
%31.58
%39.9

CMYK color model

#A8BAEB color CMYK value is (29,21,0,8).

  • cyan value is 28.51%
  • magenta value is 20.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (29,21,0,8) C29M21Y0K8 (29%,21%,0%,8%) (0.29/0.21/0.00/0.08) 

CMYK percentages

%28.51
%20.85
%0
%7.84

Codes

Color #A8BAEB in popluar color models

A8 BA EB
RGB 168 186 235
HSL 224° 62.62% 79.02%
HSB/HSV 224° 28.51% 92.16%
CMYK 28.51% 20.85% 0.00%
7.84%

Color #A8BAEB in popluar number systems.

HEX A8 BA EB
Decimal 168 186 235
Binary 10101000 10111010 11101011
Octal 250 272 353

Shades and tints

Shades of #A8BAEB

#A8BAEB
(168,186,235)
#99AAD6
(153,170,214)
#8A9AC1
(138,154,193)
#7B8AAC
(123,138,172)
#6C7A97
(108,122,151)
#5D6A82
(93,106,130)
#4E5A6D
(78,90,109)
#3F4A58
(63,74,88)
#303A43
(48,58,67)
#212A2E
(33,42,46)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #A8BAEB

#A8BAEB
(168,186,235)
#AFC0EC
(175,192,236)
#B6C6ED
(182,198,237)
#BDCCEE
(189,204,238)
#C4D2EF
(196,210,239)
#CBD8F0
(203,216,240)
#D2DEF1
(210,222,241)
#D9E4F2
(217,228,242)
#E0EAF3
(224,234,243)
#E7F0F4
(231,240,244)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BAEB; }

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

This text font color is #A8BAEB.

Background Color

.myBgColor { background-color: #A8BAEB; }

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

This div background color is #A8BAEB.

Border color

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

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

This div border color is #A8BAEB.

Opacity

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

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

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

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

This text has shadow with #A8BAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BAEB.

Preview

Color preview on black background

This text has color #A8BAEB on black background.


Color preview on white background

This text has color #A8BAEB on white background.


Black color preview on #A8BAEB background

This text has black color on #A8BAEB background.


White color preview on #A8BAEB background

This text has white color on #A8BAEB background.


Related colors

Complementary color

Complementary color for #hex is #574514.


I love getcolorcode.com

Triadic colors

1 #EBA8BA and #BAEBA8 with #A8BAEB are triadic colors.

2 #EBBAA8 and #BAA8EB with #A8BAEB are triadic colors.