COLOR #A5C0DF

HEX: #A5C0DF
RGB: (165,192,223)

Color info

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

RGB color model

#A5C0DF color RGB value is (165,192,223).

  • red value is 165;
  • green value is 192;
  • blue value is 223.
RGB:
(165,192,223)
(65%,75%,87%)

RGB channels and saturation

R 165 of 255 = 65%
G 192 of 255 = 75%
B 223 of 255 = 87%

165
192
223

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

Portions of RGB colors in percentages

R + G + B =
165 + 192 + 223 = 580 (100%)
R 165 of 580 ~ 28.45%
G 192 of 580 ~ 33.1%
B 223 of 580 ~ 38.45%

%28.45
%33.1
%38.45

CMYK color model

#A5C0DF color CMYK value is (26,14,0,13).

  • cyan value is 26.01%
  • magenta value is 13.90%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(26,14,0,13)
C26M14Y0K13 
(26%,14%,0%,13%)
(0.26/0.14/0.00/0.13)	

CMYK percentages

%26.01
%13.9
%0
%12.55

Codes

Color #A5C0DF in popluar color models

A5C0DF
RGB165192223
HSL212°47.54%76.08%
HSB/HSV212°26.01%87.45%
CMYK26.01%13.90%0.00%
12.55%

Color #A5C0DF in popluar number systems.

HEXA5C0DF
Decimal165192223
Binary101001011100000011011111
Octal245300337

Shades and tints

Shades of #A5C0DF

#A5C0DF
(165,192,223)
#96AFCB
(150,175,203)
#879EB7
(135,158,183)
#788DA3
(120,141,163)
#697C8F
(105,124,143)
#5A6B7B
(90,107,123)
#4B5A67
(75,90,103)
#3C4953
(60,73,83)
#2D383F
(45,56,63)
#1E272B
(30,39,43)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #A5C0DF

#A5C0DF
(165,192,223)
#ADC5E1
(173,197,225)
#B5CAE3
(181,202,227)
#BDCFE5
(189,207,229)
#C5D4E7
(197,212,231)
#CDD9E9
(205,217,233)
#D5DEEB
(213,222,235)
#DDE3ED
(221,227,237)
#E5E8EF
(229,232,239)
#EDEDF1
(237,237,241)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C0DF; }

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

This text font color is #A5C0DF.


Background Color

.myBgColor { background-color: #A5C0DF; }

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

This div background color is #A5C0DF.


Border color

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

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

This div border color is #A5C0DF.


Opacity

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

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

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

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

This text has shadow with #A5C0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C0DF on black background.


Color preview on white background

This text has color #A5C0DF on white background.



Black color preview on #A5C0DF background

This text has black color on #A5C0DF background.


White color preview on #A5C0DF background

This text has white color on #A5C0DF background.