COLOR #A8B4D5

HEX: #A8B4D5
RGB: (168,180,213)

Color info

#A8B4D5 contains red, green and blue colors in about the same proportion. Web safe color of #A8B4D5 is #99CCCC (or #9CC).

RGB color model

#A8B4D5 color RGB value is (168,180,213).

  • red value is 168;
  • green value is 180;
  • blue value is 213.
RGB:
(168,180,213)
(66%,71%,84%)

RGB channels and saturation

R 168 of 255 = 66%
G 180 of 255 = 71%
B 213 of 255 = 84%

168
180
213

R + G + B ~ 74%. #A8B4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 180 + 213 = 561 (100%)
R 168 of 561 ~ 29.95%
G 180 of 561 ~ 32.09%
B 213 of 561 ~ 37.97%

%29.95
%32.09
%37.97

CMYK color model

#A8B4D5 color CMYK value is (21,15,0,16).

  • cyan value is 21.13%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(21,15,0,16)
C21M15Y0K16 
(21%,15%,0%,16%)
(0.21/0.15/0.00/0.16)	

CMYK percentages

%21.13
%15.49
%0
%16.47

Codes

Color #A8B4D5 in popluar color models

A8B4D5
RGB168180213
HSL224°34.88%74.71%
HSB/HSV224°21.13%83.53%
CMYK21.13%15.49%0.00%
16.47%

Color #A8B4D5 in popluar number systems.

HEXA8B4D5
Decimal168180213
Binary101010001011010011010101
Octal250264325

Shades and tints

Shades of #A8B4D5

#A8B4D5
(168,180,213)
#99A4C2
(153,164,194)
#8A94AF
(138,148,175)
#7B849C
(123,132,156)
#6C7489
(108,116,137)
#5D6476
(93,100,118)
#4E5463
(78,84,99)
#3F4450
(63,68,80)
#30343D
(48,52,61)
#21242A
(33,36,42)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #A8B4D5

#A8B4D5
(168,180,213)
#AFBAD8
(175,186,216)
#B6C0DB
(182,192,219)
#BDC6DE
(189,198,222)
#C4CCE1
(196,204,225)
#CBD2E4
(203,210,228)
#D2D8E7
(210,216,231)
#D9DEEA
(217,222,234)
#E0E4ED
(224,228,237)
#E7EAF0
(231,234,240)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B4D5; }

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

This text font color is #A8B4D5.


Background Color

.myBgColor { background-color: #A8B4D5; }

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

This div background color is #A8B4D5.


Border color

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

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

This div border color is #A8B4D5.


Opacity

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

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

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

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

This text has shadow with #A8B4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B4D5 on black background.


Color preview on white background

This text has color #A8B4D5 on white background.



Black color preview on #A8B4D5 background

This text has black color on #A8B4D5 background.


White color preview on #A8B4D5 background

This text has white color on #A8B4D5 background.