COLOR #A0C2CE

HEX: #A0C2CE
RGB: (160,194,206)

Color info

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

RGB color model

#A0C2CE color RGB value is (160,194,206).

  • red value is 160;
  • green value is 194;
  • blue value is 206.
RGB:
(160,194,206)
(63%,76%,81%)

RGB channels and saturation

R 160 of 255 = 63%
G 194 of 255 = 76%
B 206 of 255 = 81%

160
194
206

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

Portions of RGB colors in percentages

R + G + B =
160 + 194 + 206 = 560 (100%)
R 160 of 560 ~ 28.57%
G 194 of 560 ~ 34.64%
B 206 of 560 ~ 36.79%

%28.57
%34.64
%36.79

CMYK color model

#A0C2CE color CMYK value is (22,6,0,19).

  • cyan value is 22.33%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(22,6,0,19)
C22M6Y0K19 
(22%,6%,0%,19%)
(0.22/0.06/0.00/0.19)	

CMYK percentages

%22.33
%5.83
%0
%19.22

Codes

Color #A0C2CE in popluar color models

A0C2CE
RGB160194206
HSL196°31.94%71.76%
HSB/HSV196°22.33%80.78%
CMYK22.33%5.83%0.00%
19.22%

Color #A0C2CE in popluar number systems.

HEXA0C2CE
Decimal160194206
Binary101000001100001011001110
Octal240302316

Shades and tints

Shades of #A0C2CE

#A0C2CE
(160,194,206)
#92B1BC
(146,177,188)
#84A0AA
(132,160,170)
#768F98
(118,143,152)
#687E86
(104,126,134)
#5A6D74
(90,109,116)
#4C5C62
(76,92,98)
#3E4B50
(62,75,80)
#303A3E
(48,58,62)
#22292C
(34,41,44)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #A0C2CE

#A0C2CE
(160,194,206)
#A8C7D2
(168,199,210)
#B0CCD6
(176,204,214)
#B8D1DA
(184,209,218)
#C0D6DE
(192,214,222)
#C8DBE2
(200,219,226)
#D0E0E6
(208,224,230)
#D8E5EA
(216,229,234)
#E0EAEE
(224,234,238)
#E8EFF2
(232,239,242)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C2CE color. Also use rgb(160,194,206) instead hex code.

Text Font Color

.myTextColor { color: #A0C2CE; }

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

This text font color is #A0C2CE.


Background Color

.myBgColor { background-color: #A0C2CE; }

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

This div background color is #A0C2CE.


Border color

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

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

This div border color is #A0C2CE.


Opacity

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

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

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

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

This text has shadow with #A0C2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C2CE on black background.


Color preview on white background

This text has color #A0C2CE on white background.



Black color preview on #A0C2CE background

This text has black color on #A0C2CE background.


White color preview on #A0C2CE background

This text has white color on #A0C2CE background.