COLOR #A0D2E2

HEX: #A0D2E2
RGB: (160,210,226)

Color info

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

RGB color model

#A0D2E2 color RGB value is (160,210,226).

  • red value is 160;
  • green value is 210;
  • blue value is 226.
RGB:
(160,210,226)
(63%,82%,89%)

RGB channels and saturation

R 160 of 255 = 63%
G 210 of 255 = 82%
B 226 of 255 = 89%

160
210
226

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

Portions of RGB colors in percentages

R + G + B =
160 + 210 + 226 = 596 (100%)
R 160 of 596 ~ 26.85%
G 210 of 596 ~ 35.23%
B 226 of 596 ~ 37.92%

%26.85
%35.23
%37.92

CMYK color model

#A0D2E2 color CMYK value is (29,7,0,11).

  • cyan value is 29.20%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(29,7,0,11)
C29M7Y0K11 
(29%,7%,0%,11%)
(0.29/0.07/0.00/0.11)	

CMYK percentages

%29.2
%7.08
%0
%11.37

Codes

Color #A0D2E2 in popluar color models

A0D2E2
RGB160210226
HSL195°53.23%75.69%
HSB/HSV195°29.20%88.63%
CMYK29.20%7.08%0.00%
11.37%

Color #A0D2E2 in popluar number systems.

HEXA0D2E2
Decimal160210226
Binary101000001101001011100010
Octal240322342

Shades and tints

Shades of #A0D2E2

#A0D2E2
(160,210,226)
#92BFCE
(146,191,206)
#84ACBA
(132,172,186)
#7699A6
(118,153,166)
#688692
(104,134,146)
#5A737E
(90,115,126)
#4C606A
(76,96,106)
#3E4D56
(62,77,86)
#303A42
(48,58,66)
#22272E
(34,39,46)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #A0D2E2

#A0D2E2
(160,210,226)
#A8D6E4
(168,214,228)
#B0DAE6
(176,218,230)
#B8DEE8
(184,222,232)
#C0E2EA
(192,226,234)
#C8E6EC
(200,230,236)
#D0EAEE
(208,234,238)
#D8EEF0
(216,238,240)
#E0F2F2
(224,242,242)
#E8F6F4
(232,246,244)
#F0FAF6
(240,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0D2E2 color. Also use rgb(160,210,226) instead hex code.

Text Font Color

.myTextColor { color: #A0D2E2; }

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

This text font color is #A0D2E2.


Background Color

.myBgColor { background-color: #A0D2E2; }

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

This div background color is #A0D2E2.


Border color

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

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

This div border color is #A0D2E2.


Opacity

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

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

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

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

This text has shadow with #A0D2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D2E2 on black background.


Color preview on white background

This text has color #A0D2E2 on white background.



Black color preview on #A0D2E2 background

This text has black color on #A0D2E2 background.


White color preview on #A0D2E2 background

This text has white color on #A0D2E2 background.