COLOR #A1ADCE

HEX: #A1ADCE
RGB: (161,173,206)

Color info

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

RGB color model

#A1ADCE color RGB value is (161,173,206).

  • red value is 161;
  • green value is 173;
  • blue value is 206.
RGB:
(161,173,206)
(63%,68%,81%)

RGB channels and saturation

R 161 of 255 = 63%
G 173 of 255 = 68%
B 206 of 255 = 81%

161
173
206

R + G + B ~ 71%. #A1ADCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 173 + 206 = 540 (100%)
R 161 of 540 ~ 29.81%
G 173 of 540 ~ 32.04%
B 206 of 540 ~ 38.15%

%29.81
%32.04
%38.15

CMYK color model

#A1ADCE color CMYK value is (22,16,0,19).

  • cyan value is 21.84%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(22,16,0,19)
C22M16Y0K19 
(22%,16%,0%,19%)
(0.22/0.16/0.00/0.19)	

CMYK percentages

%21.84
%16.02
%0
%19.22

Codes

Color #A1ADCE in popluar color models

A1ADCE
RGB161173206
HSL224°31.47%71.96%
HSB/HSV224°21.84%80.78%
CMYK21.84%16.02%0.00%
19.22%

Color #A1ADCE in popluar number systems.

HEXA1ADCE
Decimal161173206
Binary101000011010110111001110
Octal241255316

Shades and tints

Shades of #A1ADCE

#A1ADCE
(161,173,206)
#939EBC
(147,158,188)
#858FAA
(133,143,170)
#778098
(119,128,152)
#697186
(105,113,134)
#5B6274
(91,98,116)
#4D5362
(77,83,98)
#3F4450
(63,68,80)
#31353E
(49,53,62)
#23262C
(35,38,44)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #A1ADCE

#A1ADCE
(161,173,206)
#A9B4D2
(169,180,210)
#B1BBD6
(177,187,214)
#B9C2DA
(185,194,218)
#C1C9DE
(193,201,222)
#C9D0E2
(201,208,226)
#D1D7E6
(209,215,230)
#D9DEEA
(217,222,234)
#E1E5EE
(225,229,238)
#E9ECF2
(233,236,242)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1ADCE color. Also use rgb(161,173,206) instead hex code.

Text Font Color

.myTextColor { color: #A1ADCE; }

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

This text font color is #A1ADCE.


Background Color

.myBgColor { background-color: #A1ADCE; }

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

This div background color is #A1ADCE.


Border color

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

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

This div border color is #A1ADCE.


Opacity

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

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

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

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

This text has shadow with #A1ADCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ADCE on black background.


Color preview on white background

This text has color #A1ADCE on white background.



Black color preview on #A1ADCE background

This text has black color on #A1ADCE background.


White color preview on #A1ADCE background

This text has white color on #A1ADCE background.