COLOR #A5C4DF

HEX: #A5C4DF RGB: (165,196,223)

Color info

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

RGB color model

#A5C4DF color RGB value is (165,196,223).

RGB: (165,196,223) (65%, 77%, 87%)

RGB channels and saturation

R 165 of 255 = 65%
G 196 of 255 = 77%
B 223 of 255 = 87%

165
196
223

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

Portions of RGB colors in percentages

R + G + B = 165 + 196 + 223 = 584 (100%)
R 165 of 584 ~ 28.25%
G 196 of 584 ~ 33.56%
B 223 of 584 ~ 38.18'%

%28.25
%33.56
%38.18

CMYK color model

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

  • cyan value is 26.01%
  • magenta value is 12.11%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (26,12,0,13)
C26M12Y0K13 (26%, 12%, 0%, 13%)
(0.26 / 0.12 / 0.00 / 0.13)

CMYK percentages

%26.01
%12.11
%0
%12.55

Codes

Color #A5C4DF in popluar color models

A5 C4 DF
RGB 165 196 223
HSL 208° 47.54% 76.08%
HSB/HSV 208° 26.01% 87.45%
CMYK 26.01% 12.11% 0.00%
12.55%

Color #A5C4DF in popluar number systems.

HEX A5 C4 DF
Decimal 165 196 223
Binary 10100101 11000100 11011111
Octal 245 304 337

Shades and tints

Shades of #A5C4DF

#A5C4DF
(165,196,223)
#96B3CB
(150,179,203)
#87A2B7
(135,162,183)
#7891A3
(120,145,163)
#69808F
(105,128,143)
#5A6F7B
(90,111,123)
#4B5E67
(75,94,103)
#3C4D53
(60,77,83)
#2D3C3F
(45,60,63)
#1E2B2B
(30,43,43)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #A5C4DF

#A5C4DF
(165,196,223)
#ADC9E1
(173,201,225)
#B5CEE3
(181,206,227)
#BDD3E5
(189,211,229)
#C5D8E7
(197,216,231)
#CDDDE9
(205,221,233)
#D5E2EB
(213,226,235)
#DDE7ED
(221,231,237)
#E5ECEF
(229,236,239)
#EDF1F1
(237,241,241)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C4DF; }

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

This text font color is #A5C4DF.

Background Color

.myBgColor { background-color: #A5C4DF; }

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

This div background color is #A5C4DF.

Border color

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

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

This div border color is #A5C4DF.

Opacity

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

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

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

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

This text has shadow with #A5C4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C4DF.

Preview

Color preview on black background

This text has color #A5C4DF on black background.


Color preview on white background

This text has color #A5C4DF on white background.


Black color preview on #A5C4DF background

This text has black color on #A5C4DF background.


White color preview on #A5C4DF background

This text has white color on #A5C4DF background.


Related colors

Complementary color

Complementary color for #hex is #5A3B20.


I love getcolorcode.com

Triadic colors

1 #DFA5C4 and #C4DFA5 with #A5C4DF are triadic colors.

2 #DFC4A5 and #C4A5DF with #A5C4DF are triadic colors.