COLOR #A0C5DC

HEX: #A0C5DC RGB: (160,197,220)

Color info

#A0C5DC contains mainly green and blue colors. Web safe color of #A0C5DC is #99CCCC (or #9CC).

RGB color model

#A0C5DC color RGB value is (160,197,220).

RGB: (160,197,220) (63%, 77%, 86%)

RGB channels and saturation

R 160 of 255 = 63%
G 197 of 255 = 77%
B 220 of 255 = 86%

160
197
220

R + G + B ~ 75%. #A0C5DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 197 + 220 = 577 (100%)
R 160 of 577 ~ 27.73%
G 197 of 577 ~ 34.14%
B 220 of 577 ~ 38.13'%

%27.73
%34.14
%38.13

CMYK color model

#A0C5DC color CMYK value is (27,10,0,14).

  • cyan value is 27.27%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (27,10,0,14)
C27M10Y0K14 (27%, 10%, 0%, 14%)
(0.27 / 0.10 / 0.00 / 0.14)

CMYK percentages

%27.27
%10.45
%0
%13.73

Codes

Color #A0C5DC in popluar color models

A0 C5 DC
RGB 160 197 220
HSL 203° 46.15% 74.51%
HSB/HSV 203° 27.27% 86.27%
CMYK 27.27% 10.45% 0.00%
13.73%

Color #A0C5DC in popluar number systems.

HEX A0 C5 DC
Decimal 160 197 220
Binary 10100000 11000101 11011100
Octal 240 305 334

Shades and tints

Shades of #A0C5DC

#A0C5DC
(160,197,220)
#92B4C8
(146,180,200)
#84A3B4
(132,163,180)
#7692A0
(118,146,160)
#68818C
(104,129,140)
#5A7078
(90,112,120)
#4C5F64
(76,95,100)
#3E4E50
(62,78,80)
#303D3C
(48,61,60)
#222C28
(34,44,40)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #A0C5DC

#A0C5DC
(160,197,220)
#A8CADF
(168,202,223)
#B0CFE2
(176,207,226)
#B8D4E5
(184,212,229)
#C0D9E8
(192,217,232)
#C8DEEB
(200,222,235)
#D0E3EE
(208,227,238)
#D8E8F1
(216,232,241)
#E0EDF4
(224,237,244)
#E8F2F7
(232,242,247)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C5DC color. Also use rgb(160,197,220) instead hex code.

Text Font Color

.myTextColor { color: #A0C5DC; }

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

This text font color is #A0C5DC.

Background Color

.myBgColor { background-color: #A0C5DC; }

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

This div background color is #A0C5DC.

Border color

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

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

This div border color is #A0C5DC.

Opacity

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

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

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

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

This text has shadow with #A0C5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C5DC.

Preview

Color preview on black background

This text has color #A0C5DC on black background.


Color preview on white background

This text has color #A0C5DC on white background.


Black color preview on #A0C5DC background

This text has black color on #A0C5DC background.


White color preview on #A0C5DC background

This text has white color on #A0C5DC background.


Related colors

Complementary color

Complementary color for #hex is #5F3A23.


I love getcolorcode.com

Triadic colors

1 #DCA0C5 and #C5DCA0 with #A0C5DC are triadic colors.

2 #DCC5A0 and #C5A0DC with #A0C5DC are triadic colors.