COLOR #A1B1EB

HEX: #A1B1EB
RGB: (161,177,235)

Color info

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

RGB color model

#A1B1EB color RGB value is (161,177,235).

  • red value is 161;
  • green value is 177;
  • blue value is 235.
RGB:
(161,177,235)
(63%,69%,92%)

RGB channels and saturation

R 161 of 255 = 63%
G 177 of 255 = 69%
B 235 of 255 = 92%

161
177
235

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

Portions of RGB colors in percentages

R + G + B =
161 + 177 + 235 = 573 (100%)
R 161 of 573 ~ 28.1%
G 177 of 573 ~ 30.89%
B 235 of 573 ~ 41.01%

%28.1
%30.89
%41.01

CMYK color model

#A1B1EB color CMYK value is (31,25,0,8).

  • cyan value is 31.49%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(31,25,0,8)
C31M25Y0K8 
(31%,25%,0%,8%)
(0.31/0.25/0.00/0.08)	

CMYK percentages

%31.49
%24.68
%0
%7.84

Codes

Color #A1B1EB in popluar color models

A1B1EB
RGB161177235
HSL227°64.91%77.65%
HSB/HSV227°31.49%92.16%
CMYK31.49%24.68%0.00%
7.84%

Color #A1B1EB in popluar number systems.

HEXA1B1EB
Decimal161177235
Binary101000011011000111101011
Octal241261353

Shades and tints

Shades of #A1B1EB

#A1B1EB
(161,177,235)
#93A1D6
(147,161,214)
#8591C1
(133,145,193)
#7781AC
(119,129,172)
#697197
(105,113,151)
#5B6182
(91,97,130)
#4D516D
(77,81,109)
#3F4158
(63,65,88)
#313143
(49,49,67)
#23212E
(35,33,46)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #A1B1EB

#A1B1EB
(161,177,235)
#A9B8EC
(169,184,236)
#B1BFED
(177,191,237)
#B9C6EE
(185,198,238)
#C1CDEF
(193,205,239)
#C9D4F0
(201,212,240)
#D1DBF1
(209,219,241)
#D9E2F2
(217,226,242)
#E1E9F3
(225,233,243)
#E9F0F4
(233,240,244)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B1EB color. Also use rgb(161,177,235) instead hex code.

Text Font Color

.myTextColor { color: #A1B1EB; }

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

This text font color is #A1B1EB.


Background Color

.myBgColor { background-color: #A1B1EB; }

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

This div background color is #A1B1EB.


Border color

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

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

This div border color is #A1B1EB.


Opacity

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

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

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

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

This text has shadow with #A1B1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B1EB on black background.


Color preview on white background

This text has color #A1B1EB on white background.



Black color preview on #A1B1EB background

This text has black color on #A1B1EB background.


White color preview on #A1B1EB background

This text has white color on #A1B1EB background.