COLOR #A4C7CD

HEX: #A4C7CD
RGB: (164,199,205)

Color info

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

RGB color model

#A4C7CD color RGB value is (164,199,205).

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

RGB channels and saturation

R 164 of 255 = 64%
G 199 of 255 = 78%
B 205 of 255 = 80%

164
199
205

R + G + B ~ 74%. #A4C7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 199 + 205 = 568 (100%)
R 164 of 568 ~ 28.87%
G 199 of 568 ~ 35.04%
B 205 of 568 ~ 36.09%

%28.87
%35.04
%36.09

CMYK color model

#A4C7CD color CMYK value is (20,3,0,20).

  • cyan value is 20.00%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,3,0,20)
C20M3Y0K20 
(20%,3%,0%,20%)
(0.20/0.03/0.00/0.20)	

CMYK percentages

%20
%2.93
%0
%19.61

Codes

Color #A4C7CD in popluar color models

A4C7CD
RGB164199205
HSL189°29.08%72.35%
HSB/HSV189°20.00%80.39%
CMYK20.00%2.93%0.00%
19.61%

Color #A4C7CD in popluar number systems.

HEXA4C7CD
Decimal164199205
Binary101001001100011111001101
Octal244307315

Shades and tints

Shades of #A4C7CD

#A4C7CD
(164,199,205)
#96B5BB
(150,181,187)
#88A3A9
(136,163,169)
#7A9197
(122,145,151)
#6C7F85
(108,127,133)
#5E6D73
(94,109,115)
#505B61
(80,91,97)
#42494F
(66,73,79)
#34373D
(52,55,61)
#26252B
(38,37,43)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #A4C7CD

#A4C7CD
(164,199,205)
#ACCCD1
(172,204,209)
#B4D1D5
(180,209,213)
#BCD6D9
(188,214,217)
#C4DBDD
(196,219,221)
#CCE0E1
(204,224,225)
#D4E5E5
(212,229,229)
#DCEAE9
(220,234,233)
#E4EFED
(228,239,237)
#ECF4F1
(236,244,241)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C7CD; }

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

This text font color is #A4C7CD.


Background Color

.myBgColor { background-color: #A4C7CD; }

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

This div background color is #A4C7CD.


Border color

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

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

This div border color is #A4C7CD.


Opacity

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

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

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

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

This text has shadow with #A4C7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C7CD on black background.


Color preview on white background

This text has color #A4C7CD on white background.



Black color preview on #A4C7CD background

This text has black color on #A4C7CD background.


White color preview on #A4C7CD background

This text has white color on #A4C7CD background.