COLOR #A4C1B1

HEX: #A4C1B1 RGB: (164,193,177)

Color info

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

RGB color model

#A4C1B1 color RGB value is (164,193,177).

RGB: (164,193,177) (64%, 76%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 193 of 255 = 76%
B 177 of 255 = 69%

164
193
177

R + G + B ~ 70%. #A4C1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 193 + 177 = 534 (100%)
R 164 of 534 ~ 30.71%
G 193 of 534 ~ 36.14%
B 177 of 534 ~ 33.15'%

%30.71
%36.14
%33.15

CMYK color model

#A4C1B1 color CMYK value is (15,0,8,24).

  • cyan value is 15.03%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • key color value is 24.31%

CMYK: (15,0,8,24)
C15M0Y8K24 (15%, 0%, 8%, 24%)
(0.15 / 0.00 / 0.08 / 0.24)

CMYK percentages

%15.03
%0
%8.29
%24.31

Codes

Color #A4C1B1 in popluar color models

A4 C1 B1
RGB 164 193 177
HSL 147° 18.95% 70.00%
HSB/HSV 147° 15.03% 75.69%
CMYK 15.03% 0.00% 8.29%
24.31%

Color #A4C1B1 in popluar number systems.

HEX A4 C1 B1
Decimal 164 193 177
Binary 10100100 11000001 10110001
Octal 244 301 261

Shades and tints

Shades of #A4C1B1

#A4C1B1
(164,193,177)
#96B0A1
(150,176,161)
#889F91
(136,159,145)
#7A8E81
(122,142,129)
#6C7D71
(108,125,113)
#5E6C61
(94,108,97)
#505B51
(80,91,81)
#424A41
(66,74,65)
#343931
(52,57,49)
#262821
(38,40,33)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #A4C1B1

#A4C1B1
(164,193,177)
#ACC6B8
(172,198,184)
#B4CBBF
(180,203,191)
#BCD0C6
(188,208,198)
#C4D5CD
(196,213,205)
#CCDAD4
(204,218,212)
#D4DFDB
(212,223,219)
#DCE4E2
(220,228,226)
#E4E9E9
(228,233,233)
#ECEEF0
(236,238,240)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C1B1 color. Also use rgb(164,193,177) instead hex code.

Text Font Color

.myTextColor { color: #A4C1B1; }

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

This text font color is #A4C1B1.

Background Color

.myBgColor { background-color: #A4C1B1; }

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

This div background color is #A4C1B1.

Border color

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

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

This div border color is #A4C1B1.

Opacity

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

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

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

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

This text has shadow with #A4C1B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C1B1.

Preview

Color preview on black background

This text has color #A4C1B1 on black background.


Color preview on white background

This text has color #A4C1B1 on white background.


Black color preview on #A4C1B1 background

This text has black color on #A4C1B1 background.


White color preview on #A4C1B1 background

This text has white color on #A4C1B1 background.


Related colors

Complementary color

Complementary color for #hex is #5B3E4E.


I love getcolorcode.com

Triadic colors

1 #B1A4C1 and #C1B1A4 with #A4C1B1 are triadic colors.

2 #B1C1A4 and #C1A4B1 with #A4C1B1 are triadic colors.