COLOR #A0DDCC

HEX: #A0DDCC RGB: (160,221,204)

Color info

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

RGB color model

#A0DDCC color RGB value is (160,221,204).

RGB: (160,221,204) (63%, 87%, 80%)

RGB channels and saturation

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

160
221
204

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

Portions of RGB colors in percentages

R + G + B = 160 + 221 + 204 = 585 (100%)
R 160 of 585 ~ 27.35%
G 221 of 585 ~ 37.78%
B 204 of 585 ~ 34.87'%

%27.35
%37.78
%34.87

CMYK color model

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

  • cyan value is 27.60%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 13.33%

CMYK: (28,0,8,13)
C28M0Y8K13 (28%, 0%, 8%, 13%)
(0.28 / 0.00 / 0.08 / 0.13)

CMYK percentages

%27.6
%0
%7.69
%13.33

Codes

Color #A0DDCC in popluar color models

A0 DD CC
RGB 160 221 204
HSL 163° 47.29% 74.71%
HSB/HSV 163° 27.60% 86.67%
CMYK 27.60% 0.00% 7.69%
13.33%

Color #A0DDCC in popluar number systems.

HEX A0 DD CC
Decimal 160 221 204
Binary 10100000 11011101 11001100
Octal 240 335 314

Shades and tints

Shades of #A0DDCC

#A0DDCC
(160,221,204)
#92C9BA
(146,201,186)
#84B5A8
(132,181,168)
#76A196
(118,161,150)
#688D84
(104,141,132)
#5A7972
(90,121,114)
#4C6560
(76,101,96)
#3E514E
(62,81,78)
#303D3C
(48,61,60)
#22292A
(34,41,42)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #A0DDCC

#A0DDCC
(160,221,204)
#A8E0D0
(168,224,208)
#B0E3D4
(176,227,212)
#B8E6D8
(184,230,216)
#C0E9DC
(192,233,220)
#C8ECE0
(200,236,224)
#D0EFE4
(208,239,228)
#D8F2E8
(216,242,232)
#E0F5EC
(224,245,236)
#E8F8F0
(232,248,240)
#F0FBF4
(240,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DDCC; }

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

This text font color is #A0DDCC.

Background Color

.myBgColor { background-color: #A0DDCC; }

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

This div background color is #A0DDCC.

Border color

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

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

This div border color is #A0DDCC.

Opacity

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

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

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

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

This text has shadow with #A0DDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0DDCC.

Preview

Color preview on black background

This text has color #A0DDCC on black background.


Color preview on white background

This text has color #A0DDCC on white background.


Black color preview on #A0DDCC background

This text has black color on #A0DDCC background.


White color preview on #A0DDCC background

This text has white color on #A0DDCC background.


Related colors

Complementary color

Complementary color for #hex is #5F2233.


I love getcolorcode.com

Triadic colors

1 #CCA0DD and #DDCCA0 with #A0DDCC are triadic colors.

2 #CCDDA0 and #DDA0CC with #A0DDCC are triadic colors.