COLOR #A0C8CA

HEX: #A0C8CA
RGB: (160,200,202)

Color info

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

RGB color model

#A0C8CA color RGB value is (160,200,202).

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

RGB channels and saturation

R 160 of 255 = 63%
G 200 of 255 = 78%
B 202 of 255 = 79%

160
200
202

R + G + B ~ 73%. #A0C8CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 200 + 202 = 562 (100%)
R 160 of 562 ~ 28.47%
G 200 of 562 ~ 35.59%
B 202 of 562 ~ 35.94%

%28.47
%35.59
%35.94

CMYK color model

#A0C8CA color CMYK value is (21,1,0,21).

  • cyan value is 20.79%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(21,1,0,21)
C21M1Y0K21 
(21%,1%,0%,21%)
(0.21/0.01/0.00/0.21)	

CMYK percentages

%20.79
%0.99
%0
%20.78

Codes

Color #A0C8CA in popluar color models

A0C8CA
RGB160200202
HSL183°28.38%70.98%
HSB/HSV183°20.79%79.22%
CMYK20.79%0.99%0.00%
20.78%

Color #A0C8CA in popluar number systems.

HEXA0C8CA
Decimal160200202
Binary101000001100100011001010
Octal240310312

Shades and tints

Shades of #A0C8CA

#A0C8CA
(160,200,202)
#92B6B8
(146,182,184)
#84A4A6
(132,164,166)
#769294
(118,146,148)
#688082
(104,128,130)
#5A6E70
(90,110,112)
#4C5C5E
(76,92,94)
#3E4A4C
(62,74,76)
#30383A
(48,56,58)
#222628
(34,38,40)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #A0C8CA

#A0C8CA
(160,200,202)
#A8CDCE
(168,205,206)
#B0D2D2
(176,210,210)
#B8D7D6
(184,215,214)
#C0DCDA
(192,220,218)
#C8E1DE
(200,225,222)
#D0E6E2
(208,230,226)
#D8EBE6
(216,235,230)
#E0F0EA
(224,240,234)
#E8F5EE
(232,245,238)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C8CA; }

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

This text font color is #A0C8CA.


Background Color

.myBgColor { background-color: #A0C8CA; }

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

This div background color is #A0C8CA.


Border color

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

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

This div border color is #A0C8CA.


Opacity

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

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

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

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

This text has shadow with #A0C8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C8CA on black background.


Color preview on white background

This text has color #A0C8CA on white background.



Black color preview on #A0C8CA background

This text has black color on #A0C8CA background.


White color preview on #A0C8CA background

This text has white color on #A0C8CA background.