COLOR #A1B1DD

HEX: #A1B1DD
RGB: (161,177,221)

Color info

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

RGB color model

#A1B1DD color RGB value is (161,177,221).

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

RGB channels and saturation

R 161 of 255 = 63%
G 177 of 255 = 69%
B 221 of 255 = 87%

161
177
221

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

Portions of RGB colors in percentages

R + G + B =
161 + 177 + 221 = 559 (100%)
R 161 of 559 ~ 28.8%
G 177 of 559 ~ 31.66%
B 221 of 559 ~ 39.53%

%28.8
%31.66
%39.53

CMYK color model

#A1B1DD color CMYK value is (27,20,0,13).

  • cyan value is 27.15%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(27,20,0,13)
C27M20Y0K13 
(27%,20%,0%,13%)
(0.27/0.20/0.00/0.13)	

CMYK percentages

%27.15
%19.91
%0
%13.33

Codes

Color #A1B1DD in popluar color models

A1B1DD
RGB161177221
HSL224°46.88%74.90%
HSB/HSV224°27.15%86.67%
CMYK27.15%19.91%0.00%
13.33%

Color #A1B1DD in popluar number systems.

HEXA1B1DD
Decimal161177221
Binary101000011011000111011101
Octal241261335

Shades and tints

Shades of #A1B1DD

#A1B1DD
(161,177,221)
#93A1C9
(147,161,201)
#8591B5
(133,145,181)
#7781A1
(119,129,161)
#69718D
(105,113,141)
#5B6179
(91,97,121)
#4D5165
(77,81,101)
#3F4151
(63,65,81)
#31313D
(49,49,61)
#232129
(35,33,41)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #A1B1DD

#A1B1DD
(161,177,221)
#A9B8E0
(169,184,224)
#B1BFE3
(177,191,227)
#B9C6E6
(185,198,230)
#C1CDE9
(193,205,233)
#C9D4EC
(201,212,236)
#D1DBEF
(209,219,239)
#D9E2F2
(217,226,242)
#E1E9F5
(225,233,245)
#E9F0F8
(233,240,248)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B1DD; }

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

This text font color is #A1B1DD.


Background Color

.myBgColor { background-color: #A1B1DD; }

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

This div background color is #A1B1DD.


Border color

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

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

This div border color is #A1B1DD.


Opacity

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

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

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

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

This text has shadow with #A1B1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B1DD on black background.


Color preview on white background

This text has color #A1B1DD on white background.



Black color preview on #A1B1DD background

This text has black color on #A1B1DD background.


White color preview on #A1B1DD background

This text has white color on #A1B1DD background.