COLOR #A5CDD1

HEX: #A5CDD1 RGB: (165,205,209)

Color info

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

RGB color model

#A5CDD1 color RGB value is (165,205,209).

RGB: (165,205,209) (65%, 80%, 82%)

RGB channels and saturation

R 165 of 255 = 65%
G 205 of 255 = 80%
B 209 of 255 = 82%

165
205
209

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

Portions of RGB colors in percentages

R + G + B = 165 + 205 + 209 = 579 (100%)
R 165 of 579 ~ 28.5%
G 205 of 579 ~ 35.41%
B 209 of 579 ~ 36.1'%

%28.5
%35.41
%36.1

CMYK color model

#A5CDD1 color CMYK value is (21,2,0,18).

  • cyan value is 21.05%
  • magenta value is 1.91%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (21,2,0,18)
C21M2Y0K18 (21%, 2%, 0%, 18%)
(0.21 / 0.02 / 0.00 / 0.18)

CMYK percentages

%21.05
%1.91
%0
%18.04

Codes

Color #A5CDD1 in popluar color models

A5 CD D1
RGB 165 205 209
HSL 185° 32.35% 73.33%
HSB/HSV 185° 21.05% 81.96%
CMYK 21.05% 1.91% 0.00%
18.04%

Color #A5CDD1 in popluar number systems.

HEX A5 CD D1
Decimal 165 205 209
Binary 10100101 11001101 11010001
Octal 245 315 321

Shades and tints

Shades of #A5CDD1

#A5CDD1
(165,205,209)
#96BBBE
(150,187,190)
#87A9AB
(135,169,171)
#789798
(120,151,152)
#698585
(105,133,133)
#5A7372
(90,115,114)
#4B615F
(75,97,95)
#3C4F4C
(60,79,76)
#2D3D39
(45,61,57)
#1E2B26
(30,43,38)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #A5CDD1

#A5CDD1
(165,205,209)
#ADD1D5
(173,209,213)
#B5D5D9
(181,213,217)
#BDD9DD
(189,217,221)
#C5DDE1
(197,221,225)
#CDE1E5
(205,225,229)
#D5E5E9
(213,229,233)
#DDE9ED
(221,233,237)
#E5EDF1
(229,237,241)
#EDF1F5
(237,241,245)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CDD1 color. Also use rgb(165,205,209) instead hex code.

Text Font Color

.myTextColor { color: #A5CDD1; }

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

This text font color is #A5CDD1.

Background Color

.myBgColor { background-color: #A5CDD1; }

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

This div background color is #A5CDD1.

Border color

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

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

This div border color is #A5CDD1.

Opacity

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

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

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

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

This text has shadow with #A5CDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CDD1.

Preview

Color preview on black background

This text has color #A5CDD1 on black background.


Color preview on white background

This text has color #A5CDD1 on white background.


Black color preview on #A5CDD1 background

This text has black color on #A5CDD1 background.


White color preview on #A5CDD1 background

This text has white color on #A5CDD1 background.


Related colors

Complementary color

Complementary color for #hex is #5A322E.


I love getcolorcode.com

Triadic colors

1 #D1A5CD and #CDD1A5 with #A5CDD1 are triadic colors.

2 #D1CDA5 and #CDA5D1 with #A5CDD1 are triadic colors.