COLOR #A1B3DF

HEX: #A1B3DF
RGB: (161,179,223)

Color info

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

RGB color model

#A1B3DF color RGB value is (161,179,223).

  • red value is 161;
  • green value is 179;
  • blue value is 223.
RGB:
(161,179,223)
(63%,70%,87%)

RGB channels and saturation

R 161 of 255 = 63%
G 179 of 255 = 70%
B 223 of 255 = 87%

161
179
223

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

Portions of RGB colors in percentages

R + G + B =
161 + 179 + 223 = 563 (100%)
R 161 of 563 ~ 28.6%
G 179 of 563 ~ 31.79%
B 223 of 563 ~ 39.61%

%28.6
%31.79
%39.61

CMYK color model

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

  • cyan value is 27.80%
  • magenta value is 19.73%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(28,20,0,13)
C28M20Y0K13 
(28%,20%,0%,13%)
(0.28/0.20/0.00/0.13)	

CMYK percentages

%27.8
%19.73
%0
%12.55

Codes

Color #A1B3DF in popluar color models

A1B3DF
RGB161179223
HSL223°49.21%75.29%
HSB/HSV223°27.80%87.45%
CMYK27.80%19.73%0.00%
12.55%

Color #A1B3DF in popluar number systems.

HEXA1B3DF
Decimal161179223
Binary101000011011001111011111
Octal241263337

Shades and tints

Shades of #A1B3DF

#A1B3DF
(161,179,223)
#93A3CB
(147,163,203)
#8593B7
(133,147,183)
#7783A3
(119,131,163)
#69738F
(105,115,143)
#5B637B
(91,99,123)
#4D5367
(77,83,103)
#3F4353
(63,67,83)
#31333F
(49,51,63)
#23232B
(35,35,43)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #A1B3DF

#A1B3DF
(161,179,223)
#A9B9E1
(169,185,225)
#B1BFE3
(177,191,227)
#B9C5E5
(185,197,229)
#C1CBE7
(193,203,231)
#C9D1E9
(201,209,233)
#D1D7EB
(209,215,235)
#D9DDED
(217,221,237)
#E1E3EF
(225,227,239)
#E9E9F1
(233,233,241)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B3DF color. Also use rgb(161,179,223) instead hex code.

Text Font Color

.myTextColor { color: #A1B3DF; }

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

This text font color is #A1B3DF.


Background Color

.myBgColor { background-color: #A1B3DF; }

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

This div background color is #A1B3DF.


Border color

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

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

This div border color is #A1B3DF.


Opacity

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

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

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

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

This text has shadow with #A1B3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B3DF on black background.


Color preview on white background

This text has color #A1B3DF on white background.



Black color preview on #A1B3DF background

This text has black color on #A1B3DF background.


White color preview on #A1B3DF background

This text has white color on #A1B3DF background.