COLOR #A1BEE2

HEX: #A1BEE2 RGB: (161,190,226)

Color info

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

RGB color model

#A1BEE2 color RGB value is (161,190,226).

RGB: (161,190,226) (63%, 75%, 89%)

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 226 of 255 = 89%

161
190
226

R + G + B ~ 76%. #A1BEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 190 + 226 = 577 (100%)
R 161 of 577 ~ 27.9%
G 190 of 577 ~ 32.93%
B 226 of 577 ~ 39.17'%

%27.9
%32.93
%39.17

CMYK color model

#A1BEE2 color CMYK value is (29,16,0,11).

  • cyan value is 28.76%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (29,16,0,11) C29M16Y0K11 (29%,16%,0%,11%) (0.29/0.16/0.00/0.11) 

CMYK percentages

%28.76
%15.93
%0
%11.37

Codes

Color #A1BEE2 in popluar color models

A1 BE E2
RGB 161 190 226
HSL 213° 52.85% 75.88%
HSB/HSV 213° 28.76% 88.63%
CMYK 28.76% 15.93% 0.00%
11.37%

Color #A1BEE2 in popluar number systems.

HEX A1 BE E2
Decimal 161 190 226
Binary 10100001 10111110 11100010
Octal 241 276 342

Shades and tints

Shades of #A1BEE2

#A1BEE2
(161,190,226)
#93ADCE
(147,173,206)
#859CBA
(133,156,186)
#778BA6
(119,139,166)
#697A92
(105,122,146)
#5B697E
(91,105,126)
#4D586A
(77,88,106)
#3F4756
(63,71,86)
#313642
(49,54,66)
#23252E
(35,37,46)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #A1BEE2

#A1BEE2
(161,190,226)
#A9C3E4
(169,195,228)
#B1C8E6
(177,200,230)
#B9CDE8
(185,205,232)
#C1D2EA
(193,210,234)
#C9D7EC
(201,215,236)
#D1DCEE
(209,220,238)
#D9E1F0
(217,225,240)
#E1E6F2
(225,230,242)
#E9EBF4
(233,235,244)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BEE2 color. Also use rgb(161,190,226) instead hex code.

Text Font Color

.myTextColor { color: #A1BEE2; }

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

This text font color is #A1BEE2.

Background Color

.myBgColor { background-color: #A1BEE2; }

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

This div background color is #A1BEE2.

Border color

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

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

This div border color is #A1BEE2.

Opacity

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

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

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

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

This text has shadow with #A1BEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BEE2.

Preview

Color preview on black background

This text has color #A1BEE2 on black background.


Color preview on white background

This text has color #A1BEE2 on white background.


Black color preview on #A1BEE2 background

This text has black color on #A1BEE2 background.


White color preview on #A1BEE2 background

This text has white color on #A1BEE2 background.


Related colors

Complementary color

Complementary color for #hex is #5E411D.


I love getcolorcode.com

Triadic colors

1 #E2A1BE and #BEE2A1 with #A1BEE2 are triadic colors.

2 #E2BEA1 and #BEA1E2 with #A1BEE2 are triadic colors.