COLOR #A0E1DD

HEX: #A0E1DD
RGB: (160,225,221)

Color info

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

RGB color model

#A0E1DD color RGB value is (160,225,221).

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

RGB channels and saturation

R 160 of 255 = 63%
G 225 of 255 = 88%
B 221 of 255 = 87%

160
225
221

R + G + B ~ 79%. #A0E1DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 225 + 221 = 606 (100%)
R 160 of 606 ~ 26.4%
G 225 of 606 ~ 37.13%
B 221 of 606 ~ 36.47%

%26.4
%37.13
%36.47

CMYK color model

#A0E1DD color CMYK value is (29,0,2,12).

  • cyan value is 28.89%
  • magenta value is 0.00%
  • yellow value is 1.78%
  • key color value is 11.76%
CMYK:
(29,0,2,12)
C29M0Y2K12 
(29%,0%,2%,12%)
(0.29/0.00/0.02/0.12)	

CMYK percentages

%28.89
%0
%1.78
%11.76

Codes

Color #A0E1DD in popluar color models

A0E1DD
RGB160225221
HSL176°52.00%75.49%
HSB/HSV176°28.89%88.24%
CMYK28.89%0.00%1.78%
11.76%

Color #A0E1DD in popluar number systems.

HEXA0E1DD
Decimal160225221
Binary101000001110000111011101
Octal240341335

Shades and tints

Shades of #A0E1DD

#A0E1DD
(160,225,221)
#92CDC9
(146,205,201)
#84B9B5
(132,185,181)
#76A5A1
(118,165,161)
#68918D
(104,145,141)
#5A7D79
(90,125,121)
#4C6965
(76,105,101)
#3E5551
(62,85,81)
#30413D
(48,65,61)
#222D29
(34,45,41)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #A0E1DD

#A0E1DD
(160,225,221)
#A8E3E0
(168,227,224)
#B0E5E3
(176,229,227)
#B8E7E6
(184,231,230)
#C0E9E9
(192,233,233)
#C8EBEC
(200,235,236)
#D0EDEF
(208,237,239)
#D8EFF2
(216,239,242)
#E0F1F5
(224,241,245)
#E8F3F8
(232,243,248)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E1DD; }

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

This text font color is #A0E1DD.


Background Color

.myBgColor { background-color: #A0E1DD; }

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

This div background color is #A0E1DD.


Border color

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

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

This div border color is #A0E1DD.


Opacity

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

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

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

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

This text has shadow with #A0E1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E1DD on black background.


Color preview on white background

This text has color #A0E1DD on white background.



Black color preview on #A0E1DD background

This text has black color on #A0E1DD background.


White color preview on #A0E1DD background

This text has white color on #A0E1DD background.