COLOR #A8B0EB

HEX: #A8B0EB RGB: (168,176,235)

Color info

#A8B0EB contains mainly green and blue colors. Web safe color of #A8B0EB is #9999FF (or #99F).

RGB color model

#A8B0EB color RGB value is (168,176,235).

RGB: (168,176,235) (66%, 69%, 92%)

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 235 of 255 = 92%

168
176
235

R + G + B ~ 76%. #A8B0EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 176 + 235 = 579 (100%)
R 168 of 579 ~ 29.02%
G 176 of 579 ~ 30.4%
B 235 of 579 ~ 40.59'%

%29.02
%30.4
%40.59

CMYK color model

#A8B0EB color CMYK value is (29,25,0,8).

  • cyan value is 28.51%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (29,25,0,8)
C29M25Y0K8 (29%, 25%, 0%, 8%)
(0.29 / 0.25 / 0.00 / 0.08)

CMYK percentages

%28.51
%25.11
%0
%7.84

Codes

Color #A8B0EB in popluar color models

A8 B0 EB
RGB 168 176 235
HSL 233° 62.62% 79.02%
HSB/HSV 233° 28.51% 92.16%
CMYK 28.51% 25.11% 0.00%
7.84%

Color #A8B0EB in popluar number systems.

HEX A8 B0 EB
Decimal 168 176 235
Binary 10101000 10110000 11101011
Octal 250 260 353

Shades and tints

Shades of #A8B0EB

#A8B0EB
(168,176,235)
#99A0D6
(153,160,214)
#8A90C1
(138,144,193)
#7B80AC
(123,128,172)
#6C7097
(108,112,151)
#5D6082
(93,96,130)
#4E506D
(78,80,109)
#3F4058
(63,64,88)
#303043
(48,48,67)
#21202E
(33,32,46)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #A8B0EB

#A8B0EB
(168,176,235)
#AFB7EC
(175,183,236)
#B6BEED
(182,190,237)
#BDC5EE
(189,197,238)
#C4CCEF
(196,204,239)
#CBD3F0
(203,211,240)
#D2DAF1
(210,218,241)
#D9E1F2
(217,225,242)
#E0E8F3
(224,232,243)
#E7EFF4
(231,239,244)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B0EB; }

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

This text font color is #A8B0EB.

Background Color

.myBgColor { background-color: #A8B0EB; }

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

This div background color is #A8B0EB.

Border color

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

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

This div border color is #A8B0EB.

Opacity

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

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

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

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

This text has shadow with #A8B0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B0EB.

Preview

Color preview on black background

This text has color #A8B0EB on black background.


Color preview on white background

This text has color #A8B0EB on white background.


Black color preview on #A8B0EB background

This text has black color on #A8B0EB background.


White color preview on #A8B0EB background

This text has white color on #A8B0EB background.


Related colors

Complementary color

Complementary color for #hex is #574F14.


I love getcolorcode.com

Triadic colors

1 #EBA8B0 and #B0EBA8 with #A8B0EB are triadic colors.

2 #EBB0A8 and #B0A8EB with #A8B0EB are triadic colors.