COLOR #A4C5CE

HEX: #A4C5CE
RGB: (164,197,206)

Color info

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

RGB color model

#A4C5CE color RGB value is (164,197,206).

  • red value is 164;
  • green value is 197;
  • blue value is 206.
RGB:
(164,197,206)
(64%,77%,81%)

RGB channels and saturation

R 164 of 255 = 64%
G 197 of 255 = 77%
B 206 of 255 = 81%

164
197
206

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

Portions of RGB colors in percentages

R + G + B =
164 + 197 + 206 = 567 (100%)
R 164 of 567 ~ 28.92%
G 197 of 567 ~ 34.74%
B 206 of 567 ~ 36.33%

%28.92
%34.74
%36.33

CMYK color model

#A4C5CE color CMYK value is (20,4,0,19).

  • cyan value is 20.39%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(20,4,0,19)
C20M4Y0K19 
(20%,4%,0%,19%)
(0.20/0.04/0.00/0.19)	

CMYK percentages

%20.39
%4.37
%0
%19.22

Codes

Color #A4C5CE in popluar color models

A4C5CE
RGB164197206
HSL193°30.00%72.55%
HSB/HSV193°20.39%80.78%
CMYK20.39%4.37%0.00%
19.22%

Color #A4C5CE in popluar number systems.

HEXA4C5CE
Decimal164197206
Binary101001001100010111001110
Octal244305316

Shades and tints

Shades of #A4C5CE

#A4C5CE
(164,197,206)
#96B4BC
(150,180,188)
#88A3AA
(136,163,170)
#7A9298
(122,146,152)
#6C8186
(108,129,134)
#5E7074
(94,112,116)
#505F62
(80,95,98)
#424E50
(66,78,80)
#343D3E
(52,61,62)
#262C2C
(38,44,44)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #A4C5CE

#A4C5CE
(164,197,206)
#ACCAD2
(172,202,210)
#B4CFD6
(180,207,214)
#BCD4DA
(188,212,218)
#C4D9DE
(196,217,222)
#CCDEE2
(204,222,226)
#D4E3E6
(212,227,230)
#DCE8EA
(220,232,234)
#E4EDEE
(228,237,238)
#ECF2F2
(236,242,242)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C5CE color. Also use rgb(164,197,206) instead hex code.

Text Font Color

.myTextColor { color: #A4C5CE; }

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

This text font color is #A4C5CE.


Background Color

.myBgColor { background-color: #A4C5CE; }

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

This div background color is #A4C5CE.


Border color

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

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

This div border color is #A4C5CE.


Opacity

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

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

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

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

This text has shadow with #A4C5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C5CE on black background.


Color preview on white background

This text has color #A4C5CE on white background.



Black color preview on #A4C5CE background

This text has black color on #A4C5CE background.


White color preview on #A4C5CE background

This text has white color on #A4C5CE background.