COLOR #A0D7DD

HEX: #A0D7DD
RGB: (160,215,221)

Color info

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

RGB color model

#A0D7DD color RGB value is (160,215,221).

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

RGB channels and saturation

R 160 of 255 = 63%
G 215 of 255 = 84%
B 221 of 255 = 87%

160
215
221

R + G + B ~ 78%. #A0D7DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 215 + 221 = 596 (100%)
R 160 of 596 ~ 26.85%
G 215 of 596 ~ 36.07%
B 221 of 596 ~ 37.08%

%26.85
%36.07
%37.08

CMYK color model

#A0D7DD color CMYK value is (28,3,0,13).

  • cyan value is 27.60%
  • magenta value is 2.71%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (28,3,0,13) C28M3Y0K13 (28%,3%,0%,13%) (0.28/0.03/0.00/0.13)

CMYK percentages

%27.6
%2.71
%0
%13.33

Codes

Color #A0D7DD in popluar color models

A0D7DD
RGB160215221
HSL186°47.29%74.71%
HSB/HSV186°27.60%86.67%
CMYK27.60%2.71%0.00%
13.33%

Color #A0D7DD in popluar number systems.

HEXA0D7DD
Decimal160215221
Binary101000001101011111011101
Octal240327335

Shades and tints

Shades of #A0D7DD

#A0D7DD
(160,215,221)
#92C4C9
(146,196,201)
#84B1B5
(132,177,181)
#769EA1
(118,158,161)
#688B8D
(104,139,141)
#5A7879
(90,120,121)
#4C6565
(76,101,101)
#3E5251
(62,82,81)
#303F3D
(48,63,61)
#222C29
(34,44,41)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #A0D7DD

#A0D7DD
(160,215,221)
#A8DAE0
(168,218,224)
#B0DDE3
(176,221,227)
#B8E0E6
(184,224,230)
#C0E3E9
(192,227,233)
#C8E6EC
(200,230,236)
#D0E9EF
(208,233,239)
#D8ECF2
(216,236,242)
#E0EFF5
(224,239,245)
#E8F2F8
(232,242,248)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0D7DD; }

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

This text font color is #A0D7DD.


Background Color

.myBgColor { background-color: #A0D7DD; }

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

This div background color is #A0D7DD.


Border color

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

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

This div border color is #A0D7DD.


Opacity

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

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

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

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

This text has shadow with #A0D7DD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A0D7DD on black background.


Color preview on white background

This text has color #A0D7DD on white background.



Black color preview on #A0D7DD background

This text has black color on #A0D7DD background.


White color preview on #A0D7DD background

This text has white color on #A0D7DD background.