COLOR #A0DDB2

HEX: #A0DDB2 RGB: (160,221,178)

Color info

#A0DDB2 contains mainly green and blue colors. Web safe color of #A0DDB2 is #99CC99 (or #9C9).

RGB color model

#A0DDB2 color RGB value is (160,221,178).

RGB: (160,221,178) (63%, 87%, 70%)

RGB channels and saturation

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

160
221
178

R + G + B ~ 73%. #A0DDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 221 + 178 = 559 (100%)
R 160 of 559 ~ 28.62%
G 221 of 559 ~ 39.53%
B 178 of 559 ~ 31.84'%

%28.62
%39.53
%31.84

CMYK color model

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

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

CMYK: (28,0,19,13)
C28M0Y19K13 (28%, 0%, 19%, 13%)
(0.28 / 0.00 / 0.19 / 0.13)

CMYK percentages

%27.6
%0
%19.46
%13.33

Codes

Color #A0DDB2 in popluar color models

A0 DD B2
RGB 160 221 178
HSL 138° 47.29% 74.71%
HSB/HSV 138° 27.60% 86.67%
CMYK 27.60% 0.00% 19.46%
13.33%

Color #A0DDB2 in popluar number systems.

HEX A0 DD B2
Decimal 160 221 178
Binary 10100000 11011101 10110010
Octal 240 335 262

Shades and tints

Shades of #A0DDB2

#A0DDB2
(160,221,178)
#92C9A2
(146,201,162)
#84B592
(132,181,146)
#76A182
(118,161,130)
#688D72
(104,141,114)
#5A7962
(90,121,98)
#4C6552
(76,101,82)
#3E5142
(62,81,66)
#303D32
(48,61,50)
#222922
(34,41,34)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #A0DDB2

#A0DDB2
(160,221,178)
#A8E0B9
(168,224,185)
#B0E3C0
(176,227,192)
#B8E6C7
(184,230,199)
#C0E9CE
(192,233,206)
#C8ECD5
(200,236,213)
#D0EFDC
(208,239,220)
#D8F2E3
(216,242,227)
#E0F5EA
(224,245,234)
#E8F8F1
(232,248,241)
#F0FBF8
(240,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DDB2; }

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

This text font color is #A0DDB2.

Background Color

.myBgColor { background-color: #A0DDB2; }

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

This div background color is #A0DDB2.

Border color

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

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

This div border color is #A0DDB2.

Opacity

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

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

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

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

This text has shadow with #A0DDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0DDB2.

Preview

Color preview on black background

This text has color #A0DDB2 on black background.


Color preview on white background

This text has color #A0DDB2 on white background.


Black color preview on #A0DDB2 background

This text has black color on #A0DDB2 background.


White color preview on #A0DDB2 background

This text has white color on #A0DDB2 background.


Related colors

Complementary color

Complementary color for #hex is #5F224D.


I love getcolorcode.com

Triadic colors

1 #B2A0DD and #DDB2A0 with #A0DDB2 are triadic colors.

2 #B2DDA0 and #DDA0B2 with #A0DDB2 are triadic colors.