COLOR #A0DDF1

HEX: #A0DDF1
RGB: (160,221,241)

Color info

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

RGB color model

#A0DDF1 color RGB value is (160,221,241).

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

RGB channels and saturation

R 160 of 255 = 63%
G 221 of 255 = 87%
B 241 of 255 = 95%

160
221
241

R + G + B ~ 82%. #A0DDF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 221 + 241 = 622 (100%)
R 160 of 622 ~ 25.72%
G 221 of 622 ~ 35.53%
B 241 of 622 ~ 38.75%

%25.72
%35.53
%38.75

CMYK color model

#A0DDF1 color CMYK value is (34,8,0,5).

  • cyan value is 33.61%
  • magenta value is 8.30%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(34,8,0,5)
C34M8Y0K5 
(34%,8%,0%,5%)
(0.34/0.08/0.00/0.05)	

CMYK percentages

%33.61
%8.3
%0
%5.49

Codes

Color #A0DDF1 in popluar color models

A0DDF1
RGB160221241
HSL195°74.31%78.63%
HSB/HSV195°33.61%94.51%
CMYK33.61%8.30%0.00%
5.49%

Color #A0DDF1 in popluar number systems.

HEXA0DDF1
Decimal160221241
Binary101000001101110111110001
Octal240335361

Shades and tints

Shades of #A0DDF1

#A0DDF1
(160,221,241)
#92C9DC
(146,201,220)
#84B5C7
(132,181,199)
#76A1B2
(118,161,178)
#688D9D
(104,141,157)
#5A7988
(90,121,136)
#4C6573
(76,101,115)
#3E515E
(62,81,94)
#303D49
(48,61,73)
#222934
(34,41,52)
#14151F
(20,21,31)
#000000
(0,0,0)

Tints of #A0DDF1

#A0DDF1
(160,221,241)
#A8E0F2
(168,224,242)
#B0E3F3
(176,227,243)
#B8E6F4
(184,230,244)
#C0E9F5
(192,233,245)
#C8ECF6
(200,236,246)
#D0EFF7
(208,239,247)
#D8F2F8
(216,242,248)
#E0F5F9
(224,245,249)
#E8F8FA
(232,248,250)
#F0FBFB
(240,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DDF1; }

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

This text font color is #A0DDF1.


Background Color

.myBgColor { background-color: #A0DDF1; }

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

This div background color is #A0DDF1.


Border color

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

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

This div border color is #A0DDF1.


Opacity

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

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

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

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

This text has shadow with #A0DDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DDF1 on black background.


Color preview on white background

This text has color #A0DDF1 on white background.



Black color preview on #A0DDF1 background

This text has black color on #A0DDF1 background.


White color preview on #A0DDF1 background

This text has white color on #A0DDF1 background.