COLOR #A5ADD0

HEX: #A5ADD0
RGB: (165,173,208)

Color info

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

RGB color model

#A5ADD0 color RGB value is (165,173,208).

  • red value is 165;
  • green value is 173;
  • blue value is 208.
RGB:
(165,173,208)
(65%,68%,82%)

RGB channels and saturation

R 165 of 255 = 65%
G 173 of 255 = 68%
B 208 of 255 = 82%

165
173
208

R + G + B ~ 72%. #A5ADD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 173 + 208 = 546 (100%)
R 165 of 546 ~ 30.22%
G 173 of 546 ~ 31.68%
B 208 of 546 ~ 38.1%

%30.22
%31.68
%38.1

CMYK color model

#A5ADD0 color CMYK value is (21,17,0,18).

  • cyan value is 20.67%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(21,17,0,18)
C21M17Y0K18 
(21%,17%,0%,18%)
(0.21/0.17/0.00/0.18)	

CMYK percentages

%20.67
%16.83
%0
%18.43

Codes

Color #A5ADD0 in popluar color models

A5ADD0
RGB165173208
HSL229°31.39%73.14%
HSB/HSV229°20.67%81.57%
CMYK20.67%16.83%0.00%
18.43%

Color #A5ADD0 in popluar number systems.

HEXA5ADD0
Decimal165173208
Binary101001011010110111010000
Octal245255320

Shades and tints

Shades of #A5ADD0

#A5ADD0
(165,173,208)
#969EBE
(150,158,190)
#878FAC
(135,143,172)
#78809A
(120,128,154)
#697188
(105,113,136)
#5A6276
(90,98,118)
#4B5364
(75,83,100)
#3C4452
(60,68,82)
#2D3540
(45,53,64)
#1E262E
(30,38,46)
#0F171C
(15,23,28)
#000000
(0,0,0)

Tints of #A5ADD0

#A5ADD0
(165,173,208)
#ADB4D4
(173,180,212)
#B5BBD8
(181,187,216)
#BDC2DC
(189,194,220)
#C5C9E0
(197,201,224)
#CDD0E4
(205,208,228)
#D5D7E8
(213,215,232)
#DDDEEC
(221,222,236)
#E5E5F0
(229,229,240)
#EDECF4
(237,236,244)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5ADD0 color. Also use rgb(165,173,208) instead hex code.

Text Font Color

.myTextColor { color: #A5ADD0; }

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

This text font color is #A5ADD0.


Background Color

.myBgColor { background-color: #A5ADD0; }

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

This div background color is #A5ADD0.


Border color

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

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

This div border color is #A5ADD0.


Opacity

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

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

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

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

This text has shadow with #A5ADD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ADD0 on black background.


Color preview on white background

This text has color #A5ADD0 on white background.



Black color preview on #A5ADD0 background

This text has black color on #A5ADD0 background.


White color preview on #A5ADD0 background

This text has white color on #A5ADD0 background.