COLOR #A0C2CB

HEX: #A0C2CB
RGB: (160,194,203)

Color info

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

RGB color model

#A0C2CB color RGB value is (160,194,203).

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

RGB channels and saturation

R 160 of 255 = 63%
G 194 of 255 = 76%
B 203 of 255 = 80%

160
194
203

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

Portions of RGB colors in percentages

R + G + B =
160 + 194 + 203 = 557 (100%)
R 160 of 557 ~ 28.73%
G 194 of 557 ~ 34.83%
B 203 of 557 ~ 36.45%

%28.73
%34.83
%36.45

CMYK color model

#A0C2CB color CMYK value is (21,4,0,20).

  • cyan value is 21.18%
  • magenta value is 4.43%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(21,4,0,20)
C21M4Y0K20 
(21%,4%,0%,20%)
(0.21/0.04/0.00/0.20)	

CMYK percentages

%21.18
%4.43
%0
%20.39

Codes

Color #A0C2CB in popluar color models

A0C2CB
RGB160194203
HSL193°29.25%71.18%
HSB/HSV193°21.18%79.61%
CMYK21.18%4.43%0.00%
20.39%

Color #A0C2CB in popluar number systems.

HEXA0C2CB
Decimal160194203
Binary101000001100001011001011
Octal240302313

Shades and tints

Shades of #A0C2CB

#A0C2CB
(160,194,203)
#92B1B9
(146,177,185)
#84A0A7
(132,160,167)
#768F95
(118,143,149)
#687E83
(104,126,131)
#5A6D71
(90,109,113)
#4C5C5F
(76,92,95)
#3E4B4D
(62,75,77)
#303A3B
(48,58,59)
#222929
(34,41,41)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #A0C2CB

#A0C2CB
(160,194,203)
#A8C7CF
(168,199,207)
#B0CCD3
(176,204,211)
#B8D1D7
(184,209,215)
#C0D6DB
(192,214,219)
#C8DBDF
(200,219,223)
#D0E0E3
(208,224,227)
#D8E5E7
(216,229,231)
#E0EAEB
(224,234,235)
#E8EFEF
(232,239,239)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C2CB; }

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

This text font color is #A0C2CB.


Background Color

.myBgColor { background-color: #A0C2CB; }

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

This div background color is #A0C2CB.


Border color

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

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

This div border color is #A0C2CB.


Opacity

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

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

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

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

This text has shadow with #A0C2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C2CB on black background.


Color preview on white background

This text has color #A0C2CB on white background.



Black color preview on #A0C2CB background

This text has black color on #A0C2CB background.


White color preview on #A0C2CB background

This text has white color on #A0C2CB background.