COLOR #A1B0C8

HEX: #A1B0C8 RGB: (161,176,200)

Color info

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

RGB color model

#A1B0C8 color RGB value is (161,176,200).

RGB: (161,176,200) (63%, 69%, 78%)

RGB channels and saturation

R 161 of 255 = 63%
G 176 of 255 = 69%
B 200 of 255 = 78%

161
176
200

R + G + B ~ 70%. #A1B0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 176 + 200 = 537 (100%)
R 161 of 537 ~ 29.98%
G 176 of 537 ~ 32.77%
B 200 of 537 ~ 37.24'%

%29.98
%32.77
%37.24

CMYK color model

#A1B0C8 color CMYK value is (20,12,0,22).

  • cyan value is 19.50%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (20,12,0,22)
C20M12Y0K22 (20%, 12%, 0%, 22%)
(0.20 / 0.12 / 0.00 / 0.22)

CMYK percentages

%19.5
%12
%0
%21.57

Codes

Color #A1B0C8 in popluar color models

A1 B0 C8
RGB 161 176 200
HSL 217° 26.17% 70.78%
HSB/HSV 217° 19.50% 78.43%
CMYK 19.50% 12.00% 0.00%
21.57%

Color #A1B0C8 in popluar number systems.

HEX A1 B0 C8
Decimal 161 176 200
Binary 10100001 10110000 11001000
Octal 241 260 310

Shades and tints

Shades of #A1B0C8

#A1B0C8
(161,176,200)
#93A0B6
(147,160,182)
#8590A4
(133,144,164)
#778092
(119,128,146)
#697080
(105,112,128)
#5B606E
(91,96,110)
#4D505C
(77,80,92)
#3F404A
(63,64,74)
#313038
(49,48,56)
#232026
(35,32,38)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #A1B0C8

#A1B0C8
(161,176,200)
#A9B7CD
(169,183,205)
#B1BED2
(177,190,210)
#B9C5D7
(185,197,215)
#C1CCDC
(193,204,220)
#C9D3E1
(201,211,225)
#D1DAE6
(209,218,230)
#D9E1EB
(217,225,235)
#E1E8F0
(225,232,240)
#E9EFF5
(233,239,245)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B0C8; }

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

This text font color is #A1B0C8.

Background Color

.myBgColor { background-color: #A1B0C8; }

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

This div background color is #A1B0C8.

Border color

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

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

This div border color is #A1B0C8.

Opacity

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

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

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

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

This text has shadow with #A1B0C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B0C8.

Preview

Color preview on black background

This text has color #A1B0C8 on black background.


Color preview on white background

This text has color #A1B0C8 on white background.


Black color preview on #A1B0C8 background

This text has black color on #A1B0C8 background.


White color preview on #A1B0C8 background

This text has white color on #A1B0C8 background.


Related colors

Complementary color

Complementary color for #hex is #5E4F37.


I love getcolorcode.com

Triadic colors

1 #C8A1B0 and #B0C8A1 with #A1B0C8 are triadic colors.

2 #C8B0A1 and #B0A1C8 with #A1B0C8 are triadic colors.