COLOR #A2B1D7

HEX: #A2B1D7
RGB: (162,177,215)

Color info

#A2B1D7 contains red, green and blue colors in about the same proportion. Web safe color of #A2B1D7 is #9999CC (or #99C).

RGB color model

#A2B1D7 color RGB value is (162,177,215).

  • red value is 162;
  • green value is 177;
  • blue value is 215.
RGB:
(162,177,215)
(64%,69%,84%)

RGB channels and saturation

R 162 of 255 = 64%
G 177 of 255 = 69%
B 215 of 255 = 84%

162
177
215

R + G + B ~ 72%. #A2B1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 177 + 215 = 554 (100%)
R 162 of 554 ~ 29.24%
G 177 of 554 ~ 31.95%
B 215 of 554 ~ 38.81%

%29.24
%31.95
%38.81

CMYK color model

#A2B1D7 color CMYK value is (25,18,0,16).

  • cyan value is 24.65%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(25,18,0,16)
C25M18Y0K16 
(25%,18%,0%,16%)
(0.25/0.18/0.00/0.16)	

CMYK percentages

%24.65
%17.67
%0
%15.69

Codes

Color #A2B1D7 in popluar color models

A2B1D7
RGB162177215
HSL223°39.85%73.92%
HSB/HSV223°24.65%84.31%
CMYK24.65%17.67%0.00%
15.69%

Color #A2B1D7 in popluar number systems.

HEXA2B1D7
Decimal162177215
Binary101000101011000111010111
Octal242261327

Shades and tints

Shades of #A2B1D7

#A2B1D7
(162,177,215)
#94A1C4
(148,161,196)
#8691B1
(134,145,177)
#78819E
(120,129,158)
#6A718B
(106,113,139)
#5C6178
(92,97,120)
#4E5165
(78,81,101)
#404152
(64,65,82)
#32313F
(50,49,63)
#24212C
(36,33,44)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #A2B1D7

#A2B1D7
(162,177,215)
#AAB8DA
(170,184,218)
#B2BFDD
(178,191,221)
#BAC6E0
(186,198,224)
#C2CDE3
(194,205,227)
#CAD4E6
(202,212,230)
#D2DBE9
(210,219,233)
#DAE2EC
(218,226,236)
#E2E9EF
(226,233,239)
#EAF0F2
(234,240,242)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B1D7 color. Also use rgb(162,177,215) instead hex code.

Text Font Color

.myTextColor { color: #A2B1D7; }

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

This text font color is #A2B1D7.


Background Color

.myBgColor { background-color: #A2B1D7; }

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

This div background color is #A2B1D7.


Border color

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

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

This div border color is #A2B1D7.


Opacity

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

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

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

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

This text has shadow with #A2B1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B1D7 on black background.


Color preview on white background

This text has color #A2B1D7 on white background.



Black color preview on #A2B1D7 background

This text has black color on #A2B1D7 background.


White color preview on #A2B1D7 background

This text has white color on #A2B1D7 background.