COLOR #A4C4CE

HEX: #A4C4CE RGB: (164,196,206)

Color info

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

RGB color model

#A4C4CE color RGB value is (164,196,206).

RGB: (164,196,206) (64%, 77%, 81%)

RGB channels and saturation

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

164
196
206

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

Portions of RGB colors in percentages

R + G + B = 164 + 196 + 206 = 566 (100%)
R 164 of 566 ~ 28.98%
G 196 of 566 ~ 34.63%
B 206 of 566 ~ 36.4'%

%28.98
%34.63
%36.4

CMYK color model

#A4C4CE color CMYK value is (20,5,0,19).

  • cyan value is 20.39%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (20,5,0,19)
C20M5Y0K19 (20%, 5%, 0%, 19%)
(0.20 / 0.05 / 0.00 / 0.19)

CMYK percentages

%20.39
%4.85
%0
%19.22

Codes

Color #A4C4CE in popluar color models

A4 C4 CE
RGB 164 196 206
HSL 194° 30.00% 72.55%
HSB/HSV 194° 20.39% 80.78%
CMYK 20.39% 4.85% 0.00%
19.22%

Color #A4C4CE in popluar number systems.

HEX A4 C4 CE
Decimal 164 196 206
Binary 10100100 11000100 11001110
Octal 244 304 316

Shades and tints

Shades of #A4C4CE

#A4C4CE
(164,196,206)
#96B3BC
(150,179,188)
#88A2AA
(136,162,170)
#7A9198
(122,145,152)
#6C8086
(108,128,134)
#5E6F74
(94,111,116)
#505E62
(80,94,98)
#424D50
(66,77,80)
#343C3E
(52,60,62)
#262B2C
(38,43,44)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #A4C4CE

#A4C4CE
(164,196,206)
#ACC9D2
(172,201,210)
#B4CED6
(180,206,214)
#BCD3DA
(188,211,218)
#C4D8DE
(196,216,222)
#CCDDE2
(204,221,226)
#D4E2E6
(212,226,230)
#DCE7EA
(220,231,234)
#E4ECEE
(228,236,238)
#ECF1F2
(236,241,242)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C4CE; }

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

This text font color is #A4C4CE.

Background Color

.myBgColor { background-color: #A4C4CE; }

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

This div background color is #A4C4CE.

Border color

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

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

This div border color is #A4C4CE.

Opacity

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

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

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

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

This text has shadow with #A4C4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C4CE.

Preview

Color preview on black background

This text has color #A4C4CE on black background.


Color preview on white background

This text has color #A4C4CE on white background.


Black color preview on #A4C4CE background

This text has black color on #A4C4CE background.


White color preview on #A4C4CE background

This text has white color on #A4C4CE background.


Related colors

Complementary color

Complementary color for #hex is #5B3B31.


I love getcolorcode.com

Triadic colors

1 #CEA4C4 and #C4CEA4 with #A4C4CE are triadic colors.

2 #CEC4A4 and #C4A4CE with #A4C4CE are triadic colors.