COLOR #A8ADDB

HEX: #A8ADDB
RGB: (168,173,219)

Color info

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

RGB color model

#A8ADDB color RGB value is (168,173,219).

  • red value is 168;
  • green value is 173;
  • blue value is 219.
RGB:
(168,173,219)
(66%,68%,86%)

RGB channels and saturation

R 168 of 255 = 66%
G 173 of 255 = 68%
B 219 of 255 = 86%

168
173
219

R + G + B ~ 73%. #A8ADDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 173 + 219 = 560 (100%)
R 168 of 560 ~ 30%
G 173 of 560 ~ 30.89%
B 219 of 560 ~ 39.11%

%30
%30.89
%39.11

CMYK color model

#A8ADDB color CMYK value is (23,21,0,14).

  • cyan value is 23.29%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(23,21,0,14)
C23M21Y0K14 
(23%,21%,0%,14%)
(0.23/0.21/0.00/0.14)	

CMYK percentages

%23.29
%21
%0
%14.12

Codes

Color #A8ADDB in popluar color models

A8ADDB
RGB168173219
HSL234°41.46%75.88%
HSB/HSV234°23.29%85.88%
CMYK23.29%21.00%0.00%
14.12%

Color #A8ADDB in popluar number systems.

HEXA8ADDB
Decimal168173219
Binary101010001010110111011011
Octal250255333

Shades and tints

Shades of #A8ADDB

#A8ADDB
(168,173,219)
#999EC8
(153,158,200)
#8A8FB5
(138,143,181)
#7B80A2
(123,128,162)
#6C718F
(108,113,143)
#5D627C
(93,98,124)
#4E5369
(78,83,105)
#3F4456
(63,68,86)
#303543
(48,53,67)
#212630
(33,38,48)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #A8ADDB

#A8ADDB
(168,173,219)
#AFB4DE
(175,180,222)
#B6BBE1
(182,187,225)
#BDC2E4
(189,194,228)
#C4C9E7
(196,201,231)
#CBD0EA
(203,208,234)
#D2D7ED
(210,215,237)
#D9DEF0
(217,222,240)
#E0E5F3
(224,229,243)
#E7ECF6
(231,236,246)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8ADDB color. Also use rgb(168,173,219) instead hex code.

Text Font Color

.myTextColor { color: #A8ADDB; }

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

This text font color is #A8ADDB.


Background Color

.myBgColor { background-color: #A8ADDB; }

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

This div background color is #A8ADDB.


Border color

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

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

This div border color is #A8ADDB.


Opacity

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

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

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

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

This text has shadow with #A8ADDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8ADDB on black background.


Color preview on white background

This text has color #A8ADDB on white background.



Black color preview on #A8ADDB background

This text has black color on #A8ADDB background.


White color preview on #A8ADDB background

This text has white color on #A8ADDB background.