COLOR #A4C7BC

HEX: #A4C7BC
RGB: (164,199,188)

Color info

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

RGB color model

#A4C7BC color RGB value is (164,199,188).

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

RGB channels and saturation

R 164 of 255 = 64%
G 199 of 255 = 78%
B 188 of 255 = 74%

164
199
188

R + G + B ~ 72%. #A4C7BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 199 + 188 = 551 (100%)
R 164 of 551 ~ 29.76%
G 199 of 551 ~ 36.12%
B 188 of 551 ~ 34.12%

%29.76
%36.12
%34.12

CMYK color model

#A4C7BC color CMYK value is (18,0,6,22).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 21.96%
CMYK:
(18,0,6,22)
C18M0Y6K22 
(18%,0%,6%,22%)
(0.18/0.00/0.06/0.22)	

CMYK percentages

%17.59
%0
%5.53
%21.96

Codes

Color #A4C7BC in popluar color models

A4C7BC
RGB164199188
HSL161°23.81%71.18%
HSB/HSV161°17.59%78.04%
CMYK17.59%0.00%5.53%
21.96%

Color #A4C7BC in popluar number systems.

HEXA4C7BC
Decimal164199188
Binary101001001100011110111100
Octal244307274

Shades and tints

Shades of #A4C7BC

#A4C7BC
(164,199,188)
#96B5AB
(150,181,171)
#88A39A
(136,163,154)
#7A9189
(122,145,137)
#6C7F78
(108,127,120)
#5E6D67
(94,109,103)
#505B56
(80,91,86)
#424945
(66,73,69)
#343734
(52,55,52)
#262523
(38,37,35)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #A4C7BC

#A4C7BC
(164,199,188)
#ACCCC2
(172,204,194)
#B4D1C8
(180,209,200)
#BCD6CE
(188,214,206)
#C4DBD4
(196,219,212)
#CCE0DA
(204,224,218)
#D4E5E0
(212,229,224)
#DCEAE6
(220,234,230)
#E4EFEC
(228,239,236)
#ECF4F2
(236,244,242)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C7BC; }

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

This text font color is #A4C7BC.


Background Color

.myBgColor { background-color: #A4C7BC; }

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

This div background color is #A4C7BC.


Border color

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

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

This div border color is #A4C7BC.


Opacity

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

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

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

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

This text has shadow with #A4C7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C7BC on black background.


Color preview on white background

This text has color #A4C7BC on white background.



Black color preview on #A4C7BC background

This text has black color on #A4C7BC background.


White color preview on #A4C7BC background

This text has white color on #A4C7BC background.