COLOR #A0DDC9

HEX: #A0DDC9 RGB: (160,221,201)

Color info

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

RGB color model

#A0DDC9 color RGB value is (160,221,201).

RGB: (160,221,201) (63%, 87%, 79%)

RGB channels and saturation

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

160
221
201

R + G + B ~ 76%. #A0DDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 221 + 201 = 582 (100%)
R 160 of 582 ~ 27.49%
G 221 of 582 ~ 37.97%
B 201 of 582 ~ 34.54'%

%27.49
%37.97
%34.54

CMYK color model

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

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

CMYK: (28,0,9,13)
C28M0Y9K13 (28%, 0%, 9%, 13%)
(0.28 / 0.00 / 0.09 / 0.13)

CMYK percentages

%27.6
%0
%9.05
%13.33

Codes

Color #A0DDC9 in popluar color models

A0 DD C9
RGB 160 221 201
HSL 160° 47.29% 74.71%
HSB/HSV 160° 27.60% 86.67%
CMYK 27.60% 0.00% 9.05%
13.33%

Color #A0DDC9 in popluar number systems.

HEX A0 DD C9
Decimal 160 221 201
Binary 10100000 11011101 11001001
Octal 240 335 311

Shades and tints

Shades of #A0DDC9

#A0DDC9
(160,221,201)
#92C9B7
(146,201,183)
#84B5A5
(132,181,165)
#76A193
(118,161,147)
#688D81
(104,141,129)
#5A796F
(90,121,111)
#4C655D
(76,101,93)
#3E514B
(62,81,75)
#303D39
(48,61,57)
#222927
(34,41,39)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #A0DDC9

#A0DDC9
(160,221,201)
#A8E0CD
(168,224,205)
#B0E3D1
(176,227,209)
#B8E6D5
(184,230,213)
#C0E9D9
(192,233,217)
#C8ECDD
(200,236,221)
#D0EFE1
(208,239,225)
#D8F2E5
(216,242,229)
#E0F5E9
(224,245,233)
#E8F8ED
(232,248,237)
#F0FBF1
(240,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DDC9; }

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

This text font color is #A0DDC9.

Background Color

.myBgColor { background-color: #A0DDC9; }

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

This div background color is #A0DDC9.

Border color

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

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

This div border color is #A0DDC9.

Opacity

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

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

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

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

This text has shadow with #A0DDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0DDC9.

Preview

Color preview on black background

This text has color #A0DDC9 on black background.


Color preview on white background

This text has color #A0DDC9 on white background.


Black color preview on #A0DDC9 background

This text has black color on #A0DDC9 background.


White color preview on #A0DDC9 background

This text has white color on #A0DDC9 background.


Related colors

Complementary color

Complementary color for #hex is #5F2236.


I love getcolorcode.com

Triadic colors

1 #C9A0DD and #DDC9A0 with #A0DDC9 are triadic colors.

2 #C9DDA0 and #DDA0C9 with #A0DDC9 are triadic colors.