COLOR #A5CCDC

HEX: #A5CCDC RGB: (165,204,220)

Color info

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

RGB color model

#A5CCDC color RGB value is (165,204,220).

RGB: (165,204,220) (65%, 80%, 86%)

RGB channels and saturation

R 165 of 255 = 65%
G 204 of 255 = 80%
B 220 of 255 = 86%

165
204
220

R + G + B ~ 77%. #A5CCDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 204 + 220 = 589 (100%)
R 165 of 589 ~ 28.01%
G 204 of 589 ~ 34.63%
B 220 of 589 ~ 37.35'%

%28.01
%34.63
%37.35

CMYK color model

#A5CCDC color CMYK value is (25,7,0,14).

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

CMYK: (25,7,0,14)
C25M7Y0K14 (25%, 7%, 0%, 14%)
(0.25 / 0.07 / 0.00 / 0.14)

CMYK percentages

%25
%7.27
%0
%13.73

Codes

Color #A5CCDC in popluar color models

A5 CC DC
RGB 165 204 220
HSL 197° 44.00% 75.49%
HSB/HSV 197° 25.00% 86.27%
CMYK 25.00% 7.27% 0.00%
13.73%

Color #A5CCDC in popluar number systems.

HEX A5 CC DC
Decimal 165 204 220
Binary 10100101 11001100 11011100
Octal 245 314 334

Shades and tints

Shades of #A5CCDC

#A5CCDC
(165,204,220)
#96BAC8
(150,186,200)
#87A8B4
(135,168,180)
#7896A0
(120,150,160)
#69848C
(105,132,140)
#5A7278
(90,114,120)
#4B6064
(75,96,100)
#3C4E50
(60,78,80)
#2D3C3C
(45,60,60)
#1E2A28
(30,42,40)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #A5CCDC

#A5CCDC
(165,204,220)
#ADD0DF
(173,208,223)
#B5D4E2
(181,212,226)
#BDD8E5
(189,216,229)
#C5DCE8
(197,220,232)
#CDE0EB
(205,224,235)
#D5E4EE
(213,228,238)
#DDE8F1
(221,232,241)
#E5ECF4
(229,236,244)
#EDF0F7
(237,240,247)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CCDC; }

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

This text font color is #A5CCDC.

Background Color

.myBgColor { background-color: #A5CCDC; }

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

This div background color is #A5CCDC.

Border color

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

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

This div border color is #A5CCDC.

Opacity

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

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

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

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

This text has shadow with #A5CCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CCDC.

Preview

Color preview on black background

This text has color #A5CCDC on black background.


Color preview on white background

This text has color #A5CCDC on white background.


Black color preview on #A5CCDC background

This text has black color on #A5CCDC background.


White color preview on #A5CCDC background

This text has white color on #A5CCDC background.


Related colors

Complementary color

Complementary color for #hex is #5A3323.


I love getcolorcode.com

Triadic colors

1 #DCA5CC and #CCDCA5 with #A5CCDC are triadic colors.

2 #DCCCA5 and #CCA5DC with #A5CCDC are triadic colors.