COLOR #A8B5DD

HEX: #A8B5DD RGB: (168,181,221)

Color info

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

RGB color model

#A8B5DD color RGB value is (168,181,221).

RGB: (168,181,221) (66%, 71%, 87%)

RGB channels and saturation

R 168 of 255 = 66%
G 181 of 255 = 71%
B 221 of 255 = 87%

168
181
221

R + G + B ~ 75%. #A8B5DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 181 + 221 = 570 (100%)
R 168 of 570 ~ 29.47%
G 181 of 570 ~ 31.75%
B 221 of 570 ~ 38.77'%

%29.47
%31.75
%38.77

CMYK color model

#A8B5DD color CMYK value is (24,18,0,13).

  • cyan value is 23.98%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (24,18,0,13)
C24M18Y0K13 (24%, 18%, 0%, 13%)
(0.24 / 0.18 / 0.00 / 0.13)

CMYK percentages

%23.98
%18.1
%0
%13.33

Codes

Color #A8B5DD in popluar color models

A8 B5 DD
RGB 168 181 221
HSL 225° 43.80% 76.27%
HSB/HSV 225° 23.98% 86.67%
CMYK 23.98% 18.10% 0.00%
13.33%

Color #A8B5DD in popluar number systems.

HEX A8 B5 DD
Decimal 168 181 221
Binary 10101000 10110101 11011101
Octal 250 265 335

Shades and tints

Shades of #A8B5DD

#A8B5DD
(168,181,221)
#99A5C9
(153,165,201)
#8A95B5
(138,149,181)
#7B85A1
(123,133,161)
#6C758D
(108,117,141)
#5D6579
(93,101,121)
#4E5565
(78,85,101)
#3F4551
(63,69,81)
#30353D
(48,53,61)
#212529
(33,37,41)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #A8B5DD

#A8B5DD
(168,181,221)
#AFBBE0
(175,187,224)
#B6C1E3
(182,193,227)
#BDC7E6
(189,199,230)
#C4CDE9
(196,205,233)
#CBD3EC
(203,211,236)
#D2D9EF
(210,217,239)
#D9DFF2
(217,223,242)
#E0E5F5
(224,229,245)
#E7EBF8
(231,235,248)
#EEF1FB
(238,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B5DD; }

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

This text font color is #A8B5DD.

Background Color

.myBgColor { background-color: #A8B5DD; }

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

This div background color is #A8B5DD.

Border color

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

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

This div border color is #A8B5DD.

Opacity

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

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

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

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

This text has shadow with #A8B5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B5DD.

Preview

Color preview on black background

This text has color #A8B5DD on black background.


Color preview on white background

This text has color #A8B5DD on white background.


Black color preview on #A8B5DD background

This text has black color on #A8B5DD background.


White color preview on #A8B5DD background

This text has white color on #A8B5DD background.


Related colors

Complementary color

Complementary color for #hex is #574A22.


I love getcolorcode.com

Triadic colors

1 #DDA8B5 and #B5DDA8 with #A8B5DD are triadic colors.

2 #DDB5A8 and #B5A8DD with #A8B5DD are triadic colors.