COLOR #A0C7DE

HEX: #A0C7DE RGB: (160,199,222)

Color info

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

RGB color model

#A0C7DE color RGB value is (160,199,222).

RGB: (160,199,222) (63%, 78%, 87%)

RGB channels and saturation

R 160 of 255 = 63%
G 199 of 255 = 78%
B 222 of 255 = 87%

160
199
222

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

Portions of RGB colors in percentages

R + G + B = 160 + 199 + 222 = 581 (100%)
R 160 of 581 ~ 27.54%
G 199 of 581 ~ 34.25%
B 222 of 581 ~ 38.21'%

%27.54
%34.25
%38.21

CMYK color model

#A0C7DE color CMYK value is (28,10,0,13).

  • cyan value is 27.93%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (28,10,0,13) C28M10Y0K13 (28%,10%,0%,13%) (0.28/0.10/0.00/0.13) 

CMYK percentages

%27.93
%10.36
%0
%12.94

Codes

Color #A0C7DE in popluar color models

A0 C7 DE
RGB 160 199 222
HSL 202° 48.44% 74.90%
HSB/HSV 202° 27.93% 87.06%
CMYK 27.93% 10.36% 0.00%
12.94%

Color #A0C7DE in popluar number systems.

HEX A0 C7 DE
Decimal 160 199 222
Binary 10100000 11000111 11011110
Octal 240 307 336

Shades and tints

Shades of #A0C7DE

#A0C7DE
(160,199,222)
#92B5CA
(146,181,202)
#84A3B6
(132,163,182)
#7691A2
(118,145,162)
#687F8E
(104,127,142)
#5A6D7A
(90,109,122)
#4C5B66
(76,91,102)
#3E4952
(62,73,82)
#30373E
(48,55,62)
#22252A
(34,37,42)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #A0C7DE

#A0C7DE
(160,199,222)
#A8CCE1
(168,204,225)
#B0D1E4
(176,209,228)
#B8D6E7
(184,214,231)
#C0DBEA
(192,219,234)
#C8E0ED
(200,224,237)
#D0E5F0
(208,229,240)
#D8EAF3
(216,234,243)
#E0EFF6
(224,239,246)
#E8F4F9
(232,244,249)
#F0F9FC
(240,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C7DE color. Also use rgb(160,199,222) instead hex code.

Text Font Color

.myTextColor { color: #A0C7DE; }

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

This text font color is #A0C7DE.

Background Color

.myBgColor { background-color: #A0C7DE; }

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

This div background color is #A0C7DE.

Border color

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

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

This div border color is #A0C7DE.

Opacity

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

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

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

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

This text has shadow with #A0C7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C7DE.

Preview

Color preview on black background

This text has color #A0C7DE on black background.


Color preview on white background

This text has color #A0C7DE on white background.


Black color preview on #A0C7DE background

This text has black color on #A0C7DE background.


White color preview on #A0C7DE background

This text has white color on #A0C7DE background.


Related colors

Complementary color

Complementary color for #hex is #5F3821.


I love getcolorcode.com

Triadic colors

1 #DEA0C7 and #C7DEA0 with #A0C7DE are triadic colors.

2 #DEC7A0 and #C7A0DE with #A0C7DE are triadic colors.