COLOR #A5CCD3

HEX: #A5CCD3 RGB: (165,204,211)

Color info

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

RGB color model

#A5CCD3 color RGB value is (165,204,211).

RGB: (165,204,211) (65%, 80%, 83%)

RGB channels and saturation

R 165 of 255 = 65%
G 204 of 255 = 80%
B 211 of 255 = 83%

165
204
211

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

Portions of RGB colors in percentages

R + G + B = 165 + 204 + 211 = 580 (100%)
R 165 of 580 ~ 28.45%
G 204 of 580 ~ 35.17%
B 211 of 580 ~ 36.38'%

%28.45
%35.17
%36.38

CMYK color model

#A5CCD3 color CMYK value is (22,3,0,17).

  • cyan value is 21.80%
  • magenta value is 3.32%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (22,3,0,17)
C22M3Y0K17 (22%, 3%, 0%, 17%)
(0.22 / 0.03 / 0.00 / 0.17)

CMYK percentages

%21.8
%3.32
%0
%17.25

Codes

Color #A5CCD3 in popluar color models

A5 CC D3
RGB 165 204 211
HSL 189° 34.33% 73.73%
HSB/HSV 189° 21.80% 82.75%
CMYK 21.80% 3.32% 0.00%
17.25%

Color #A5CCD3 in popluar number systems.

HEX A5 CC D3
Decimal 165 204 211
Binary 10100101 11001100 11010011
Octal 245 314 323

Shades and tints

Shades of #A5CCD3

#A5CCD3
(165,204,211)
#96BAC0
(150,186,192)
#87A8AD
(135,168,173)
#78969A
(120,150,154)
#698487
(105,132,135)
#5A7274
(90,114,116)
#4B6061
(75,96,97)
#3C4E4E
(60,78,78)
#2D3C3B
(45,60,59)
#1E2A28
(30,42,40)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #A5CCD3

#A5CCD3
(165,204,211)
#ADD0D7
(173,208,215)
#B5D4DB
(181,212,219)
#BDD8DF
(189,216,223)
#C5DCE3
(197,220,227)
#CDE0E7
(205,224,231)
#D5E4EB
(213,228,235)
#DDE8EF
(221,232,239)
#E5ECF3
(229,236,243)
#EDF0F7
(237,240,247)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CCD3; }

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

This text font color is #A5CCD3.

Background Color

.myBgColor { background-color: #A5CCD3; }

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

This div background color is #A5CCD3.

Border color

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

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

This div border color is #A5CCD3.

Opacity

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

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

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

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

This text has shadow with #A5CCD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CCD3.

Preview

Color preview on black background

This text has color #A5CCD3 on black background.


Color preview on white background

This text has color #A5CCD3 on white background.


Black color preview on #A5CCD3 background

This text has black color on #A5CCD3 background.


White color preview on #A5CCD3 background

This text has white color on #A5CCD3 background.


Related colors

Complementary color

Complementary color for #hex is #5A332C.


I love getcolorcode.com

Triadic colors

1 #D3A5CC and #CCD3A5 with #A5CCD3 are triadic colors.

2 #D3CCA5 and #CCA5D3 with #A5CCD3 are triadic colors.