COLOR #A1B7D6

HEX: #A1B7D6
RGB: (161,183,214)

Color info

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

RGB color model

#A1B7D6 color RGB value is (161,183,214).

  • red value is 161;
  • green value is 183;
  • blue value is 214.
RGB:
(161,183,214)
(63%,72%,84%)

RGB channels and saturation

R 161 of 255 = 63%
G 183 of 255 = 72%
B 214 of 255 = 84%

161
183
214

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

Portions of RGB colors in percentages

R + G + B =
161 + 183 + 214 = 558 (100%)
R 161 of 558 ~ 28.85%
G 183 of 558 ~ 32.8%
B 214 of 558 ~ 38.35%

%28.85
%32.8
%38.35

CMYK color model

#A1B7D6 color CMYK value is (25,14,0,16).

  • cyan value is 24.77%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(25,14,0,16)
C25M14Y0K16 
(25%,14%,0%,16%)
(0.25/0.14/0.00/0.16)	

CMYK percentages

%24.77
%14.49
%0
%16.08

Codes

Color #A1B7D6 in popluar color models

A1B7D6
RGB161183214
HSL215°39.26%73.53%
HSB/HSV215°24.77%83.92%
CMYK24.77%14.49%0.00%
16.08%

Color #A1B7D6 in popluar number systems.

HEXA1B7D6
Decimal161183214
Binary101000011011011111010110
Octal241267326

Shades and tints

Shades of #A1B7D6

#A1B7D6
(161,183,214)
#93A7C3
(147,167,195)
#8597B0
(133,151,176)
#77879D
(119,135,157)
#69778A
(105,119,138)
#5B6777
(91,103,119)
#4D5764
(77,87,100)
#3F4751
(63,71,81)
#31373E
(49,55,62)
#23272B
(35,39,43)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #A1B7D6

#A1B7D6
(161,183,214)
#A9BDD9
(169,189,217)
#B1C3DC
(177,195,220)
#B9C9DF
(185,201,223)
#C1CFE2
(193,207,226)
#C9D5E5
(201,213,229)
#D1DBE8
(209,219,232)
#D9E1EB
(217,225,235)
#E1E7EE
(225,231,238)
#E9EDF1
(233,237,241)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B7D6 color. Also use rgb(161,183,214) instead hex code.

Text Font Color

.myTextColor { color: #A1B7D6; }

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

This text font color is #A1B7D6.


Background Color

.myBgColor { background-color: #A1B7D6; }

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

This div background color is #A1B7D6.


Border color

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

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

This div border color is #A1B7D6.


Opacity

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

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

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

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

This text has shadow with #A1B7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B7D6 on black background.


Color preview on white background

This text has color #A1B7D6 on white background.



Black color preview on #A1B7D6 background

This text has black color on #A1B7D6 background.


White color preview on #A1B7D6 background

This text has white color on #A1B7D6 background.