COLOR #A0D7AB

HEX: #A0D7AB
RGB: (160,215,171)

Color info

#A0D7AB contains red, green and blue colors in about the same proportion. Web safe color of #A0D7AB is #99CC99 (or #9C9).

RGB color model

#A0D7AB color RGB value is (160,215,171).

  • red value is 160;
  • green value is 215;
  • blue value is 171.
RGB:
(160,215,171)
(63%,84%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 215 of 255 = 84%
B 171 of 255 = 67%

160
215
171

R + G + B ~ 71%. #A0D7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 215 + 171 = 546 (100%)
R 160 of 546 ~ 29.3%
G 215 of 546 ~ 39.38%
B 171 of 546 ~ 31.32%

%29.3
%39.38
%31.32

CMYK color model

#A0D7AB color CMYK value is (26,0,20,16).

  • cyan value is 25.58%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(26,0,20,16)
C26M0Y20K16 
(26%,0%,20%,16%)
(0.26/0.00/0.20/0.16)	

CMYK percentages

%25.58
%0
%20.47
%15.69

Codes

Color #A0D7AB in popluar color models

A0D7AB
RGB160215171
HSL132°40.74%73.53%
HSB/HSV132°25.58%84.31%
CMYK25.58%0.00%20.47%
15.69%

Color #A0D7AB in popluar number systems.

HEXA0D7AB
Decimal160215171
Binary101000001101011110101011
Octal240327253

Shades and tints

Shades of #A0D7AB

#A0D7AB
(160,215,171)
#92C49C
(146,196,156)
#84B18D
(132,177,141)
#769E7E
(118,158,126)
#688B6F
(104,139,111)
#5A7860
(90,120,96)
#4C6551
(76,101,81)
#3E5242
(62,82,66)
#303F33
(48,63,51)
#222C24
(34,44,36)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #A0D7AB

#A0D7AB
(160,215,171)
#A8DAB2
(168,218,178)
#B0DDB9
(176,221,185)
#B8E0C0
(184,224,192)
#C0E3C7
(192,227,199)
#C8E6CE
(200,230,206)
#D0E9D5
(208,233,213)
#D8ECDC
(216,236,220)
#E0EFE3
(224,239,227)
#E8F2EA
(232,242,234)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0D7AB; }

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

This text font color is #A0D7AB.


Background Color

.myBgColor { background-color: #A0D7AB; }

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

This div background color is #A0D7AB.


Border color

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

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

This div border color is #A0D7AB.


Opacity

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

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

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

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

This text has shadow with #A0D7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D7AB on black background.


Color preview on white background

This text has color #A0D7AB on white background.



Black color preview on #A0D7AB background

This text has black color on #A0D7AB background.


White color preview on #A0D7AB background

This text has white color on #A0D7AB background.