COLOR #A8B0E6

HEX: #A8B0E6 RGB: (168,176,230)

Color info

#A8B0E6 contains mainly green and blue colors. Web safe color of #A8B0E6 is #9999CC (or #99C).

RGB color model

#A8B0E6 color RGB value is (168,176,230).

RGB: (168,176,230) (66%, 69%, 90%)

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 230 of 255 = 90%

168
176
230

R + G + B ~ 75%. #A8B0E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 176 + 230 = 574 (100%)
R 168 of 574 ~ 29.27%
G 176 of 574 ~ 30.66%
B 230 of 574 ~ 40.07'%

%29.27
%30.66
%40.07

CMYK color model

#A8B0E6 color CMYK value is (27,23,0,10).

  • cyan value is 26.96%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (27,23,0,10)
C27M23Y0K10 (27%, 23%, 0%, 10%)
(0.27 / 0.23 / 0.00 / 0.10)

CMYK percentages

%26.96
%23.48
%0
%9.8

Codes

Color #A8B0E6 in popluar color models

A8 B0 E6
RGB 168 176 230
HSL 232° 55.36% 78.04%
HSB/HSV 232° 26.96% 90.20%
CMYK 26.96% 23.48% 0.00%
9.80%

Color #A8B0E6 in popluar number systems.

HEX A8 B0 E6
Decimal 168 176 230
Binary 10101000 10110000 11100110
Octal 250 260 346

Shades and tints

Shades of #A8B0E6

#A8B0E6
(168,176,230)
#99A0D2
(153,160,210)
#8A90BE
(138,144,190)
#7B80AA
(123,128,170)
#6C7096
(108,112,150)
#5D6082
(93,96,130)
#4E506E
(78,80,110)
#3F405A
(63,64,90)
#303046
(48,48,70)
#212032
(33,32,50)
#12101E
(18,16,30)
#000000
(0,0,0)

Tints of #A8B0E6

#A8B0E6
(168,176,230)
#AFB7E8
(175,183,232)
#B6BEEA
(182,190,234)
#BDC5EC
(189,197,236)
#C4CCEE
(196,204,238)
#CBD3F0
(203,211,240)
#D2DAF2
(210,218,242)
#D9E1F4
(217,225,244)
#E0E8F6
(224,232,246)
#E7EFF8
(231,239,248)
#EEF6FA
(238,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B0E6 color. Also use rgb(168,176,230) instead hex code.

Text Font Color

.myTextColor { color: #A8B0E6; }

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

This text font color is #A8B0E6.

Background Color

.myBgColor { background-color: #A8B0E6; }

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

This div background color is #A8B0E6.

Border color

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

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

This div border color is #A8B0E6.

Opacity

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

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

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

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

This text has shadow with #A8B0E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B0E6.

Preview

Color preview on black background

This text has color #A8B0E6 on black background.


Color preview on white background

This text has color #A8B0E6 on white background.


Black color preview on #A8B0E6 background

This text has black color on #A8B0E6 background.


White color preview on #A8B0E6 background

This text has white color on #A8B0E6 background.


Related colors

Complementary color

Complementary color for #hex is #574F19.


I love getcolorcode.com

Triadic colors

1 #E6A8B0 and #B0E6A8 with #A8B0E6 are triadic colors.

2 #E6B0A8 and #B0A8E6 with #A8B0E6 are triadic colors.