COLOR #A1BCA7

HEX: #A1BCA7 RGB: (161,188,167)

Color info

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

RGB color model

#A1BCA7 color RGB value is (161,188,167).

RGB: (161,188,167) (63%, 74%, 65%)

RGB channels and saturation

R 161 of 255 = 63%
G 188 of 255 = 74%
B 167 of 255 = 65%

161
188
167

R + G + B ~ 67%. #A1BCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 188 + 167 = 516 (100%)
R 161 of 516 ~ 31.2%
G 188 of 516 ~ 36.43%
B 167 of 516 ~ 32.36'%

%31.2
%36.43
%32.36

CMYK color model

#A1BCA7 color CMYK value is (14,0,11,26).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 26.27%

CMYK: (14,0,11,26)
C14M0Y11K26 (14%, 0%, 11%, 26%)
(0.14 / 0.00 / 0.11 / 0.26)

CMYK percentages

%14.36
%0
%11.17
%26.27

Codes

Color #A1BCA7 in popluar color models

A1 BC A7
RGB 161 188 167
HSL 133° 16.77% 68.43%
HSB/HSV 133° 14.36% 73.73%
CMYK 14.36% 0.00% 11.17%
26.27%

Color #A1BCA7 in popluar number systems.

HEX A1 BC A7
Decimal 161 188 167
Binary 10100001 10111100 10100111
Octal 241 274 247

Shades and tints

Shades of #A1BCA7

#A1BCA7
(161,188,167)
#93AB98
(147,171,152)
#859A89
(133,154,137)
#77897A
(119,137,122)
#69786B
(105,120,107)
#5B675C
(91,103,92)
#4D564D
(77,86,77)
#3F453E
(63,69,62)
#31342F
(49,52,47)
#232320
(35,35,32)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #A1BCA7

#A1BCA7
(161,188,167)
#A9C2AF
(169,194,175)
#B1C8B7
(177,200,183)
#B9CEBF
(185,206,191)
#C1D4C7
(193,212,199)
#C9DACF
(201,218,207)
#D1E0D7
(209,224,215)
#D9E6DF
(217,230,223)
#E1ECE7
(225,236,231)
#E9F2EF
(233,242,239)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BCA7; }

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

This text font color is #A1BCA7.

Background Color

.myBgColor { background-color: #A1BCA7; }

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

This div background color is #A1BCA7.

Border color

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

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

This div border color is #A1BCA7.

Opacity

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

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

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

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

This text has shadow with #A1BCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BCA7.

Preview

Color preview on black background

This text has color #A1BCA7 on black background.


Color preview on white background

This text has color #A1BCA7 on white background.


Black color preview on #A1BCA7 background

This text has black color on #A1BCA7 background.


White color preview on #A1BCA7 background

This text has white color on #A1BCA7 background.


Related colors

Complementary color

Complementary color for #hex is #5E4358.


I love getcolorcode.com

Triadic colors

1 #A7A1BC and #BCA7A1 with #A1BCA7 are triadic colors.

2 #A7BCA1 and #BCA1A7 with #A1BCA7 are triadic colors.