COLOR #A0DDEE

HEX: #A0DDEE
RGB: (160,221,238)

Color info

#A0DDEE contains mainly green and blue colors. Web safe color of #A0DDEE is #99CCFF (or #9CF).

RGB color model

#A0DDEE color RGB value is (160,221,238).

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

RGB channels and saturation

R 160 of 255 = 63%
G 221 of 255 = 87%
B 238 of 255 = 93%

160
221
238

R + G + B ~ 81%. #A0DDEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 221 + 238 = 619 (100%)
R 160 of 619 ~ 25.85%
G 221 of 619 ~ 35.7%
B 238 of 619 ~ 38.45%

%25.85
%35.7
%38.45

CMYK color model

#A0DDEE color CMYK value is (33,7,0,7).

  • cyan value is 32.77%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(33,7,0,7)
C33M7Y0K7 
(33%,7%,0%,7%)
(0.33/0.07/0.00/0.07)	

CMYK percentages

%32.77
%7.14
%0
%6.67

Codes

Color #A0DDEE in popluar color models

A0DDEE
RGB160221238
HSL193°69.64%78.04%
HSB/HSV193°32.77%93.33%
CMYK32.77%7.14%0.00%
6.67%

Color #A0DDEE in popluar number systems.

HEXA0DDEE
Decimal160221238
Binary101000001101110111101110
Octal240335356

Shades and tints

Shades of #A0DDEE

#A0DDEE
(160,221,238)
#92C9D9
(146,201,217)
#84B5C4
(132,181,196)
#76A1AF
(118,161,175)
#688D9A
(104,141,154)
#5A7985
(90,121,133)
#4C6570
(76,101,112)
#3E515B
(62,81,91)
#303D46
(48,61,70)
#222931
(34,41,49)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #A0DDEE

#A0DDEE
(160,221,238)
#A8E0EF
(168,224,239)
#B0E3F0
(176,227,240)
#B8E6F1
(184,230,241)
#C0E9F2
(192,233,242)
#C8ECF3
(200,236,243)
#D0EFF4
(208,239,244)
#D8F2F5
(216,242,245)
#E0F5F6
(224,245,246)
#E8F8F7
(232,248,247)
#F0FBF8
(240,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DDEE; }

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

This text font color is #A0DDEE.


Background Color

.myBgColor { background-color: #A0DDEE; }

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

This div background color is #A0DDEE.


Border color

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

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

This div border color is #A0DDEE.


Opacity

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

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

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

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

This text has shadow with #A0DDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DDEE on black background.


Color preview on white background

This text has color #A0DDEE on white background.



Black color preview on #A0DDEE background

This text has black color on #A0DDEE background.


White color preview on #A0DDEE background

This text has white color on #A0DDEE background.