COLOR #A5ADDF

HEX: #A5ADDF RGB: (165,173,223)

Color info

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

RGB color model

#A5ADDF color RGB value is (165,173,223).

RGB: (165,173,223) (65%, 68%, 87%)

RGB channels and saturation

R 165 of 255 = 65%
G 173 of 255 = 68%
B 223 of 255 = 87%

165
173
223

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

Portions of RGB colors in percentages

R + G + B = 165 + 173 + 223 = 561 (100%)
R 165 of 561 ~ 29.41%
G 173 of 561 ~ 30.84%
B 223 of 561 ~ 39.75'%

%29.41
%30.84
%39.75

CMYK color model

#A5ADDF color CMYK value is (26,22,0,13).

  • cyan value is 26.01%
  • magenta value is 22.42%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (26,22,0,13)
C26M22Y0K13 (26%, 22%, 0%, 13%)
(0.26 / 0.22 / 0.00 / 0.13)

CMYK percentages

%26.01
%22.42
%0
%12.55

Codes

Color #A5ADDF in popluar color models

A5 AD DF
RGB 165 173 223
HSL 232° 47.54% 76.08%
HSB/HSV 232° 26.01% 87.45%
CMYK 26.01% 22.42% 0.00%
12.55%

Color #A5ADDF in popluar number systems.

HEX A5 AD DF
Decimal 165 173 223
Binary 10100101 10101101 11011111
Octal 245 255 337

Shades and tints

Shades of #A5ADDF

#A5ADDF
(165,173,223)
#969ECB
(150,158,203)
#878FB7
(135,143,183)
#7880A3
(120,128,163)
#69718F
(105,113,143)
#5A627B
(90,98,123)
#4B5367
(75,83,103)
#3C4453
(60,68,83)
#2D353F
(45,53,63)
#1E262B
(30,38,43)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #A5ADDF

#A5ADDF
(165,173,223)
#ADB4E1
(173,180,225)
#B5BBE3
(181,187,227)
#BDC2E5
(189,194,229)
#C5C9E7
(197,201,231)
#CDD0E9
(205,208,233)
#D5D7EB
(213,215,235)
#DDDEED
(221,222,237)
#E5E5EF
(229,229,239)
#EDECF1
(237,236,241)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ADDF; }

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

This text font color is #A5ADDF.

Background Color

.myBgColor { background-color: #A5ADDF; }

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

This div background color is #A5ADDF.

Border color

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

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

This div border color is #A5ADDF.

Opacity

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

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

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

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

This text has shadow with #A5ADDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5ADDF.

Preview

Color preview on black background

This text has color #A5ADDF on black background.


Color preview on white background

This text has color #A5ADDF on white background.


Black color preview on #A5ADDF background

This text has black color on #A5ADDF background.


White color preview on #A5ADDF background

This text has white color on #A5ADDF background.


Related colors

Complementary color

Complementary color for #hex is #5A5220.


I love getcolorcode.com

Triadic colors

1 #DFA5AD and #ADDFA5 with #A5ADDF are triadic colors.

2 #DFADA5 and #ADA5DF with #A5ADDF are triadic colors.