COLOR #A1B0D7

HEX: #A1B0D7 RGB: (161,176,215)

Color info

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

RGB color model

#A1B0D7 color RGB value is (161,176,215).

RGB: (161,176,215) (63%, 69%, 84%)

RGB channels and saturation

R 161 of 255 = 63%
G 176 of 255 = 69%
B 215 of 255 = 84%

161
176
215

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

Portions of RGB colors in percentages

R + G + B = 161 + 176 + 215 = 552 (100%)
R 161 of 552 ~ 29.17%
G 176 of 552 ~ 31.88%
B 215 of 552 ~ 38.95'%

%29.17
%31.88
%38.95

CMYK color model

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

  • cyan value is 25.12%
  • magenta value is 18.14%
  • 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

%25.12
%18.14
%0
%15.69

Codes

Color #A1B0D7 in popluar color models

A1 B0 D7
RGB 161 176 215
HSL 223° 40.30% 73.73%
HSB/HSV 223° 25.12% 84.31%
CMYK 25.12% 18.14% 0.00%
15.69%

Color #A1B0D7 in popluar number systems.

HEX A1 B0 D7
Decimal 161 176 215
Binary 10100001 10110000 11010111
Octal 241 260 327

Shades and tints

Shades of #A1B0D7

#A1B0D7
(161,176,215)
#93A0C4
(147,160,196)
#8590B1
(133,144,177)
#77809E
(119,128,158)
#69708B
(105,112,139)
#5B6078
(91,96,120)
#4D5065
(77,80,101)
#3F4052
(63,64,82)
#31303F
(49,48,63)
#23202C
(35,32,44)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #A1B0D7

#A1B0D7
(161,176,215)
#A9B7DA
(169,183,218)
#B1BEDD
(177,190,221)
#B9C5E0
(185,197,224)
#C1CCE3
(193,204,227)
#C9D3E6
(201,211,230)
#D1DAE9
(209,218,233)
#D9E1EC
(217,225,236)
#E1E8EF
(225,232,239)
#E9EFF2
(233,239,242)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B0D7 color. Also use rgb(161,176,215) instead hex code.

Text Font Color

.myTextColor { color: #A1B0D7; }

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

This text font color is #A1B0D7.

Background Color

.myBgColor { background-color: #A1B0D7; }

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

This div background color is #A1B0D7.

Border color

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

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

This div border color is #A1B0D7.

Opacity

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

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

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

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

This text has shadow with #A1B0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B0D7.

Preview

Color preview on black background

This text has color #A1B0D7 on black background.


Color preview on white background

This text has color #A1B0D7 on white background.


Black color preview on #A1B0D7 background

This text has black color on #A1B0D7 background.


White color preview on #A1B0D7 background

This text has white color on #A1B0D7 background.


Related colors

Complementary color

Complementary color for #hex is #5E4F28.


I love getcolorcode.com

Triadic colors

1 #D7A1B0 and #B0D7A1 with #A1B0D7 are triadic colors.

2 #D7B0A1 and #B0A1D7 with #A1B0D7 are triadic colors.