COLOR #A1B0E0

HEX: #A1B0E0 RGB: (161,176,224)

Color info

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

RGB color model

#A1B0E0 color RGB value is (161,176,224).

RGB: (161,176,224) (63%, 69%, 88%)

RGB channels and saturation

R 161 of 255 = 63%
G 176 of 255 = 69%
B 224 of 255 = 88%

161
176
224

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

Portions of RGB colors in percentages

R + G + B = 161 + 176 + 224 = 561 (100%)
R 161 of 561 ~ 28.7%
G 176 of 561 ~ 31.37%
B 224 of 561 ~ 39.93'%

%28.7
%31.37
%39.93

CMYK color model

#A1B0E0 color CMYK value is (28,21,0,12).

  • cyan value is 28.13%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (28,21,0,12)
C28M21Y0K12 (28%, 21%, 0%, 12%)
(0.28 / 0.21 / 0.00 / 0.12)

CMYK percentages

%28.13
%21.43
%0
%12.16

Codes

Color #A1B0E0 in popluar color models

A1 B0 E0
RGB 161 176 224
HSL 226° 50.40% 75.49%
HSB/HSV 226° 28.13% 87.84%
CMYK 28.13% 21.43% 0.00%
12.16%

Color #A1B0E0 in popluar number systems.

HEX A1 B0 E0
Decimal 161 176 224
Binary 10100001 10110000 11100000
Octal 241 260 340

Shades and tints

Shades of #A1B0E0

#A1B0E0
(161,176,224)
#93A0CC
(147,160,204)
#8590B8
(133,144,184)
#7780A4
(119,128,164)
#697090
(105,112,144)
#5B607C
(91,96,124)
#4D5068
(77,80,104)
#3F4054
(63,64,84)
#313040
(49,48,64)
#23202C
(35,32,44)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #A1B0E0

#A1B0E0
(161,176,224)
#A9B7E2
(169,183,226)
#B1BEE4
(177,190,228)
#B9C5E6
(185,197,230)
#C1CCE8
(193,204,232)
#C9D3EA
(201,211,234)
#D1DAEC
(209,218,236)
#D9E1EE
(217,225,238)
#E1E8F0
(225,232,240)
#E9EFF2
(233,239,242)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B0E0 color. Also use rgb(161,176,224) instead hex code.

Text Font Color

.myTextColor { color: #A1B0E0; }

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

This text font color is #A1B0E0.

Background Color

.myBgColor { background-color: #A1B0E0; }

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

This div background color is #A1B0E0.

Border color

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

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

This div border color is #A1B0E0.

Opacity

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

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

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

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

This text has shadow with #A1B0E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B0E0.

Preview

Color preview on black background

This text has color #A1B0E0 on black background.


Color preview on white background

This text has color #A1B0E0 on white background.


Black color preview on #A1B0E0 background

This text has black color on #A1B0E0 background.


White color preview on #A1B0E0 background

This text has white color on #A1B0E0 background.


Related colors

Complementary color

Complementary color for #hex is #5E4F1F.


I love getcolorcode.com

Triadic colors

1 #E0A1B0 and #B0E0A1 with #A1B0E0 are triadic colors.

2 #E0B0A1 and #B0A1E0 with #A1B0E0 are triadic colors.