COLOR #A1BCD3

HEX: #A1BCD3 RGB: (161,188,211)

Color info

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

RGB color model

#A1BCD3 color RGB value is (161,188,211).

RGB: (161,188,211) (63%, 74%, 83%)

RGB channels and saturation

R 161 of 255 = 63%
G 188 of 255 = 74%
B 211 of 255 = 83%

161
188
211

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

Portions of RGB colors in percentages

R + G + B = 161 + 188 + 211 = 560 (100%)
R 161 of 560 ~ 28.75%
G 188 of 560 ~ 33.57%
B 211 of 560 ~ 37.68'%

%28.75
%33.57
%37.68

CMYK color model

#A1BCD3 color CMYK value is (24,11,0,17).

  • cyan value is 23.70%
  • magenta value is 10.90%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (24,11,0,17)
C24M11Y0K17 (24%, 11%, 0%, 17%)
(0.24 / 0.11 / 0.00 / 0.17)

CMYK percentages

%23.7
%10.9
%0
%17.25

Codes

Color #A1BCD3 in popluar color models

A1 BC D3
RGB 161 188 211
HSL 208° 36.23% 72.94%
HSB/HSV 208° 23.70% 82.75%
CMYK 23.70% 10.90% 0.00%
17.25%

Color #A1BCD3 in popluar number systems.

HEX A1 BC D3
Decimal 161 188 211
Binary 10100001 10111100 11010011
Octal 241 274 323

Shades and tints

Shades of #A1BCD3

#A1BCD3
(161,188,211)
#93ABC0
(147,171,192)
#859AAD
(133,154,173)
#77899A
(119,137,154)
#697887
(105,120,135)
#5B6774
(91,103,116)
#4D5661
(77,86,97)
#3F454E
(63,69,78)
#31343B
(49,52,59)
#232328
(35,35,40)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #A1BCD3

#A1BCD3
(161,188,211)
#A9C2D7
(169,194,215)
#B1C8DB
(177,200,219)
#B9CEDF
(185,206,223)
#C1D4E3
(193,212,227)
#C9DAE7
(201,218,231)
#D1E0EB
(209,224,235)
#D9E6EF
(217,230,239)
#E1ECF3
(225,236,243)
#E9F2F7
(233,242,247)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BCD3 color. Also use rgb(161,188,211) instead hex code.

Text Font Color

.myTextColor { color: #A1BCD3; }

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

This text font color is #A1BCD3.

Background Color

.myBgColor { background-color: #A1BCD3; }

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

This div background color is #A1BCD3.

Border color

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

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

This div border color is #A1BCD3.

Opacity

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

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

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

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

This text has shadow with #A1BCD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BCD3.

Preview

Color preview on black background

This text has color #A1BCD3 on black background.


Color preview on white background

This text has color #A1BCD3 on white background.


Black color preview on #A1BCD3 background

This text has black color on #A1BCD3 background.


White color preview on #A1BCD3 background

This text has white color on #A1BCD3 background.


Related colors

Complementary color

Complementary color for #hex is #5E432C.


I love getcolorcode.com

Triadic colors

1 #D3A1BC and #BCD3A1 with #A1BCD3 are triadic colors.

2 #D3BCA1 and #BCA1D3 with #A1BCD3 are triadic colors.