COLOR #A5C0D0

HEX: #A5C0D0 RGB: (165,192,208)

Color info

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

RGB color model

#A5C0D0 color RGB value is (165,192,208).

RGB: (165,192,208) (65%, 75%, 82%)

RGB channels and saturation

R 165 of 255 = 65%
G 192 of 255 = 75%
B 208 of 255 = 82%

165
192
208

R + G + B ~ 74%. #A5C0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 192 + 208 = 565 (100%)
R 165 of 565 ~ 29.2%
G 192 of 565 ~ 33.98%
B 208 of 565 ~ 36.81'%

%29.2
%33.98
%36.81

CMYK color model

#A5C0D0 color CMYK value is (21,8,0,18).

  • cyan value is 20.67%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (21,8,0,18) C21M8Y0K18 (21%,8%,0%,18%) (0.21/0.08/0.00/0.18) 

CMYK percentages

%20.67
%7.69
%0
%18.43

Codes

Color #A5C0D0 in popluar color models

A5 C0 D0
RGB 165 192 208
HSL 202° 31.39% 73.14%
HSB/HSV 202° 20.67% 81.57%
CMYK 20.67% 7.69% 0.00%
18.43%

Color #A5C0D0 in popluar number systems.

HEX A5 C0 D0
Decimal 165 192 208
Binary 10100101 11000000 11010000
Octal 245 300 320

Shades and tints

Shades of #A5C0D0

#A5C0D0
(165,192,208)
#96AFBE
(150,175,190)
#879EAC
(135,158,172)
#788D9A
(120,141,154)
#697C88
(105,124,136)
#5A6B76
(90,107,118)
#4B5A64
(75,90,100)
#3C4952
(60,73,82)
#2D3840
(45,56,64)
#1E272E
(30,39,46)
#0F161C
(15,22,28)
#000000
(0,0,0)

Tints of #A5C0D0

#A5C0D0
(165,192,208)
#ADC5D4
(173,197,212)
#B5CAD8
(181,202,216)
#BDCFDC
(189,207,220)
#C5D4E0
(197,212,224)
#CDD9E4
(205,217,228)
#D5DEE8
(213,222,232)
#DDE3EC
(221,227,236)
#E5E8F0
(229,232,240)
#EDEDF4
(237,237,244)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C0D0 color. Also use rgb(165,192,208) instead hex code.

Text Font Color

.myTextColor { color: #A5C0D0; }

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

This text font color is #A5C0D0.

Background Color

.myBgColor { background-color: #A5C0D0; }

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

This div background color is #A5C0D0.

Border color

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

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

This div border color is #A5C0D0.

Opacity

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

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

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

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

This text has shadow with #A5C0D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C0D0.

Preview

Color preview on black background

This text has color #A5C0D0 on black background.


Color preview on white background

This text has color #A5C0D0 on white background.


Black color preview on #A5C0D0 background

This text has black color on #A5C0D0 background.


White color preview on #A5C0D0 background

This text has white color on #A5C0D0 background.


Related colors

Complementary color

Complementary color for #hex is #5A3F2F.


I love getcolorcode.com

Triadic colors

1 #D0A5C0 and #C0D0A5 with #A5C0D0 are triadic colors.

2 #D0C0A5 and #C0A5D0 with #A5C0D0 are triadic colors.