COLOR #A5ADCE

HEX: #A5ADCE
RGB: (165,173,206)

Color info

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

RGB color model

#A5ADCE color RGB value is (165,173,206).

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

RGB channels and saturation

R 165 of 255 = 65%
G 173 of 255 = 68%
B 206 of 255 = 81%

165
173
206

R + G + B ~ 71%. #A5ADCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 173 + 206 = 544 (100%)
R 165 of 544 ~ 30.33%
G 173 of 544 ~ 31.8%
B 206 of 544 ~ 37.87%

%30.33
%31.8
%37.87

CMYK color model

#A5ADCE color CMYK value is (20,16,0,19).

  • cyan value is 19.90%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(20,16,0,19)
C20M16Y0K19 
(20%,16%,0%,19%)
(0.20/0.16/0.00/0.19)	

CMYK percentages

%19.9
%16.02
%0
%19.22

Codes

Color #A5ADCE in popluar color models

A5ADCE
RGB165173206
HSL228°29.50%72.75%
HSB/HSV228°19.90%80.78%
CMYK19.90%16.02%0.00%
19.22%

Color #A5ADCE in popluar number systems.

HEXA5ADCE
Decimal165173206
Binary101001011010110111001110
Octal245255316

Shades and tints

Shades of #A5ADCE

#A5ADCE
(165,173,206)
#969EBC
(150,158,188)
#878FAA
(135,143,170)
#788098
(120,128,152)
#697186
(105,113,134)
#5A6274
(90,98,116)
#4B5362
(75,83,98)
#3C4450
(60,68,80)
#2D353E
(45,53,62)
#1E262C
(30,38,44)
#0F171A
(15,23,26)
#000000
(0,0,0)

Tints of #A5ADCE

#A5ADCE
(165,173,206)
#ADB4D2
(173,180,210)
#B5BBD6
(181,187,214)
#BDC2DA
(189,194,218)
#C5C9DE
(197,201,222)
#CDD0E2
(205,208,226)
#D5D7E6
(213,215,230)
#DDDEEA
(221,222,234)
#E5E5EE
(229,229,238)
#EDECF2
(237,236,242)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ADCE; }

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

This text font color is #A5ADCE.


Background Color

.myBgColor { background-color: #A5ADCE; }

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

This div background color is #A5ADCE.


Border color

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

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

This div border color is #A5ADCE.


Opacity

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

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

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

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

This text has shadow with #A5ADCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ADCE on black background.


Color preview on white background

This text has color #A5ADCE on white background.



Black color preview on #A5ADCE background

This text has black color on #A5ADCE background.


White color preview on #A5ADCE background

This text has white color on #A5ADCE background.