COLOR #A0C8DD

HEX: #A0C8DD
RGB: (160,200,221)

Color info

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

RGB color model

#A0C8DD color RGB value is (160,200,221).

  • red value is 160;
  • green value is 200;
  • blue value is 221.
RGB:
(160,200,221)
(63%,78%,87%)

RGB channels and saturation

R 160 of 255 = 63%
G 200 of 255 = 78%
B 221 of 255 = 87%

160
200
221

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

Portions of RGB colors in percentages

R + G + B =
160 + 200 + 221 = 581 (100%)
R 160 of 581 ~ 27.54%
G 200 of 581 ~ 34.42%
B 221 of 581 ~ 38.04%

%27.54
%34.42
%38.04

CMYK color model

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

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

CMYK percentages

%27.6
%9.5
%0
%13.33

Codes

Color #A0C8DD in popluar color models

A0C8DD
RGB160200221
HSL201°47.29%74.71%
HSB/HSV201°27.60%86.67%
CMYK27.60%9.50%0.00%
13.33%

Color #A0C8DD in popluar number systems.

HEXA0C8DD
Decimal160200221
Binary101000001100100011011101
Octal240310335

Shades and tints

Shades of #A0C8DD

#A0C8DD
(160,200,221)
#92B6C9
(146,182,201)
#84A4B5
(132,164,181)
#7692A1
(118,146,161)
#68808D
(104,128,141)
#5A6E79
(90,110,121)
#4C5C65
(76,92,101)
#3E4A51
(62,74,81)
#30383D
(48,56,61)
#222629
(34,38,41)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #A0C8DD

#A0C8DD
(160,200,221)
#A8CDE0
(168,205,224)
#B0D2E3
(176,210,227)
#B8D7E6
(184,215,230)
#C0DCE9
(192,220,233)
#C8E1EC
(200,225,236)
#D0E6EF
(208,230,239)
#D8EBF2
(216,235,242)
#E0F0F5
(224,240,245)
#E8F5F8
(232,245,248)
#F0FAFB
(240,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C8DD color. Also use rgb(160,200,221) instead hex code.

Text Font Color

.myTextColor { color: #A0C8DD; }

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

This text font color is #A0C8DD.


Background Color

.myBgColor { background-color: #A0C8DD; }

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

This div background color is #A0C8DD.


Border color

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

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

This div border color is #A0C8DD.


Opacity

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

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

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

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

This text has shadow with #A0C8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C8DD on black background.


Color preview on white background

This text has color #A0C8DD on white background.



Black color preview on #A0C8DD background

This text has black color on #A0C8DD background.


White color preview on #A0C8DD background

This text has white color on #A0C8DD background.