COLOR #A1B3E7

HEX: #A1B3E7 RGB: (161,179,231)

Color info

#A1B3E7 contains mainly green and blue colors. Web safe color of #A1B3E7 is #9999FF (or #99F).

RGB color model

#A1B3E7 color RGB value is (161,179,231).

RGB: (161,179,231) (63%, 70%, 91%)

RGB channels and saturation

R 161 of 255 = 63%
G 179 of 255 = 70%
B 231 of 255 = 91%

161
179
231

R + G + B ~ 75%. #A1B3E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 179 + 231 = 571 (100%)
R 161 of 571 ~ 28.2%
G 179 of 571 ~ 31.35%
B 231 of 571 ~ 40.46'%

%28.2
%31.35
%40.46

CMYK color model

#A1B3E7 color CMYK value is (30,23,0,9).

  • cyan value is 30.30%
  • magenta value is 22.51%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (30,23,0,9)
C30M23Y0K9 (30%, 23%, 0%, 9%)
(0.30 / 0.23 / 0.00 / 0.09)

CMYK percentages

%30.3
%22.51
%0
%9.41

Codes

Color #A1B3E7 in popluar color models

A1 B3 E7
RGB 161 179 231
HSL 225° 59.32% 76.86%
HSB/HSV 225° 30.30% 90.59%
CMYK 30.30% 22.51% 0.00%
9.41%

Color #A1B3E7 in popluar number systems.

HEX A1 B3 E7
Decimal 161 179 231
Binary 10100001 10110011 11100111
Octal 241 263 347

Shades and tints

Shades of #A1B3E7

#A1B3E7
(161,179,231)
#93A3D2
(147,163,210)
#8593BD
(133,147,189)
#7783A8
(119,131,168)
#697393
(105,115,147)
#5B637E
(91,99,126)
#4D5369
(77,83,105)
#3F4354
(63,67,84)
#31333F
(49,51,63)
#23232A
(35,35,42)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #A1B3E7

#A1B3E7
(161,179,231)
#A9B9E9
(169,185,233)
#B1BFEB
(177,191,235)
#B9C5ED
(185,197,237)
#C1CBEF
(193,203,239)
#C9D1F1
(201,209,241)
#D1D7F3
(209,215,243)
#D9DDF5
(217,221,245)
#E1E3F7
(225,227,247)
#E9E9F9
(233,233,249)
#F1EFFB
(241,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B3E7; }

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

This text font color is #A1B3E7.

Background Color

.myBgColor { background-color: #A1B3E7; }

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

This div background color is #A1B3E7.

Border color

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

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

This div border color is #A1B3E7.

Opacity

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

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

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

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

This text has shadow with #A1B3E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B3E7.

Preview

Color preview on black background

This text has color #A1B3E7 on black background.


Color preview on white background

This text has color #A1B3E7 on white background.


Black color preview on #A1B3E7 background

This text has black color on #A1B3E7 background.


White color preview on #A1B3E7 background

This text has white color on #A1B3E7 background.


Related colors

Complementary color

Complementary color for #hex is #5E4C18.


I love getcolorcode.com

Triadic colors

1 #E7A1B3 and #B3E7A1 with #A1B3E7 are triadic colors.

2 #E7B3A1 and #B3A1E7 with #A1B3E7 are triadic colors.