COLOR #A8B0E5

HEX: #A8B0E5
RGB: (168,176,229)

Color info

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

RGB color model

#A8B0E5 color RGB value is (168,176,229).

  • red value is 168;
  • green value is 176;
  • blue value is 229.
RGB:
(168,176,229)
(66%,69%,90%)

RGB channels and saturation

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

168
176
229

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

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 229 = 573 (100%)
R 168 of 573 ~ 29.32%
G 176 of 573 ~ 30.72%
B 229 of 573 ~ 39.97%

%29.32
%30.72
%39.97

CMYK color model

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

  • cyan value is 26.64%
  • magenta value is 23.14%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(27,23,0,10)
C27M23Y0K10 
(27%,23%,0%,10%)
(0.27/0.23/0.00/0.10)	

CMYK percentages

%26.64
%23.14
%0
%10.2

Codes

Color #A8B0E5 in popluar color models

A8B0E5
RGB168176229
HSL232°53.98%77.84%
HSB/HSV232°26.64%89.80%
CMYK26.64%23.14%0.00%
10.20%

Color #A8B0E5 in popluar number systems.

HEXA8B0E5
Decimal168176229
Binary101010001011000011100101
Octal250260345

Shades and tints

Shades of #A8B0E5

#A8B0E5
(168,176,229)
#99A0D1
(153,160,209)
#8A90BD
(138,144,189)
#7B80A9
(123,128,169)
#6C7095
(108,112,149)
#5D6081
(93,96,129)
#4E506D
(78,80,109)
#3F4059
(63,64,89)
#303045
(48,48,69)
#212031
(33,32,49)
#12101D
(18,16,29)
#000000
(0,0,0)

Tints of #A8B0E5

#A8B0E5
(168,176,229)
#AFB7E7
(175,183,231)
#B6BEE9
(182,190,233)
#BDC5EB
(189,197,235)
#C4CCED
(196,204,237)
#CBD3EF
(203,211,239)
#D2DAF1
(210,218,241)
#D9E1F3
(217,225,243)
#E0E8F5
(224,232,245)
#E7EFF7
(231,239,247)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B0E5; }

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

This text font color is #A8B0E5.


Background Color

.myBgColor { background-color: #A8B0E5; }

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

This div background color is #A8B0E5.


Border color

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

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

This div border color is #A8B0E5.


Opacity

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

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

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

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

This text has shadow with #A8B0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B0E5 on black background.


Color preview on white background

This text has color #A8B0E5 on white background.



Black color preview on #A8B0E5 background

This text has black color on #A8B0E5 background.


White color preview on #A8B0E5 background

This text has white color on #A8B0E5 background.