COLOR #A0DDF9

HEX: #A0DDF9 RGB: (160,221,249)

Color info

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

RGB color model

#A0DDF9 color RGB value is (160,221,249).

RGB: (160,221,249) (63%, 87%, 98%)

RGB channels and saturation

R 160 of 255 = 63%
G 221 of 255 = 87%
B 249 of 255 = 98%

160
221
249

R + G + B ~ 83%. #A0DDF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 221 + 249 = 630 (100%)
R 160 of 630 ~ 25.4%
G 221 of 630 ~ 35.08%
B 249 of 630 ~ 39.52'%

%25.4
%35.08
%39.52

CMYK color model

#A0DDF9 color CMYK value is (36,11,0,2).

  • cyan value is 35.74%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (36,11,0,2)
C36M11Y0K2 (36%, 11%, 0%, 2%)
(0.36 / 0.11 / 0.00 / 0.02)

CMYK percentages

%35.74
%11.24
%0
%2.35

Codes

Color #A0DDF9 in popluar color models

A0 DD F9
RGB 160 221 249
HSL 199° 88.12% 80.20%
HSB/HSV 199° 35.74% 97.65%
CMYK 35.74% 11.24% 0.00%
2.35%

Color #A0DDF9 in popluar number systems.

HEX A0 DD F9
Decimal 160 221 249
Binary 10100000 11011101 11111001
Octal 240 335 371

Shades and tints

Shades of #A0DDF9

#A0DDF9
(160,221,249)
#92C9E3
(146,201,227)
#84B5CD
(132,181,205)
#76A1B7
(118,161,183)
#688DA1
(104,141,161)
#5A798B
(90,121,139)
#4C6575
(76,101,117)
#3E515F
(62,81,95)
#303D49
(48,61,73)
#222933
(34,41,51)
#14151D
(20,21,29)
#000000
(0,0,0)

Tints of #A0DDF9

#A0DDF9
(160,221,249)
#A8E0F9
(168,224,249)
#B0E3F9
(176,227,249)
#B8E6F9
(184,230,249)
#C0E9F9
(192,233,249)
#C8ECF9
(200,236,249)
#D0EFF9
(208,239,249)
#D8F2F9
(216,242,249)
#E0F5F9
(224,245,249)
#E8F8F9
(232,248,249)
#F0FBF9
(240,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DDF9; }

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

This text font color is #A0DDF9.

Background Color

.myBgColor { background-color: #A0DDF9; }

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

This div background color is #A0DDF9.

Border color

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

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

This div border color is #A0DDF9.

Opacity

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

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

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

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

This text has shadow with #A0DDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0DDF9.

Preview

Color preview on black background

This text has color #A0DDF9 on black background.


Color preview on white background

This text has color #A0DDF9 on white background.


Black color preview on #A0DDF9 background

This text has black color on #A0DDF9 background.


White color preview on #A0DDF9 background

This text has white color on #A0DDF9 background.


Related colors

Complementary color

Complementary color for #hex is #5F2206.


I love getcolorcode.com

Triadic colors

1 #F9A0DD and #DDF9A0 with #A0DDF9 are triadic colors.

2 #F9DDA0 and #DDA0F9 with #A0DDF9 are triadic colors.