COLOR #A8B7D5

HEX: #A8B7D5
RGB: (168,183,213)

Color info

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

RGB color model

#A8B7D5 color RGB value is (168,183,213).

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

RGB channels and saturation

R 168 of 255 = 66%
G 183 of 255 = 72%
B 213 of 255 = 84%

168
183
213

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

Portions of RGB colors in percentages

R + G + B =
168 + 183 + 213 = 564 (100%)
R 168 of 564 ~ 29.79%
G 183 of 564 ~ 32.45%
B 213 of 564 ~ 37.77%

%29.79
%32.45
%37.77

CMYK color model

#A8B7D5 color CMYK value is (21,14,0,16).

  • cyan value is 21.13%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(21,14,0,16)
C21M14Y0K16 
(21%,14%,0%,16%)
(0.21/0.14/0.00/0.16)	

CMYK percentages

%21.13
%14.08
%0
%16.47

Codes

Color #A8B7D5 in popluar color models

A8B7D5
RGB168183213
HSL220°34.88%74.71%
HSB/HSV220°21.13%83.53%
CMYK21.13%14.08%0.00%
16.47%

Color #A8B7D5 in popluar number systems.

HEXA8B7D5
Decimal168183213
Binary101010001011011111010101
Octal250267325

Shades and tints

Shades of #A8B7D5

#A8B7D5
(168,183,213)
#99A7C2
(153,167,194)
#8A97AF
(138,151,175)
#7B879C
(123,135,156)
#6C7789
(108,119,137)
#5D6776
(93,103,118)
#4E5763
(78,87,99)
#3F4750
(63,71,80)
#30373D
(48,55,61)
#21272A
(33,39,42)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #A8B7D5

#A8B7D5
(168,183,213)
#AFBDD8
(175,189,216)
#B6C3DB
(182,195,219)
#BDC9DE
(189,201,222)
#C4CFE1
(196,207,225)
#CBD5E4
(203,213,228)
#D2DBE7
(210,219,231)
#D9E1EA
(217,225,234)
#E0E7ED
(224,231,237)
#E7EDF0
(231,237,240)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B7D5; }

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

This text font color is #A8B7D5.


Background Color

.myBgColor { background-color: #A8B7D5; }

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

This div background color is #A8B7D5.


Border color

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

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

This div border color is #A8B7D5.


Opacity

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

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

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

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

This text has shadow with #A8B7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B7D5 on black background.


Color preview on white background

This text has color #A8B7D5 on white background.



Black color preview on #A8B7D5 background

This text has black color on #A8B7D5 background.


White color preview on #A8B7D5 background

This text has white color on #A8B7D5 background.