COLOR #A1B4E0

HEX: #A1B4E0
RGB: (161,180,224)

Color info

#A1B4E0 contains mainly green and blue colors. Web safe color of #A1B4E0 is #99CCCC (or #9CC).

RGB color model

#A1B4E0 color RGB value is (161,180,224).

  • red value is 161;
  • green value is 180;
  • blue value is 224.
RGB:
(161,180,224)
(63%,71%,88%)

RGB channels and saturation

R 161 of 255 = 63%
G 180 of 255 = 71%
B 224 of 255 = 88%

161
180
224

R + G + B ~ 74%. #A1B4E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 180 + 224 = 565 (100%)
R 161 of 565 ~ 28.5%
G 180 of 565 ~ 31.86%
B 224 of 565 ~ 39.65%

%28.5
%31.86
%39.65

CMYK color model

#A1B4E0 color CMYK value is (28,20,0,12).

  • cyan value is 28.13%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(28,20,0,12)
C28M20Y0K12 
(28%,20%,0%,12%)
(0.28/0.20/0.00/0.12)	

CMYK percentages

%28.13
%19.64
%0
%12.16

Codes

Color #A1B4E0 in popluar color models

A1B4E0
RGB161180224
HSL222°50.40%75.49%
HSB/HSV222°28.13%87.84%
CMYK28.13%19.64%0.00%
12.16%

Color #A1B4E0 in popluar number systems.

HEXA1B4E0
Decimal161180224
Binary101000011011010011100000
Octal241264340

Shades and tints

Shades of #A1B4E0

#A1B4E0
(161,180,224)
#93A4CC
(147,164,204)
#8594B8
(133,148,184)
#7784A4
(119,132,164)
#697490
(105,116,144)
#5B647C
(91,100,124)
#4D5468
(77,84,104)
#3F4454
(63,68,84)
#313440
(49,52,64)
#23242C
(35,36,44)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #A1B4E0

#A1B4E0
(161,180,224)
#A9BAE2
(169,186,226)
#B1C0E4
(177,192,228)
#B9C6E6
(185,198,230)
#C1CCE8
(193,204,232)
#C9D2EA
(201,210,234)
#D1D8EC
(209,216,236)
#D9DEEE
(217,222,238)
#E1E4F0
(225,228,240)
#E9EAF2
(233,234,242)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B4E0; }

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

This text font color is #A1B4E0.


Background Color

.myBgColor { background-color: #A1B4E0; }

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

This div background color is #A1B4E0.


Border color

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

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

This div border color is #A1B4E0.


Opacity

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

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

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

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

This text has shadow with #A1B4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B4E0 on black background.


Color preview on white background

This text has color #A1B4E0 on white background.



Black color preview on #A1B4E0 background

This text has black color on #A1B4E0 background.


White color preview on #A1B4E0 background

This text has white color on #A1B4E0 background.