COLOR #A5C1DD

HEX: #A5C1DD
RGB: (165,193,221)

Color info

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

RGB color model

#A5C1DD color RGB value is (165,193,221).

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

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 221 of 255 = 87%

165
193
221

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

Portions of RGB colors in percentages

R + G + B =
165 + 193 + 221 = 579 (100%)
R 165 of 579 ~ 28.5%
G 193 of 579 ~ 33.33%
B 221 of 579 ~ 38.17%

%28.5
%33.33
%38.17

CMYK color model

#A5C1DD color CMYK value is (25,13,0,13).

  • cyan value is 25.34%
  • magenta value is 12.67%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(25,13,0,13)
C25M13Y0K13 
(25%,13%,0%,13%)
(0.25/0.13/0.00/0.13)	

CMYK percentages

%25.34
%12.67
%0
%13.33

Codes

Color #A5C1DD in popluar color models

A5C1DD
RGB165193221
HSL210°45.16%75.69%
HSB/HSV210°25.34%86.67%
CMYK25.34%12.67%0.00%
13.33%

Color #A5C1DD in popluar number systems.

HEXA5C1DD
Decimal165193221
Binary101001011100000111011101
Octal245301335

Shades and tints

Shades of #A5C1DD

#A5C1DD
(165,193,221)
#96B0C9
(150,176,201)
#879FB5
(135,159,181)
#788EA1
(120,142,161)
#697D8D
(105,125,141)
#5A6C79
(90,108,121)
#4B5B65
(75,91,101)
#3C4A51
(60,74,81)
#2D393D
(45,57,61)
#1E2829
(30,40,41)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A5C1DD

#A5C1DD
(165,193,221)
#ADC6E0
(173,198,224)
#B5CBE3
(181,203,227)
#BDD0E6
(189,208,230)
#C5D5E9
(197,213,233)
#CDDAEC
(205,218,236)
#D5DFEF
(213,223,239)
#DDE4F2
(221,228,242)
#E5E9F5
(229,233,245)
#EDEEF8
(237,238,248)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C1DD; }

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

This text font color is #A5C1DD.


Background Color

.myBgColor { background-color: #A5C1DD; }

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

This div background color is #A5C1DD.


Border color

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

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

This div border color is #A5C1DD.


Opacity

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

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

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

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

This text has shadow with #A5C1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C1DD on black background.


Color preview on white background

This text has color #A5C1DD on white background.



Black color preview on #A5C1DD background

This text has black color on #A5C1DD background.


White color preview on #A5C1DD background

This text has white color on #A5C1DD background.