COLOR #A1BCB1

HEX: #A1BCB1 RGB: (161,188,177)

Color info

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

RGB color model

#A1BCB1 color RGB value is (161,188,177).

RGB: (161,188,177) (63%, 74%, 69%)

RGB channels and saturation

R 161 of 255 = 63%
G 188 of 255 = 74%
B 177 of 255 = 69%

161
188
177

R + G + B ~ 69%. #A1BCB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 188 + 177 = 526 (100%)
R 161 of 526 ~ 30.61%
G 188 of 526 ~ 35.74%
B 177 of 526 ~ 33.65'%

%30.61
%35.74
%33.65

CMYK color model

#A1BCB1 color CMYK value is (14,0,6,26).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 26.27%
CMYK: (14,0,6,26) C14M0Y6K26 (14%,0%,6%,26%) (0.14/0.00/0.06/0.26) 

CMYK percentages

%14.36
%0
%5.85
%26.27

Codes

Color #A1BCB1 in popluar color models

A1 BC B1
RGB 161 188 177
HSL 156° 16.77% 68.43%
HSB/HSV 156° 14.36% 73.73%
CMYK 14.36% 0.00% 5.85%
26.27%

Color #A1BCB1 in popluar number systems.

HEX A1 BC B1
Decimal 161 188 177
Binary 10100001 10111100 10110001
Octal 241 274 261

Shades and tints

Shades of #A1BCB1

#A1BCB1
(161,188,177)
#93ABA1
(147,171,161)
#859A91
(133,154,145)
#778981
(119,137,129)
#697871
(105,120,113)
#5B6761
(91,103,97)
#4D5651
(77,86,81)
#3F4541
(63,69,65)
#313431
(49,52,49)
#232321
(35,35,33)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #A1BCB1

#A1BCB1
(161,188,177)
#A9C2B8
(169,194,184)
#B1C8BF
(177,200,191)
#B9CEC6
(185,206,198)
#C1D4CD
(193,212,205)
#C9DAD4
(201,218,212)
#D1E0DB
(209,224,219)
#D9E6E2
(217,230,226)
#E1ECE9
(225,236,233)
#E9F2F0
(233,242,240)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BCB1; }

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

This text font color is #A1BCB1.

Background Color

.myBgColor { background-color: #A1BCB1; }

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

This div background color is #A1BCB1.

Border color

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

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

This div border color is #A1BCB1.

Opacity

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

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

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

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

This text has shadow with #A1BCB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BCB1.

Preview

Color preview on black background

This text has color #A1BCB1 on black background.


Color preview on white background

This text has color #A1BCB1 on white background.


Black color preview on #A1BCB1 background

This text has black color on #A1BCB1 background.


White color preview on #A1BCB1 background

This text has white color on #A1BCB1 background.


Related colors

Complementary color

Complementary color for #hex is #5E434E.


I love getcolorcode.com

Triadic colors

1 #B1A1BC and #BCB1A1 with #A1BCB1 are triadic colors.

2 #B1BCA1 and #BCA1B1 with #A1BCB1 are triadic colors.