COLOR #A4C2BC

HEX: #A4C2BC RGB: (164,194,188)

Color info

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

RGB color model

#A4C2BC color RGB value is (164,194,188).

RGB: (164,194,188) (64%, 76%, 74%)

RGB channels and saturation

R 164 of 255 = 64%
G 194 of 255 = 76%
B 188 of 255 = 74%

164
194
188

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

Portions of RGB colors in percentages

R + G + B = 164 + 194 + 188 = 546 (100%)
R 164 of 546 ~ 30.04%
G 194 of 546 ~ 35.53%
B 188 of 546 ~ 34.43'%

%30.04
%35.53
%34.43

CMYK color model

#A4C2BC color CMYK value is (15,0,3,24).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 23.92%

CMYK: (15,0,3,24)
C15M0Y3K24 (15%, 0%, 3%, 24%)
(0.15 / 0.00 / 0.03 / 0.24)

CMYK percentages

%15.46
%0
%3.09
%23.92

Codes

Color #A4C2BC in popluar color models

A4 C2 BC
RGB 164 194 188
HSL 168° 19.74% 70.20%
HSB/HSV 168° 15.46% 76.08%
CMYK 15.46% 0.00% 3.09%
23.92%

Color #A4C2BC in popluar number systems.

HEX A4 C2 BC
Decimal 164 194 188
Binary 10100100 11000010 10111100
Octal 244 302 274

Shades and tints

Shades of #A4C2BC

#A4C2BC
(164,194,188)
#96B1AB
(150,177,171)
#88A09A
(136,160,154)
#7A8F89
(122,143,137)
#6C7E78
(108,126,120)
#5E6D67
(94,109,103)
#505C56
(80,92,86)
#424B45
(66,75,69)
#343A34
(52,58,52)
#262923
(38,41,35)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #A4C2BC

#A4C2BC
(164,194,188)
#ACC7C2
(172,199,194)
#B4CCC8
(180,204,200)
#BCD1CE
(188,209,206)
#C4D6D4
(196,214,212)
#CCDBDA
(204,219,218)
#D4E0E0
(212,224,224)
#DCE5E6
(220,229,230)
#E4EAEC
(228,234,236)
#ECEFF2
(236,239,242)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C2BC color. Also use rgb(164,194,188) instead hex code.

Text Font Color

.myTextColor { color: #A4C2BC; }

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

This text font color is #A4C2BC.

Background Color

.myBgColor { background-color: #A4C2BC; }

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

This div background color is #A4C2BC.

Border color

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

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

This div border color is #A4C2BC.

Opacity

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

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

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

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

This text has shadow with #A4C2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C2BC.

Preview

Color preview on black background

This text has color #A4C2BC on black background.


Color preview on white background

This text has color #A4C2BC on white background.


Black color preview on #A4C2BC background

This text has black color on #A4C2BC background.


White color preview on #A4C2BC background

This text has white color on #A4C2BC background.


Related colors

Complementary color

Complementary color for #hex is #5B3D43.


I love getcolorcode.com

Triadic colors

1 #BCA4C2 and #C2BCA4 with #A4C2BC are triadic colors.

2 #BCC2A4 and #C2A4BC with #A4C2BC are triadic colors.