COLOR #A5C5DD

HEX: #A5C5DD RGB: (165,197,221)

Color info

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

RGB color model

#A5C5DD color RGB value is (165,197,221).

RGB: (165,197,221) (65%, 77%, 87%)

RGB channels and saturation

R 165 of 255 = 65%
G 197 of 255 = 77%
B 221 of 255 = 87%

165
197
221

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

Portions of RGB colors in percentages

R + G + B = 165 + 197 + 221 = 583 (100%)
R 165 of 583 ~ 28.3%
G 197 of 583 ~ 33.79%
B 221 of 583 ~ 37.91'%

%28.3
%33.79
%37.91

CMYK color model

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

  • cyan value is 25.34%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (25,11,0,13)
C25M11Y0K13 (25%, 11%, 0%, 13%)
(0.25 / 0.11 / 0.00 / 0.13)

CMYK percentages

%25.34
%10.86
%0
%13.33

Codes

Color #A5C5DD in popluar color models

A5 C5 DD
RGB 165 197 221
HSL 206° 45.16% 75.69%
HSB/HSV 206° 25.34% 86.67%
CMYK 25.34% 10.86% 0.00%
13.33%

Color #A5C5DD in popluar number systems.

HEX A5 C5 DD
Decimal 165 197 221
Binary 10100101 11000101 11011101
Octal 245 305 335

Shades and tints

Shades of #A5C5DD

#A5C5DD
(165,197,221)
#96B4C9
(150,180,201)
#87A3B5
(135,163,181)
#7892A1
(120,146,161)
#69818D
(105,129,141)
#5A7079
(90,112,121)
#4B5F65
(75,95,101)
#3C4E51
(60,78,81)
#2D3D3D
(45,61,61)
#1E2C29
(30,44,41)
#0F1B15
(15,27,21)
#000000
(0,0,0)

Tints of #A5C5DD

#A5C5DD
(165,197,221)
#ADCAE0
(173,202,224)
#B5CFE3
(181,207,227)
#BDD4E6
(189,212,230)
#C5D9E9
(197,217,233)
#CDDEEC
(205,222,236)
#D5E3EF
(213,227,239)
#DDE8F2
(221,232,242)
#E5EDF5
(229,237,245)
#EDF2F8
(237,242,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C5DD; }

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

This text font color is #A5C5DD.

Background Color

.myBgColor { background-color: #A5C5DD; }

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

This div background color is #A5C5DD.

Border color

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

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

This div border color is #A5C5DD.

Opacity

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

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

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

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

This text has shadow with #A5C5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C5DD.

Preview

Color preview on black background

This text has color #A5C5DD on black background.


Color preview on white background

This text has color #A5C5DD on white background.


Black color preview on #A5C5DD background

This text has black color on #A5C5DD background.


White color preview on #A5C5DD background

This text has white color on #A5C5DD background.


Related colors

Complementary color

Complementary color for #hex is #5A3A22.


I love getcolorcode.com

Triadic colors

1 #DDA5C5 and #C5DDA5 with #A5C5DD are triadic colors.

2 #DDC5A5 and #C5A5DD with #A5C5DD are triadic colors.