COLOR #A5C3DF

HEX: #A5C3DF
RGB: (165,195,223)

Color info

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

RGB color model

#A5C3DF color RGB value is (165,195,223).

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

RGB channels and saturation

R 165 of 255 = 65%
G 195 of 255 = 76%
B 223 of 255 = 87%

165
195
223

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

Portions of RGB colors in percentages

R + G + B =
165 + 195 + 223 = 583 (100%)
R 165 of 583 ~ 28.3%
G 195 of 583 ~ 33.45%
B 223 of 583 ~ 38.25%

%28.3
%33.45
%38.25

CMYK color model

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

  • cyan value is 26.01%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(26,13,0,13)
C26M13Y0K13 
(26%,13%,0%,13%)
(0.26/0.13/0.00/0.13)	

CMYK percentages

%26.01
%12.56
%0
%12.55

Codes

Color #A5C3DF in popluar color models

A5C3DF
RGB165195223
HSL209°47.54%76.08%
HSB/HSV209°26.01%87.45%
CMYK26.01%12.56%0.00%
12.55%

Color #A5C3DF in popluar number systems.

HEXA5C3DF
Decimal165195223
Binary101001011100001111011111
Octal245303337

Shades and tints

Shades of #A5C3DF

#A5C3DF
(165,195,223)
#96B2CB
(150,178,203)
#87A1B7
(135,161,183)
#7890A3
(120,144,163)
#697F8F
(105,127,143)
#5A6E7B
(90,110,123)
#4B5D67
(75,93,103)
#3C4C53
(60,76,83)
#2D3B3F
(45,59,63)
#1E2A2B
(30,42,43)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #A5C3DF

#A5C3DF
(165,195,223)
#ADC8E1
(173,200,225)
#B5CDE3
(181,205,227)
#BDD2E5
(189,210,229)
#C5D7E7
(197,215,231)
#CDDCE9
(205,220,233)
#D5E1EB
(213,225,235)
#DDE6ED
(221,230,237)
#E5EBEF
(229,235,239)
#EDF0F1
(237,240,241)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C3DF; }

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

This text font color is #A5C3DF.


Background Color

.myBgColor { background-color: #A5C3DF; }

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

This div background color is #A5C3DF.


Border color

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

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

This div border color is #A5C3DF.


Opacity

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

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

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

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

This text has shadow with #A5C3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C3DF on black background.


Color preview on white background

This text has color #A5C3DF on white background.



Black color preview on #A5C3DF background

This text has black color on #A5C3DF background.


White color preview on #A5C3DF background

This text has white color on #A5C3DF background.