COLOR #A0C3CA

HEX: #A0C3CA
RGB: (160,195,202)

Color info

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

RGB color model

#A0C3CA color RGB value is (160,195,202).

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

RGB channels and saturation

R 160 of 255 = 63%
G 195 of 255 = 76%
B 202 of 255 = 79%

160
195
202

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

Portions of RGB colors in percentages

R + G + B =
160 + 195 + 202 = 557 (100%)
R 160 of 557 ~ 28.73%
G 195 of 557 ~ 35.01%
B 202 of 557 ~ 36.27%

%28.73
%35.01
%36.27

CMYK color model

#A0C3CA color CMYK value is (21,3,0,21).

  • cyan value is 20.79%
  • magenta value is 3.47%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(21,3,0,21)
C21M3Y0K21 
(21%,3%,0%,21%)
(0.21/0.03/0.00/0.21)	

CMYK percentages

%20.79
%3.47
%0
%20.78

Codes

Color #A0C3CA in popluar color models

A0C3CA
RGB160195202
HSL190°28.38%70.98%
HSB/HSV190°20.79%79.22%
CMYK20.79%3.47%0.00%
20.78%

Color #A0C3CA in popluar number systems.

HEXA0C3CA
Decimal160195202
Binary101000001100001111001010
Octal240303312

Shades and tints

Shades of #A0C3CA

#A0C3CA
(160,195,202)
#92B2B8
(146,178,184)
#84A1A6
(132,161,166)
#769094
(118,144,148)
#687F82
(104,127,130)
#5A6E70
(90,110,112)
#4C5D5E
(76,93,94)
#3E4C4C
(62,76,76)
#303B3A
(48,59,58)
#222A28
(34,42,40)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #A0C3CA

#A0C3CA
(160,195,202)
#A8C8CE
(168,200,206)
#B0CDD2
(176,205,210)
#B8D2D6
(184,210,214)
#C0D7DA
(192,215,218)
#C8DCDE
(200,220,222)
#D0E1E2
(208,225,226)
#D8E6E6
(216,230,230)
#E0EBEA
(224,235,234)
#E8F0EE
(232,240,238)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C3CA; }

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

This text font color is #A0C3CA.


Background Color

.myBgColor { background-color: #A0C3CA; }

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

This div background color is #A0C3CA.


Border color

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

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

This div border color is #A0C3CA.


Opacity

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

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

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

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

This text has shadow with #A0C3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C3CA on black background.


Color preview on white background

This text has color #A0C3CA on white background.



Black color preview on #A0C3CA background

This text has black color on #A0C3CA background.


White color preview on #A0C3CA background

This text has white color on #A0C3CA background.