COLOR #A0DDDD

HEX: #A0DDDD
RGB: (160,221,221)

Color info

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

RGB color model

#A0DDDD color RGB value is (160,221,221).

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

RGB channels and saturation

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

160
221
221

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

Portions of RGB colors in percentages

R + G + B =
160 + 221 + 221 = 602 (100%)
R 160 of 602 ~ 26.58%
G 221 of 602 ~ 36.71%
B 221 of 602 ~ 36.71%

%26.58
%36.71
%36.71

CMYK color model

#A0DDDD color CMYK value is (28,0,0,13).

  • cyan value is 27.60%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(28,0,0,13)
C28M0Y0K13 
(28%,0%,0%,13%)
(0.28/0.00/0.00/0.13)	

CMYK percentages

%27.6
%0
%0
%13.33

Codes

Color #A0DDDD in popluar color models

A0DDDD
RGB160221221
HSL180°47.29%74.71%
HSB/HSV180°27.60%86.67%
CMYK27.60%0.00%0.00%
13.33%

Color #A0DDDD in popluar number systems.

HEXA0DDDD
Decimal160221221
Binary101000001101110111011101
Octal240335335

Shades and tints

Shades of #A0DDDD

#A0DDDD
(160,221,221)
#92C9C9
(146,201,201)
#84B5B5
(132,181,181)
#76A1A1
(118,161,161)
#688D8D
(104,141,141)
#5A7979
(90,121,121)
#4C6565
(76,101,101)
#3E5151
(62,81,81)
#303D3D
(48,61,61)
#222929
(34,41,41)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #A0DDDD

#A0DDDD
(160,221,221)
#A8E0E0
(168,224,224)
#B0E3E3
(176,227,227)
#B8E6E6
(184,230,230)
#C0E9E9
(192,233,233)
#C8ECEC
(200,236,236)
#D0EFEF
(208,239,239)
#D8F2F2
(216,242,242)
#E0F5F5
(224,245,245)
#E8F8F8
(232,248,248)
#F0FBFB
(240,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DDDD; }

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

This text font color is #A0DDDD.


Background Color

.myBgColor { background-color: #A0DDDD; }

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

This div background color is #A0DDDD.


Border color

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

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

This div border color is #A0DDDD.


Opacity

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

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

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

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

This text has shadow with #A0DDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DDDD on black background.


Color preview on white background

This text has color #A0DDDD on white background.



Black color preview on #A0DDDD background

This text has black color on #A0DDDD background.


White color preview on #A0DDDD background

This text has white color on #A0DDDD background.