COLOR #A1BCE1

HEX: #A1BCE1 RGB: (161,188,225)

Color info

#A1BCE1 contains mainly green and blue colors. Web safe color of #A1BCE1 is #99CCCC (or #9CC).

RGB color model

#A1BCE1 color RGB value is (161,188,225).

RGB: (161,188,225) (63%, 74%, 88%)

RGB channels and saturation

R 161 of 255 = 63%
G 188 of 255 = 74%
B 225 of 255 = 88%

161
188
225

R + G + B ~ 75%. #A1BCE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 188 + 225 = 574 (100%)
R 161 of 574 ~ 28.05%
G 188 of 574 ~ 32.75%
B 225 of 574 ~ 39.2'%

%28.05
%32.75
%39.2

CMYK color model

#A1BCE1 color CMYK value is (28,16,0,12).

  • cyan value is 28.44%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (28,16,0,12)
C28M16Y0K12 (28%, 16%, 0%, 12%)
(0.28 / 0.16 / 0.00 / 0.12)

CMYK percentages

%28.44
%16.44
%0
%11.76

Codes

Color #A1BCE1 in popluar color models

A1 BC E1
RGB 161 188 225
HSL 215° 51.61% 75.69%
HSB/HSV 215° 28.44% 88.24%
CMYK 28.44% 16.44% 0.00%
11.76%

Color #A1BCE1 in popluar number systems.

HEX A1 BC E1
Decimal 161 188 225
Binary 10100001 10111100 11100001
Octal 241 274 341

Shades and tints

Shades of #A1BCE1

#A1BCE1
(161,188,225)
#93ABCD
(147,171,205)
#859AB9
(133,154,185)
#7789A5
(119,137,165)
#697891
(105,120,145)
#5B677D
(91,103,125)
#4D5669
(77,86,105)
#3F4555
(63,69,85)
#313441
(49,52,65)
#23232D
(35,35,45)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #A1BCE1

#A1BCE1
(161,188,225)
#A9C2E3
(169,194,227)
#B1C8E5
(177,200,229)
#B9CEE7
(185,206,231)
#C1D4E9
(193,212,233)
#C9DAEB
(201,218,235)
#D1E0ED
(209,224,237)
#D9E6EF
(217,230,239)
#E1ECF1
(225,236,241)
#E9F2F3
(233,242,243)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BCE1; }

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

This text font color is #A1BCE1.

Background Color

.myBgColor { background-color: #A1BCE1; }

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

This div background color is #A1BCE1.

Border color

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

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

This div border color is #A1BCE1.

Opacity

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

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

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

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

This text has shadow with #A1BCE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BCE1.

Preview

Color preview on black background

This text has color #A1BCE1 on black background.


Color preview on white background

This text has color #A1BCE1 on white background.


Black color preview on #A1BCE1 background

This text has black color on #A1BCE1 background.


White color preview on #A1BCE1 background

This text has white color on #A1BCE1 background.


Related colors

Complementary color

Complementary color for #hex is #5E431E.


I love getcolorcode.com

Triadic colors

1 #E1A1BC and #BCE1A1 with #A1BCE1 are triadic colors.

2 #E1BCA1 and #BCA1E1 with #A1BCE1 are triadic colors.