COLOR #A5CADC

HEX: #A5CADC
RGB: (165,202,220)

Color info

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

RGB color model

#A5CADC color RGB value is (165,202,220).

  • red value is 165;
  • green value is 202;
  • blue value is 220.
RGB:
(165,202,220)
(65%,79%,86%)

RGB channels and saturation

R 165 of 255 = 65%
G 202 of 255 = 79%
B 220 of 255 = 86%

165
202
220

R + G + B ~ 77%. #A5CADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 202 + 220 = 587 (100%)
R 165 of 587 ~ 28.11%
G 202 of 587 ~ 34.41%
B 220 of 587 ~ 37.48%

%28.11
%34.41
%37.48

CMYK color model

#A5CADC color CMYK value is (25,8,0,14).

  • cyan value is 25.00%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(25,8,0,14)
C25M8Y0K14 
(25%,8%,0%,14%)
(0.25/0.08/0.00/0.14)	

CMYK percentages

%25
%8.18
%0
%13.73

Codes

Color #A5CADC in popluar color models

A5CADC
RGB165202220
HSL200°44.00%75.49%
HSB/HSV200°25.00%86.27%
CMYK25.00%8.18%0.00%
13.73%

Color #A5CADC in popluar number systems.

HEXA5CADC
Decimal165202220
Binary101001011100101011011100
Octal245312334

Shades and tints

Shades of #A5CADC

#A5CADC
(165,202,220)
#96B8C8
(150,184,200)
#87A6B4
(135,166,180)
#7894A0
(120,148,160)
#69828C
(105,130,140)
#5A7078
(90,112,120)
#4B5E64
(75,94,100)
#3C4C50
(60,76,80)
#2D3A3C
(45,58,60)
#1E2828
(30,40,40)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A5CADC

#A5CADC
(165,202,220)
#ADCEDF
(173,206,223)
#B5D2E2
(181,210,226)
#BDD6E5
(189,214,229)
#C5DAE8
(197,218,232)
#CDDEEB
(205,222,235)
#D5E2EE
(213,226,238)
#DDE6F1
(221,230,241)
#E5EAF4
(229,234,244)
#EDEEF7
(237,238,247)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CADC color. Also use rgb(165,202,220) instead hex code.

Text Font Color

.myTextColor { color: #A5CADC; }

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

This text font color is #A5CADC.


Background Color

.myBgColor { background-color: #A5CADC; }

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

This div background color is #A5CADC.


Border color

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

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

This div border color is #A5CADC.


Opacity

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

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

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

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

This text has shadow with #A5CADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CADC on black background.


Color preview on white background

This text has color #A5CADC on white background.



Black color preview on #A5CADC background

This text has black color on #A5CADC background.


White color preview on #A5CADC background

This text has white color on #A5CADC background.