COLOR #A1B4E5

HEX: #A1B4E5
RGB: (161,180,229)

Color info

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

RGB color model

#A1B4E5 color RGB value is (161,180,229).

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

RGB channels and saturation

R 161 of 255 = 63%
G 180 of 255 = 71%
B 229 of 255 = 90%

161
180
229

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

Portions of RGB colors in percentages

R + G + B =
161 + 180 + 229 = 570 (100%)
R 161 of 570 ~ 28.25%
G 180 of 570 ~ 31.58%
B 229 of 570 ~ 40.18%

%28.25
%31.58
%40.18

CMYK color model

#A1B4E5 color CMYK value is (30,21,0,10).

  • cyan value is 29.69%
  • magenta value is 21.40%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(30,21,0,10)
C30M21Y0K10 
(30%,21%,0%,10%)
(0.30/0.21/0.00/0.10)	

CMYK percentages

%29.69
%21.4
%0
%10.2

Codes

Color #A1B4E5 in popluar color models

A1B4E5
RGB161180229
HSL223°56.67%76.47%
HSB/HSV223°29.69%89.80%
CMYK29.69%21.40%0.00%
10.20%

Color #A1B4E5 in popluar number systems.

HEXA1B4E5
Decimal161180229
Binary101000011011010011100101
Octal241264345

Shades and tints

Shades of #A1B4E5

#A1B4E5
(161,180,229)
#93A4D1
(147,164,209)
#8594BD
(133,148,189)
#7784A9
(119,132,169)
#697495
(105,116,149)
#5B6481
(91,100,129)
#4D546D
(77,84,109)
#3F4459
(63,68,89)
#313445
(49,52,69)
#232431
(35,36,49)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #A1B4E5

#A1B4E5
(161,180,229)
#A9BAE7
(169,186,231)
#B1C0E9
(177,192,233)
#B9C6EB
(185,198,235)
#C1CCED
(193,204,237)
#C9D2EF
(201,210,239)
#D1D8F1
(209,216,241)
#D9DEF3
(217,222,243)
#E1E4F5
(225,228,245)
#E9EAF7
(233,234,247)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B4E5; }

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

This text font color is #A1B4E5.


Background Color

.myBgColor { background-color: #A1B4E5; }

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

This div background color is #A1B4E5.


Border color

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

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

This div border color is #A1B4E5.


Opacity

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

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

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

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

This text has shadow with #A1B4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B4E5 on black background.


Color preview on white background

This text has color #A1B4E5 on white background.



Black color preview on #A1B4E5 background

This text has black color on #A1B4E5 background.


White color preview on #A1B4E5 background

This text has white color on #A1B4E5 background.