COLOR #A0C0C8

HEX: #A0C0C8
RGB: (160,192,200)

Color info

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

RGB color model

#A0C0C8 color RGB value is (160,192,200).

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

RGB channels and saturation

R 160 of 255 = 63%
G 192 of 255 = 75%
B 200 of 255 = 78%

160
192
200

R + G + B ~ 72%. #A0C0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 192 + 200 = 552 (100%)
R 160 of 552 ~ 28.99%
G 192 of 552 ~ 34.78%
B 200 of 552 ~ 36.23%

%28.99
%34.78
%36.23

CMYK color model

#A0C0C8 color CMYK value is (20,4,0,22).

  • cyan value is 20.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(20,4,0,22)
C20M4Y0K22 
(20%,4%,0%,22%)
(0.20/0.04/0.00/0.22)	

CMYK percentages

%20
%4
%0
%21.57

Codes

Color #A0C0C8 in popluar color models

A0C0C8
RGB160192200
HSL192°26.67%70.59%
HSB/HSV192°20.00%78.43%
CMYK20.00%4.00%0.00%
21.57%

Color #A0C0C8 in popluar number systems.

HEXA0C0C8
Decimal160192200
Binary101000001100000011001000
Octal240300310

Shades and tints

Shades of #A0C0C8

#A0C0C8
(160,192,200)
#92AFB6
(146,175,182)
#849EA4
(132,158,164)
#768D92
(118,141,146)
#687C80
(104,124,128)
#5A6B6E
(90,107,110)
#4C5A5C
(76,90,92)
#3E494A
(62,73,74)
#303838
(48,56,56)
#222726
(34,39,38)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #A0C0C8

#A0C0C8
(160,192,200)
#A8C5CD
(168,197,205)
#B0CAD2
(176,202,210)
#B8CFD7
(184,207,215)
#C0D4DC
(192,212,220)
#C8D9E1
(200,217,225)
#D0DEE6
(208,222,230)
#D8E3EB
(216,227,235)
#E0E8F0
(224,232,240)
#E8EDF5
(232,237,245)
#F0F2FA
(240,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C0C8; }

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

This text font color is #A0C0C8.


Background Color

.myBgColor { background-color: #A0C0C8; }

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

This div background color is #A0C0C8.


Border color

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

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

This div border color is #A0C0C8.


Opacity

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

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

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

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

This text has shadow with #A0C0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C0C8 on black background.


Color preview on white background

This text has color #A0C0C8 on white background.



Black color preview on #A0C0C8 background

This text has black color on #A0C0C8 background.


White color preview on #A0C0C8 background

This text has white color on #A0C0C8 background.