COLOR #A5C1DC

HEX: #A5C1DC
RGB: (165,193,220)

Color info

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

RGB color model

#A5C1DC color RGB value is (165,193,220).

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

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 220 of 255 = 86%

165
193
220

R + G + B ~ 76%. #A5C1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 193 + 220 = 578 (100%)
R 165 of 578 ~ 28.55%
G 193 of 578 ~ 33.39%
B 220 of 578 ~ 38.06%

%28.55
%33.39
%38.06

CMYK color model

#A5C1DC color CMYK value is (25,12,0,14).

  • cyan value is 25.00%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(25,12,0,14)
C25M12Y0K14 
(25%,12%,0%,14%)
(0.25/0.12/0.00/0.14)	

CMYK percentages

%25
%12.27
%0
%13.73

Codes

Color #A5C1DC in popluar color models

A5C1DC
RGB165193220
HSL209°44.00%75.49%
HSB/HSV209°25.00%86.27%
CMYK25.00%12.27%0.00%
13.73%

Color #A5C1DC in popluar number systems.

HEXA5C1DC
Decimal165193220
Binary101001011100000111011100
Octal245301334

Shades and tints

Shades of #A5C1DC

#A5C1DC
(165,193,220)
#96B0C8
(150,176,200)
#879FB4
(135,159,180)
#788EA0
(120,142,160)
#697D8C
(105,125,140)
#5A6C78
(90,108,120)
#4B5B64
(75,91,100)
#3C4A50
(60,74,80)
#2D393C
(45,57,60)
#1E2828
(30,40,40)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #A5C1DC

#A5C1DC
(165,193,220)
#ADC6DF
(173,198,223)
#B5CBE2
(181,203,226)
#BDD0E5
(189,208,229)
#C5D5E8
(197,213,232)
#CDDAEB
(205,218,235)
#D5DFEE
(213,223,238)
#DDE4F1
(221,228,241)
#E5E9F4
(229,233,244)
#EDEEF7
(237,238,247)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C1DC; }

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

This text font color is #A5C1DC.


Background Color

.myBgColor { background-color: #A5C1DC; }

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

This div background color is #A5C1DC.


Border color

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

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

This div border color is #A5C1DC.


Opacity

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

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

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

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

This text has shadow with #A5C1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C1DC on black background.


Color preview on white background

This text has color #A5C1DC on white background.



Black color preview on #A5C1DC background

This text has black color on #A5C1DC background.


White color preview on #A5C1DC background

This text has white color on #A5C1DC background.