COLOR #A0CECC

HEX: #A0CECC
RGB: (160,206,204)

Color info

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

RGB color model

#A0CECC color RGB value is (160,206,204).

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

RGB channels and saturation

R 160 of 255 = 63%
G 206 of 255 = 81%
B 204 of 255 = 80%

160
206
204

R + G + B ~ 75%. #A0CECC is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 206 + 204 = 570 (100%)
R 160 of 570 ~ 28.07%
G 206 of 570 ~ 36.14%
B 204 of 570 ~ 35.79%

%28.07
%36.14
%35.79

CMYK color model

#A0CECC color CMYK value is (22,0,1,19).

  • cyan value is 22.33%
  • magenta value is 0.00%
  • yellow value is 0.97%
  • key color value is 19.22%
CMYK:
(22,0,1,19)
C22M0Y1K19 
(22%,0%,1%,19%)
(0.22/0.00/0.01/0.19)	

CMYK percentages

%22.33
%0
%0.97
%19.22

Codes

Color #A0CECC in popluar color models

A0CECC
RGB160206204
HSL177°31.94%71.76%
HSB/HSV177°22.33%80.78%
CMYK22.33%0.00%0.97%
19.22%

Color #A0CECC in popluar number systems.

HEXA0CECC
Decimal160206204
Binary101000001100111011001100
Octal240316314

Shades and tints

Shades of #A0CECC

#A0CECC
(160,206,204)
#92BCBA
(146,188,186)
#84AAA8
(132,170,168)
#769896
(118,152,150)
#688684
(104,134,132)
#5A7472
(90,116,114)
#4C6260
(76,98,96)
#3E504E
(62,80,78)
#303E3C
(48,62,60)
#222C2A
(34,44,42)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #A0CECC

#A0CECC
(160,206,204)
#A8D2D0
(168,210,208)
#B0D6D4
(176,214,212)
#B8DAD8
(184,218,216)
#C0DEDC
(192,222,220)
#C8E2E0
(200,226,224)
#D0E6E4
(208,230,228)
#D8EAE8
(216,234,232)
#E0EEEC
(224,238,236)
#E8F2F0
(232,242,240)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0CECC; }

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

This text font color is #A0CECC.


Background Color

.myBgColor { background-color: #A0CECC; }

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

This div background color is #A0CECC.


Border color

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

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

This div border color is #A0CECC.


Opacity

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

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

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

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

This text has shadow with #A0CECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CECC on black background.


Color preview on white background

This text has color #A0CECC on white background.



Black color preview on #A0CECC background

This text has black color on #A0CECC background.


White color preview on #A0CECC background

This text has white color on #A0CECC background.