COLOR #A0D0DC

HEX: #A0D0DC RGB: (160,208,220)

Color info

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

RGB color model

#A0D0DC color RGB value is (160,208,220).

RGB: (160,208,220) (63%, 82%, 86%)

RGB channels and saturation

R 160 of 255 = 63%
G 208 of 255 = 82%
B 220 of 255 = 86%

160
208
220

R + G + B ~ 77%. #A0D0DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 208 + 220 = 588 (100%)
R 160 of 588 ~ 27.21%
G 208 of 588 ~ 35.37%
B 220 of 588 ~ 37.41'%

%27.21
%35.37
%37.41

CMYK color model

#A0D0DC color CMYK value is (27,5,0,14).

  • cyan value is 27.27%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (27,5,0,14)
C27M5Y0K14 (27%, 5%, 0%, 14%)
(0.27 / 0.05 / 0.00 / 0.14)

CMYK percentages

%27.27
%5.45
%0
%13.73

Codes

Color #A0D0DC in popluar color models

A0 D0 DC
RGB 160 208 220
HSL 192° 46.15% 74.51%
HSB/HSV 192° 27.27% 86.27%
CMYK 27.27% 5.45% 0.00%
13.73%

Color #A0D0DC in popluar number systems.

HEX A0 D0 DC
Decimal 160 208 220
Binary 10100000 11010000 11011100
Octal 240 320 334

Shades and tints

Shades of #A0D0DC

#A0D0DC
(160,208,220)
#92BEC8
(146,190,200)
#84ACB4
(132,172,180)
#769AA0
(118,154,160)
#68888C
(104,136,140)
#5A7678
(90,118,120)
#4C6464
(76,100,100)
#3E5250
(62,82,80)
#30403C
(48,64,60)
#222E28
(34,46,40)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #A0D0DC

#A0D0DC
(160,208,220)
#A8D4DF
(168,212,223)
#B0D8E2
(176,216,226)
#B8DCE5
(184,220,229)
#C0E0E8
(192,224,232)
#C8E4EB
(200,228,235)
#D0E8EE
(208,232,238)
#D8ECF1
(216,236,241)
#E0F0F4
(224,240,244)
#E8F4F7
(232,244,247)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0D0DC color. Also use rgb(160,208,220) instead hex code.

Text Font Color

.myTextColor { color: #A0D0DC; }

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

This text font color is #A0D0DC.

Background Color

.myBgColor { background-color: #A0D0DC; }

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

This div background color is #A0D0DC.

Border color

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

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

This div border color is #A0D0DC.

Opacity

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

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

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

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

This text has shadow with #A0D0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0D0DC.

Preview

Color preview on black background

This text has color #A0D0DC on black background.


Color preview on white background

This text has color #A0D0DC on white background.


Black color preview on #A0D0DC background

This text has black color on #A0D0DC background.


White color preview on #A0D0DC background

This text has white color on #A0D0DC background.


Related colors

Complementary color

Complementary color for #hex is #5F2F23.


I love getcolorcode.com

Triadic colors

1 #DCA0D0 and #D0DCA0 with #A0D0DC are triadic colors.

2 #DCD0A0 and #D0A0DC with #A0D0DC are triadic colors.