COLOR #A4C7B4

HEX: #A4C7B4
RGB: (164,199,180)

Color info

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

RGB color model

#A4C7B4 color RGB value is (164,199,180).

  • red value is 164;
  • green value is 199;
  • blue value is 180.
RGB:
(164,199,180)
(64%,78%,71%)

RGB channels and saturation

R 164 of 255 = 64%
G 199 of 255 = 78%
B 180 of 255 = 71%

164
199
180

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

Portions of RGB colors in percentages

R + G + B =
164 + 199 + 180 = 543 (100%)
R 164 of 543 ~ 30.2%
G 199 of 543 ~ 36.65%
B 180 of 543 ~ 33.15%

%30.2
%36.65
%33.15

CMYK color model

#A4C7B4 color CMYK value is (18,0,10,22).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 9.55%
  • key color value is 21.96%
CMYK:
(18,0,10,22)
C18M0Y10K22 
(18%,0%,10%,22%)
(0.18/0.00/0.10/0.22)	

CMYK percentages

%17.59
%0
%9.55
%21.96

Codes

Color #A4C7B4 in popluar color models

A4C7B4
RGB164199180
HSL147°23.81%71.18%
HSB/HSV147°17.59%78.04%
CMYK17.59%0.00%9.55%
21.96%

Color #A4C7B4 in popluar number systems.

HEXA4C7B4
Decimal164199180
Binary101001001100011110110100
Octal244307264

Shades and tints

Shades of #A4C7B4

#A4C7B4
(164,199,180)
#96B5A4
(150,181,164)
#88A394
(136,163,148)
#7A9184
(122,145,132)
#6C7F74
(108,127,116)
#5E6D64
(94,109,100)
#505B54
(80,91,84)
#424944
(66,73,68)
#343734
(52,55,52)
#262524
(38,37,36)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #A4C7B4

#A4C7B4
(164,199,180)
#ACCCBA
(172,204,186)
#B4D1C0
(180,209,192)
#BCD6C6
(188,214,198)
#C4DBCC
(196,219,204)
#CCE0D2
(204,224,210)
#D4E5D8
(212,229,216)
#DCEADE
(220,234,222)
#E4EFE4
(228,239,228)
#ECF4EA
(236,244,234)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C7B4 color. Also use rgb(164,199,180) instead hex code.

Text Font Color

.myTextColor { color: #A4C7B4; }

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

This text font color is #A4C7B4.


Background Color

.myBgColor { background-color: #A4C7B4; }

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

This div background color is #A4C7B4.


Border color

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

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

This div border color is #A4C7B4.


Opacity

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

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

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

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

This text has shadow with #A4C7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C7B4 on black background.


Color preview on white background

This text has color #A4C7B4 on white background.



Black color preview on #A4C7B4 background

This text has black color on #A4C7B4 background.


White color preview on #A4C7B4 background

This text has white color on #A4C7B4 background.