COLOR #A8B4E8

HEX: #A8B4E8 RGB: (168,180,232)

Color info

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

RGB color model

#A8B4E8 color RGB value is (168,180,232).

RGB: (168,180,232) (66%, 71%, 91%)

RGB channels and saturation

R 168 of 255 = 66%
G 180 of 255 = 71%
B 232 of 255 = 91%

168
180
232

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

Portions of RGB colors in percentages

R + G + B = 168 + 180 + 232 = 580 (100%)
R 168 of 580 ~ 28.97%
G 180 of 580 ~ 31.03%
B 232 of 580 ~ 40'%

%28.97
%31.03
%40

CMYK color model

#A8B4E8 color CMYK value is (28,22,0,9).

  • cyan value is 27.59%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (28,22,0,9)
C28M22Y0K9 (28%, 22%, 0%, 9%)
(0.28 / 0.22 / 0.00 / 0.09)

CMYK percentages

%27.59
%22.41
%0
%9.02

Codes

Color #A8B4E8 in popluar color models

A8 B4 E8
RGB 168 180 232
HSL 229° 58.18% 78.43%
HSB/HSV 229° 27.59% 90.98%
CMYK 27.59% 22.41% 0.00%
9.02%

Color #A8B4E8 in popluar number systems.

HEX A8 B4 E8
Decimal 168 180 232
Binary 10101000 10110100 11101000
Octal 250 264 350

Shades and tints

Shades of #A8B4E8

#A8B4E8
(168,180,232)
#99A4D3
(153,164,211)
#8A94BE
(138,148,190)
#7B84A9
(123,132,169)
#6C7494
(108,116,148)
#5D647F
(93,100,127)
#4E546A
(78,84,106)
#3F4455
(63,68,85)
#303440
(48,52,64)
#21242B
(33,36,43)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #A8B4E8

#A8B4E8
(168,180,232)
#AFBAEA
(175,186,234)
#B6C0EC
(182,192,236)
#BDC6EE
(189,198,238)
#C4CCF0
(196,204,240)
#CBD2F2
(203,210,242)
#D2D8F4
(210,216,244)
#D9DEF6
(217,222,246)
#E0E4F8
(224,228,248)
#E7EAFA
(231,234,250)
#EEF0FC
(238,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B4E8 color. Also use rgb(168,180,232) instead hex code.

Text Font Color

.myTextColor { color: #A8B4E8; }

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

This text font color is #A8B4E8.

Background Color

.myBgColor { background-color: #A8B4E8; }

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

This div background color is #A8B4E8.

Border color

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

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

This div border color is #A8B4E8.

Opacity

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

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

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

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

This text has shadow with #A8B4E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B4E8.

Preview

Color preview on black background

This text has color #A8B4E8 on black background.


Color preview on white background

This text has color #A8B4E8 on white background.


Black color preview on #A8B4E8 background

This text has black color on #A8B4E8 background.


White color preview on #A8B4E8 background

This text has white color on #A8B4E8 background.


Related colors

Complementary color

Complementary color for #hex is #574B17.


I love getcolorcode.com

Triadic colors

1 #E8A8B4 and #B4E8A8 with #A8B4E8 are triadic colors.

2 #E8B4A8 and #B4A8E8 with #A8B4E8 are triadic colors.