COLOR #A3B0DD

HEX: #A3B0DD
RGB: (163,176,221)

Color info

#A3B0DD contains red, green and blue colors in about the same proportion. Web safe color of #A3B0DD is #9999CC (or #99C).

RGB color model

#A3B0DD color RGB value is (163,176,221).

  • red value is 163;
  • green value is 176;
  • blue value is 221.
RGB:
(163,176,221)
(64%,69%,87%)

RGB channels and saturation

R 163 of 255 = 64%
G 176 of 255 = 69%
B 221 of 255 = 87%

163
176
221

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

Portions of RGB colors in percentages

R + G + B =
163 + 176 + 221 = 560 (100%)
R 163 of 560 ~ 29.11%
G 176 of 560 ~ 31.43%
B 221 of 560 ~ 39.46%

%29.11
%31.43
%39.46

CMYK color model

#A3B0DD color CMYK value is (26,20,0,13).

  • cyan value is 26.24%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(26,20,0,13)
C26M20Y0K13 
(26%,20%,0%,13%)
(0.26/0.20/0.00/0.13)	

CMYK percentages

%26.24
%20.36
%0
%13.33

Codes

Color #A3B0DD in popluar color models

A3B0DD
RGB163176221
HSL227°46.03%75.29%
HSB/HSV227°26.24%86.67%
CMYK26.24%20.36%0.00%
13.33%

Color #A3B0DD in popluar number systems.

HEXA3B0DD
Decimal163176221
Binary101000111011000011011101
Octal243260335

Shades and tints

Shades of #A3B0DD

#A3B0DD
(163,176,221)
#95A0C9
(149,160,201)
#8790B5
(135,144,181)
#7980A1
(121,128,161)
#6B708D
(107,112,141)
#5D6079
(93,96,121)
#4F5065
(79,80,101)
#414051
(65,64,81)
#33303D
(51,48,61)
#252029
(37,32,41)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #A3B0DD

#A3B0DD
(163,176,221)
#ABB7E0
(171,183,224)
#B3BEE3
(179,190,227)
#BBC5E6
(187,197,230)
#C3CCE9
(195,204,233)
#CBD3EC
(203,211,236)
#D3DAEF
(211,218,239)
#DBE1F2
(219,225,242)
#E3E8F5
(227,232,245)
#EBEFF8
(235,239,248)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B0DD; }

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

This text font color is #A3B0DD.


Background Color

.myBgColor { background-color: #A3B0DD; }

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

This div background color is #A3B0DD.


Border color

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

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

This div border color is #A3B0DD.


Opacity

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

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

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

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

This text has shadow with #A3B0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B0DD on black background.


Color preview on white background

This text has color #A3B0DD on white background.



Black color preview on #A3B0DD background

This text has black color on #A3B0DD background.


White color preview on #A3B0DD background

This text has white color on #A3B0DD background.