COLOR #A5C8DC

HEX: #A5C8DC RGB: (165,200,220)

Color info

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

RGB color model

#A5C8DC color RGB value is (165,200,220).

RGB: (165,200,220) (65%, 78%, 86%)

RGB channels and saturation

R 165 of 255 = 65%
G 200 of 255 = 78%
B 220 of 255 = 86%

165
200
220

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

Portions of RGB colors in percentages

R + G + B = 165 + 200 + 220 = 585 (100%)
R 165 of 585 ~ 28.21%
G 200 of 585 ~ 34.19%
B 220 of 585 ~ 37.61'%

%28.21
%34.19
%37.61

CMYK color model

#A5C8DC color CMYK value is (25,9,0,14).

  • cyan value is 25.00%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (25,9,0,14)
C25M9Y0K14 (25%, 9%, 0%, 14%)
(0.25 / 0.09 / 0.00 / 0.14)

CMYK percentages

%25
%9.09
%0
%13.73

Codes

Color #A5C8DC in popluar color models

A5 C8 DC
RGB 165 200 220
HSL 202° 44.00% 75.49%
HSB/HSV 202° 25.00% 86.27%
CMYK 25.00% 9.09% 0.00%
13.73%

Color #A5C8DC in popluar number systems.

HEX A5 C8 DC
Decimal 165 200 220
Binary 10100101 11001000 11011100
Octal 245 310 334

Shades and tints

Shades of #A5C8DC

#A5C8DC
(165,200,220)
#96B6C8
(150,182,200)
#87A4B4
(135,164,180)
#7892A0
(120,146,160)
#69808C
(105,128,140)
#5A6E78
(90,110,120)
#4B5C64
(75,92,100)
#3C4A50
(60,74,80)
#2D383C
(45,56,60)
#1E2628
(30,38,40)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #A5C8DC

#A5C8DC
(165,200,220)
#ADCDDF
(173,205,223)
#B5D2E2
(181,210,226)
#BDD7E5
(189,215,229)
#C5DCE8
(197,220,232)
#CDE1EB
(205,225,235)
#D5E6EE
(213,230,238)
#DDEBF1
(221,235,241)
#E5F0F4
(229,240,244)
#EDF5F7
(237,245,247)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C8DC color. Also use rgb(165,200,220) instead hex code.

Text Font Color

.myTextColor { color: #A5C8DC; }

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

This text font color is #A5C8DC.

Background Color

.myBgColor { background-color: #A5C8DC; }

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

This div background color is #A5C8DC.

Border color

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

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

This div border color is #A5C8DC.

Opacity

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

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

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

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

This text has shadow with #A5C8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C8DC.

Preview

Color preview on black background

This text has color #A5C8DC on black background.


Color preview on white background

This text has color #A5C8DC on white background.


Black color preview on #A5C8DC background

This text has black color on #A5C8DC background.


White color preview on #A5C8DC background

This text has white color on #A5C8DC background.


Related colors

Complementary color

Complementary color for #hex is #5A3723.


I love getcolorcode.com

Triadic colors

1 #DCA5C8 and #C8DCA5 with #A5C8DC are triadic colors.

2 #DCC8A5 and #C8A5DC with #A5C8DC are triadic colors.