COLOR #A0D5DA

HEX: #A0D5DA
RGB: (160,213,218)

Color info

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

RGB color model

#A0D5DA color RGB value is (160,213,218).

  • red value is 160;
  • green value is 213;
  • blue value is 218.
RGB:
(160,213,218)
(63%,84%,85%)

RGB channels and saturation

R 160 of 255 = 63%
G 213 of 255 = 84%
B 218 of 255 = 85%

160
213
218

R + G + B ~ 77%. #A0D5DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 213 + 218 = 591 (100%)
R 160 of 591 ~ 27.07%
G 213 of 591 ~ 36.04%
B 218 of 591 ~ 36.89%

%27.07
%36.04
%36.89

CMYK color model

#A0D5DA color CMYK value is (27,2,0,15).

  • cyan value is 26.61%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(27,2,0,15)
C27M2Y0K15 
(27%,2%,0%,15%)
(0.27/0.02/0.00/0.15)	

CMYK percentages

%26.61
%2.29
%0
%14.51

Codes

Color #A0D5DA in popluar color models

A0D5DA
RGB160213218
HSL185°43.94%74.12%
HSB/HSV185°26.61%85.49%
CMYK26.61%2.29%0.00%
14.51%

Color #A0D5DA in popluar number systems.

HEXA0D5DA
Decimal160213218
Binary101000001101010111011010
Octal240325332

Shades and tints

Shades of #A0D5DA

#A0D5DA
(160,213,218)
#92C2C7
(146,194,199)
#84AFB4
(132,175,180)
#769CA1
(118,156,161)
#68898E
(104,137,142)
#5A767B
(90,118,123)
#4C6368
(76,99,104)
#3E5055
(62,80,85)
#303D42
(48,61,66)
#222A2F
(34,42,47)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #A0D5DA

#A0D5DA
(160,213,218)
#A8D8DD
(168,216,221)
#B0DBE0
(176,219,224)
#B8DEE3
(184,222,227)
#C0E1E6
(192,225,230)
#C8E4E9
(200,228,233)
#D0E7EC
(208,231,236)
#D8EAEF
(216,234,239)
#E0EDF2
(224,237,242)
#E8F0F5
(232,240,245)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0D5DA color. Also use rgb(160,213,218) instead hex code.

Text Font Color

.myTextColor { color: #A0D5DA; }

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

This text font color is #A0D5DA.


Background Color

.myBgColor { background-color: #A0D5DA; }

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

This div background color is #A0D5DA.


Border color

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

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

This div border color is #A0D5DA.


Opacity

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

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

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

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

This text has shadow with #A0D5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D5DA on black background.


Color preview on white background

This text has color #A0D5DA on white background.



Black color preview on #A0D5DA background

This text has black color on #A0D5DA background.


White color preview on #A0D5DA background

This text has white color on #A0D5DA background.