COLOR #A1BCC4

HEX: #A1BCC4 RGB: (161,188,196)

Color info

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

RGB color model

#A1BCC4 color RGB value is (161,188,196).

RGB: (161,188,196) (63%, 74%, 77%)

RGB channels and saturation

R 161 of 255 = 63%
G 188 of 255 = 74%
B 196 of 255 = 77%

161
188
196

R + G + B ~ 71%. #A1BCC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 188 + 196 = 545 (100%)
R 161 of 545 ~ 29.54%
G 188 of 545 ~ 34.5%
B 196 of 545 ~ 35.96'%

%29.54
%34.5
%35.96

CMYK color model

#A1BCC4 color CMYK value is (18,4,0,23).

  • cyan value is 17.86%
  • magenta value is 4.08%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (18,4,0,23)
C18M4Y0K23 (18%, 4%, 0%, 23%)
(0.18 / 0.04 / 0.00 / 0.23)

CMYK percentages

%17.86
%4.08
%0
%23.14

Codes

Color #A1BCC4 in popluar color models

A1 BC C4
RGB 161 188 196
HSL 194° 22.88% 70.00%
HSB/HSV 194° 17.86% 76.86%
CMYK 17.86% 4.08% 0.00%
23.14%

Color #A1BCC4 in popluar number systems.

HEX A1 BC C4
Decimal 161 188 196
Binary 10100001 10111100 11000100
Octal 241 274 304

Shades and tints

Shades of #A1BCC4

#A1BCC4
(161,188,196)
#93ABB3
(147,171,179)
#859AA2
(133,154,162)
#778991
(119,137,145)
#697880
(105,120,128)
#5B676F
(91,103,111)
#4D565E
(77,86,94)
#3F454D
(63,69,77)
#31343C
(49,52,60)
#23232B
(35,35,43)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #A1BCC4

#A1BCC4
(161,188,196)
#A9C2C9
(169,194,201)
#B1C8CE
(177,200,206)
#B9CED3
(185,206,211)
#C1D4D8
(193,212,216)
#C9DADD
(201,218,221)
#D1E0E2
(209,224,226)
#D9E6E7
(217,230,231)
#E1ECEC
(225,236,236)
#E9F2F1
(233,242,241)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BCC4; }

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

This text font color is #A1BCC4.

Background Color

.myBgColor { background-color: #A1BCC4; }

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

This div background color is #A1BCC4.

Border color

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

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

This div border color is #A1BCC4.

Opacity

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

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

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

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

This text has shadow with #A1BCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BCC4.

Preview

Color preview on black background

This text has color #A1BCC4 on black background.


Color preview on white background

This text has color #A1BCC4 on white background.


Black color preview on #A1BCC4 background

This text has black color on #A1BCC4 background.


White color preview on #A1BCC4 background

This text has white color on #A1BCC4 background.


Related colors

Complementary color

Complementary color for #hex is #5E433B.


I love getcolorcode.com

Triadic colors

1 #C4A1BC and #BCC4A1 with #A1BCC4 are triadic colors.

2 #C4BCA1 and #BCA1C4 with #A1BCC4 are triadic colors.