COLOR #A0E0CE

HEX: #A0E0CE RGB: (160,224,206)

Color info

#A0E0CE contains mainly green and blue colors. Web safe color of #A0E0CE is #99CCCC (or #9CC).

RGB color model

#A0E0CE color RGB value is (160,224,206).

RGB: (160,224,206) (63%, 88%, 81%)

RGB channels and saturation

R 160 of 255 = 63%
G 224 of 255 = 88%
B 206 of 255 = 81%

160
224
206

R + G + B ~ 77%. #A0E0CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 224 + 206 = 590 (100%)
R 160 of 590 ~ 27.12%
G 224 of 590 ~ 37.97%
B 206 of 590 ~ 34.92'%

%27.12
%37.97
%34.92

CMYK color model

#A0E0CE color CMYK value is (29,0,8,12).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 8.04%
  • key color value is 12.16%
CMYK: (29,0,8,12) C29M0Y8K12 (29%,0%,8%,12%) (0.29/0.00/0.08/0.12) 

CMYK percentages

%28.57
%0
%8.04
%12.16

Codes

Color #A0E0CE in popluar color models

A0 E0 CE
RGB 160 224 206
HSL 163° 50.79% 75.29%
HSB/HSV 163° 28.57% 87.84%
CMYK 28.57% 0.00% 8.04%
12.16%

Color #A0E0CE in popluar number systems.

HEX A0 E0 CE
Decimal 160 224 206
Binary 10100000 11100000 11001110
Octal 240 340 316

Shades and tints

Shades of #A0E0CE

#A0E0CE
(160,224,206)
#92CCBC
(146,204,188)
#84B8AA
(132,184,170)
#76A498
(118,164,152)
#689086
(104,144,134)
#5A7C74
(90,124,116)
#4C6862
(76,104,98)
#3E5450
(62,84,80)
#30403E
(48,64,62)
#222C2C
(34,44,44)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #A0E0CE

#A0E0CE
(160,224,206)
#A8E2D2
(168,226,210)
#B0E4D6
(176,228,214)
#B8E6DA
(184,230,218)
#C0E8DE
(192,232,222)
#C8EAE2
(200,234,226)
#D0ECE6
(208,236,230)
#D8EEEA
(216,238,234)
#E0F0EE
(224,240,238)
#E8F2F2
(232,242,242)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E0CE; }

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

This text font color is #A0E0CE.

Background Color

.myBgColor { background-color: #A0E0CE; }

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

This div background color is #A0E0CE.

Border color

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

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

This div border color is #A0E0CE.

Opacity

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

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

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

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

This text has shadow with #A0E0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E0CE.

Preview

Color preview on black background

This text has color #A0E0CE on black background.


Color preview on white background

This text has color #A0E0CE on white background.


Black color preview on #A0E0CE background

This text has black color on #A0E0CE background.


White color preview on #A0E0CE background

This text has white color on #A0E0CE background.


Related colors

Complementary color

Complementary color for #hex is #5F1F31.


I love getcolorcode.com

Triadic colors

1 #CEA0E0 and #E0CEA0 with #A0E0CE are triadic colors.

2 #CEE0A0 and #E0A0CE with #A0E0CE are triadic colors.