COLOR #A8B5D5

HEX: #A8B5D5 RGB: (168,181,213)

Color info

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

RGB color model

#A8B5D5 color RGB value is (168,181,213).

RGB: (168,181,213) (66%, 71%, 84%)

RGB channels and saturation

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

168
181
213

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

Portions of RGB colors in percentages

R + G + B = 168 + 181 + 213 = 562 (100%)
R 168 of 562 ~ 29.89%
G 181 of 562 ~ 32.21%
B 213 of 562 ~ 37.9'%

%29.89
%32.21
%37.9

CMYK color model

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

  • cyan value is 21.13%
  • magenta value is 15.02%
  • 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.02
%0
%16.47

Codes

Color #A8B5D5 in popluar color models

A8 B5 D5
RGB 168 181 213
HSL 223° 34.88% 74.71%
HSB/HSV 223° 21.13% 83.53%
CMYK 21.13% 15.02% 0.00%
16.47%

Color #A8B5D5 in popluar number systems.

HEX A8 B5 D5
Decimal 168 181 213
Binary 10101000 10110101 11010101
Octal 250 265 325

Shades and tints

Shades of #A8B5D5

#A8B5D5
(168,181,213)
#99A5C2
(153,165,194)
#8A95AF
(138,149,175)
#7B859C
(123,133,156)
#6C7589
(108,117,137)
#5D6576
(93,101,118)
#4E5563
(78,85,99)
#3F4550
(63,69,80)
#30353D
(48,53,61)
#21252A
(33,37,42)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #A8B5D5

#A8B5D5
(168,181,213)
#AFBBD8
(175,187,216)
#B6C1DB
(182,193,219)
#BDC7DE
(189,199,222)
#C4CDE1
(196,205,225)
#CBD3E4
(203,211,228)
#D2D9E7
(210,217,231)
#D9DFEA
(217,223,234)
#E0E5ED
(224,229,237)
#E7EBF0
(231,235,240)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B5D5; }

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

This text font color is #A8B5D5.

Background Color

.myBgColor { background-color: #A8B5D5; }

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

This div background color is #A8B5D5.

Border color

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

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

This div border color is #A8B5D5.

Opacity

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

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

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

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

This text has shadow with #A8B5D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B5D5.

Preview

Color preview on black background

This text has color #A8B5D5 on black background.


Color preview on white background

This text has color #A8B5D5 on white background.


Black color preview on #A8B5D5 background

This text has black color on #A8B5D5 background.


White color preview on #A8B5D5 background

This text has white color on #A8B5D5 background.


Related colors

Complementary color

Complementary color for #hex is #574A2A.


I love getcolorcode.com

Triadic colors

1 #D5A8B5 and #B5D5A8 with #A8B5D5 are triadic colors.

2 #D5B5A8 and #B5A8D5 with #A8B5D5 are triadic colors.