COLOR #A0E1CF

HEX: #A0E1CF
RGB: (160,225,207)

Color info

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

RGB color model

#A0E1CF color RGB value is (160,225,207).

  • red value is 160;
  • green value is 225;
  • blue value is 207.
RGB:
(160,225,207)
(63%,88%,81%)

RGB channels and saturation

R 160 of 255 = 63%
G 225 of 255 = 88%
B 207 of 255 = 81%

160
225
207

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

Portions of RGB colors in percentages

R + G + B =
160 + 225 + 207 = 592 (100%)
R 160 of 592 ~ 27.03%
G 225 of 592 ~ 38.01%
B 207 of 592 ~ 34.97%

%27.03
%38.01
%34.97

CMYK color model

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

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

CMYK percentages

%28.89
%0
%8
%11.76

Codes

Color #A0E1CF in popluar color models

A0E1CF
RGB160225207
HSL163°52.00%75.49%
HSB/HSV163°28.89%88.24%
CMYK28.89%0.00%8.00%
11.76%

Color #A0E1CF in popluar number systems.

HEXA0E1CF
Decimal160225207
Binary101000001110000111001111
Octal240341317

Shades and tints

Shades of #A0E1CF

#A0E1CF
(160,225,207)
#92CDBD
(146,205,189)
#84B9AB
(132,185,171)
#76A599
(118,165,153)
#689187
(104,145,135)
#5A7D75
(90,125,117)
#4C6963
(76,105,99)
#3E5551
(62,85,81)
#30413F
(48,65,63)
#222D2D
(34,45,45)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #A0E1CF

#A0E1CF
(160,225,207)
#A8E3D3
(168,227,211)
#B0E5D7
(176,229,215)
#B8E7DB
(184,231,219)
#C0E9DF
(192,233,223)
#C8EBE3
(200,235,227)
#D0EDE7
(208,237,231)
#D8EFEB
(216,239,235)
#E0F1EF
(224,241,239)
#E8F3F3
(232,243,243)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E1CF color. Also use rgb(160,225,207) instead hex code.

Text Font Color

.myTextColor { color: #A0E1CF; }

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

This text font color is #A0E1CF.


Background Color

.myBgColor { background-color: #A0E1CF; }

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

This div background color is #A0E1CF.


Border color

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

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

This div border color is #A0E1CF.


Opacity

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

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

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

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

This text has shadow with #A0E1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E1CF on black background.


Color preview on white background

This text has color #A0E1CF on white background.



Black color preview on #A0E1CF background

This text has black color on #A0E1CF background.


White color preview on #A0E1CF background

This text has white color on #A0E1CF background.