COLOR #A0B0DD

HEX: #A0B0DD RGB: (160,176,221)

Color info

#A0B0DD contains mainly green and blue colors. Web safe color of #A0B0DD is #9999CC (or #99C).

RGB color model

#A0B0DD color RGB value is (160,176,221).

RGB: (160,176,221) (63%, 69%, 87%)

RGB channels and saturation

R 160 of 255 = 63%
G 176 of 255 = 69%
B 221 of 255 = 87%

160
176
221

R + G + B ~ 73%. #A0B0DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 176 + 221 = 557 (100%)
R 160 of 557 ~ 28.73%
G 176 of 557 ~ 31.6%
B 221 of 557 ~ 39.68'%

%28.73
%31.6
%39.68

CMYK color model

#A0B0DD color CMYK value is (28,20,0,13).

  • cyan value is 27.60%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (28,20,0,13)
C28M20Y0K13 (28%, 20%, 0%, 13%)
(0.28 / 0.20 / 0.00 / 0.13)

CMYK percentages

%27.6
%20.36
%0
%13.33

Codes

Color #A0B0DD in popluar color models

A0 B0 DD
RGB 160 176 221
HSL 224° 47.29% 74.71%
HSB/HSV 224° 27.60% 86.67%
CMYK 27.60% 20.36% 0.00%
13.33%

Color #A0B0DD in popluar number systems.

HEX A0 B0 DD
Decimal 160 176 221
Binary 10100000 10110000 11011101
Octal 240 260 335

Shades and tints

Shades of #A0B0DD

#A0B0DD
(160,176,221)
#92A0C9
(146,160,201)
#8490B5
(132,144,181)
#7680A1
(118,128,161)
#68708D
(104,112,141)
#5A6079
(90,96,121)
#4C5065
(76,80,101)
#3E4051
(62,64,81)
#30303D
(48,48,61)
#222029
(34,32,41)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #A0B0DD

#A0B0DD
(160,176,221)
#A8B7E0
(168,183,224)
#B0BEE3
(176,190,227)
#B8C5E6
(184,197,230)
#C0CCE9
(192,204,233)
#C8D3EC
(200,211,236)
#D0DAEF
(208,218,239)
#D8E1F2
(216,225,242)
#E0E8F5
(224,232,245)
#E8EFF8
(232,239,248)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B0DD; }

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

This text font color is #A0B0DD.

Background Color

.myBgColor { background-color: #A0B0DD; }

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

This div background color is #A0B0DD.

Border color

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

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

This div border color is #A0B0DD.

Opacity

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

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

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

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

This text has shadow with #A0B0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B0DD.

Preview

Color preview on black background

This text has color #A0B0DD on black background.


Color preview on white background

This text has color #A0B0DD on white background.


Black color preview on #A0B0DD background

This text has black color on #A0B0DD background.


White color preview on #A0B0DD background

This text has white color on #A0B0DD background.


Related colors

Complementary color

Complementary color for #hex is #5F4F22.


I love getcolorcode.com

Triadic colors

1 #DDA0B0 and #B0DDA0 with #A0B0DD are triadic colors.

2 #DDB0A0 and #B0A0DD with #A0B0DD are triadic colors.