COLOR #A4C4C8

HEX: #A4C4C8
RGB: (164,196,200)

Color info

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

RGB color model

#A4C4C8 color RGB value is (164,196,200).

  • red value is 164;
  • green value is 196;
  • blue value is 200.
RGB:
(164,196,200)
(64%,77%,78%)

RGB channels and saturation

R 164 of 255 = 64%
G 196 of 255 = 77%
B 200 of 255 = 78%

164
196
200

R + G + B ~ 73%. #A4C4C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 196 + 200 = 560 (100%)
R 164 of 560 ~ 29.29%
G 196 of 560 ~ 35%
B 200 of 560 ~ 35.71%

%29.29
%35
%35.71

CMYK color model

#A4C4C8 color CMYK value is (18,2,0,22).

  • cyan value is 18.00%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(18,2,0,22)
C18M2Y0K22 
(18%,2%,0%,22%)
(0.18/0.02/0.00/0.22)	

CMYK percentages

%18
%2
%0
%21.57

Codes

Color #A4C4C8 in popluar color models

A4C4C8
RGB164196200
HSL187°24.66%71.37%
HSB/HSV187°18.00%78.43%
CMYK18.00%2.00%0.00%
21.57%

Color #A4C4C8 in popluar number systems.

HEXA4C4C8
Decimal164196200
Binary101001001100010011001000
Octal244304310

Shades and tints

Shades of #A4C4C8

#A4C4C8
(164,196,200)
#96B3B6
(150,179,182)
#88A2A4
(136,162,164)
#7A9192
(122,145,146)
#6C8080
(108,128,128)
#5E6F6E
(94,111,110)
#505E5C
(80,94,92)
#424D4A
(66,77,74)
#343C38
(52,60,56)
#262B26
(38,43,38)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #A4C4C8

#A4C4C8
(164,196,200)
#ACC9CD
(172,201,205)
#B4CED2
(180,206,210)
#BCD3D7
(188,211,215)
#C4D8DC
(196,216,220)
#CCDDE1
(204,221,225)
#D4E2E6
(212,226,230)
#DCE7EB
(220,231,235)
#E4ECF0
(228,236,240)
#ECF1F5
(236,241,245)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C4C8; }

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

This text font color is #A4C4C8.


Background Color

.myBgColor { background-color: #A4C4C8; }

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

This div background color is #A4C4C8.


Border color

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

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

This div border color is #A4C4C8.


Opacity

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

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

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

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

This text has shadow with #A4C4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C4C8 on black background.


Color preview on white background

This text has color #A4C4C8 on white background.



Black color preview on #A4C4C8 background

This text has black color on #A4C4C8 background.


White color preview on #A4C4C8 background

This text has white color on #A4C4C8 background.