COLOR #A4C2B9

HEX: #A4C2B9 RGB: (164,194,185)

Color info

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

RGB color model

#A4C2B9 color RGB value is (164,194,185).

RGB: (164,194,185) (64%, 76%, 73%)

RGB channels and saturation

R 164 of 255 = 64%
G 194 of 255 = 76%
B 185 of 255 = 73%

164
194
185

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

Portions of RGB colors in percentages

R + G + B = 164 + 194 + 185 = 543 (100%)
R 164 of 543 ~ 30.2%
G 194 of 543 ~ 35.73%
B 185 of 543 ~ 34.07'%

%30.2
%35.73
%34.07

CMYK color model

#A4C2B9 color CMYK value is (15,0,5,24).

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

CMYK: (15,0,5,24)
C15M0Y5K24 (15%, 0%, 5%, 24%)
(0.15 / 0.00 / 0.05 / 0.24)

CMYK percentages

%15.46
%0
%4.64
%23.92

Codes

Color #A4C2B9 in popluar color models

A4 C2 B9
RGB 164 194 185
HSL 162° 19.74% 70.20%
HSB/HSV 162° 15.46% 76.08%
CMYK 15.46% 0.00% 4.64%
23.92%

Color #A4C2B9 in popluar number systems.

HEX A4 C2 B9
Decimal 164 194 185
Binary 10100100 11000010 10111001
Octal 244 302 271

Shades and tints

Shades of #A4C2B9

#A4C2B9
(164,194,185)
#96B1A9
(150,177,169)
#88A099
(136,160,153)
#7A8F89
(122,143,137)
#6C7E79
(108,126,121)
#5E6D69
(94,109,105)
#505C59
(80,92,89)
#424B49
(66,75,73)
#343A39
(52,58,57)
#262929
(38,41,41)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #A4C2B9

#A4C2B9
(164,194,185)
#ACC7BF
(172,199,191)
#B4CCC5
(180,204,197)
#BCD1CB
(188,209,203)
#C4D6D1
(196,214,209)
#CCDBD7
(204,219,215)
#D4E0DD
(212,224,221)
#DCE5E3
(220,229,227)
#E4EAE9
(228,234,233)
#ECEFEF
(236,239,239)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C2B9; }

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

This text font color is #A4C2B9.

Background Color

.myBgColor { background-color: #A4C2B9; }

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

This div background color is #A4C2B9.

Border color

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

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

This div border color is #A4C2B9.

Opacity

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

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

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

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

This text has shadow with #A4C2B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C2B9.

Preview

Color preview on black background

This text has color #A4C2B9 on black background.


Color preview on white background

This text has color #A4C2B9 on white background.


Black color preview on #A4C2B9 background

This text has black color on #A4C2B9 background.


White color preview on #A4C2B9 background

This text has white color on #A4C2B9 background.


Related colors

Complementary color

Complementary color for #hex is #5B3D46.


I love getcolorcode.com

Triadic colors

1 #B9A4C2 and #C2B9A4 with #A4C2B9 are triadic colors.

2 #B9C2A4 and #C2A4B9 with #A4C2B9 are triadic colors.