COLOR #A0DDA5

HEX: #A0DDA5
RGB: (160,221,165)

Color info

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

RGB color model

#A0DDA5 color RGB value is (160,221,165).

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

RGB channels and saturation

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

160
221
165

R + G + B ~ 72%. #A0DDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 221 + 165 = 546 (100%)
R 160 of 546 ~ 29.3%
G 221 of 546 ~ 40.48%
B 165 of 546 ~ 30.22%

%29.3
%40.48
%30.22

CMYK color model

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

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

CMYK percentages

%27.6
%0
%25.34
%13.33

Codes

Color #A0DDA5 in popluar color models

A0DDA5
RGB160221165
HSL125°47.29%74.71%
HSB/HSV125°27.60%86.67%
CMYK27.60%0.00%25.34%
13.33%

Color #A0DDA5 in popluar number systems.

HEXA0DDA5
Decimal160221165
Binary101000001101110110100101
Octal240335245

Shades and tints

Shades of #A0DDA5

#A0DDA5
(160,221,165)
#92C996
(146,201,150)
#84B587
(132,181,135)
#76A178
(118,161,120)
#688D69
(104,141,105)
#5A795A
(90,121,90)
#4C654B
(76,101,75)
#3E513C
(62,81,60)
#303D2D
(48,61,45)
#22291E
(34,41,30)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #A0DDA5

#A0DDA5
(160,221,165)
#A8E0AD
(168,224,173)
#B0E3B5
(176,227,181)
#B8E6BD
(184,230,189)
#C0E9C5
(192,233,197)
#C8ECCD
(200,236,205)
#D0EFD5
(208,239,213)
#D8F2DD
(216,242,221)
#E0F5E5
(224,245,229)
#E8F8ED
(232,248,237)
#F0FBF5
(240,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DDA5; }

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

This text font color is #A0DDA5.


Background Color

.myBgColor { background-color: #A0DDA5; }

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

This div background color is #A0DDA5.


Border color

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

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

This div border color is #A0DDA5.


Opacity

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

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

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

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

This text has shadow with #A0DDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DDA5 on black background.


Color preview on white background

This text has color #A0DDA5 on white background.



Black color preview on #A0DDA5 background

This text has black color on #A0DDA5 background.


White color preview on #A0DDA5 background

This text has white color on #A0DDA5 background.