COLOR #A0D6E1

HEX: #A0D6E1
RGB: (160,214,225)

Color info

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

RGB color model

#A0D6E1 color RGB value is (160,214,225).

  • red value is 160;
  • green value is 214;
  • blue value is 225.
RGB:
(160,214,225)
(63%,84%,88%)

RGB channels and saturation

R 160 of 255 = 63%
G 214 of 255 = 84%
B 225 of 255 = 88%

160
214
225

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

Portions of RGB colors in percentages

R + G + B =
160 + 214 + 225 = 599 (100%)
R 160 of 599 ~ 26.71%
G 214 of 599 ~ 35.73%
B 225 of 599 ~ 37.56%

%26.71
%35.73
%37.56

CMYK color model

#A0D6E1 color CMYK value is (29,5,0,12).

  • cyan value is 28.89%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(29,5,0,12)
C29M5Y0K12 
(29%,5%,0%,12%)
(0.29/0.05/0.00/0.12)	

CMYK percentages

%28.89
%4.89
%0
%11.76

Codes

Color #A0D6E1 in popluar color models

A0D6E1
RGB160214225
HSL190°52.00%75.49%
HSB/HSV190°28.89%88.24%
CMYK28.89%4.89%0.00%
11.76%

Color #A0D6E1 in popluar number systems.

HEXA0D6E1
Decimal160214225
Binary101000001101011011100001
Octal240326341

Shades and tints

Shades of #A0D6E1

#A0D6E1
(160,214,225)
#92C3CD
(146,195,205)
#84B0B9
(132,176,185)
#769DA5
(118,157,165)
#688A91
(104,138,145)
#5A777D
(90,119,125)
#4C6469
(76,100,105)
#3E5155
(62,81,85)
#303E41
(48,62,65)
#222B2D
(34,43,45)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #A0D6E1

#A0D6E1
(160,214,225)
#A8D9E3
(168,217,227)
#B0DCE5
(176,220,229)
#B8DFE7
(184,223,231)
#C0E2E9
(192,226,233)
#C8E5EB
(200,229,235)
#D0E8ED
(208,232,237)
#D8EBEF
(216,235,239)
#E0EEF1
(224,238,241)
#E8F1F3
(232,241,243)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0D6E1 color. Also use rgb(160,214,225) instead hex code.

Text Font Color

.myTextColor { color: #A0D6E1; }

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

This text font color is #A0D6E1.


Background Color

.myBgColor { background-color: #A0D6E1; }

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

This div background color is #A0D6E1.


Border color

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

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

This div border color is #A0D6E1.


Opacity

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

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

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

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

This text has shadow with #A0D6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D6E1 on black background.


Color preview on white background

This text has color #A0D6E1 on white background.



Black color preview on #A0D6E1 background

This text has black color on #A0D6E1 background.


White color preview on #A0D6E1 background

This text has white color on #A0D6E1 background.