COLOR #A4C4DC

HEX: #A4C4DC
RGB: (164,196,220)

Color info

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

RGB color model

#A4C4DC color RGB value is (164,196,220).

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

RGB channels and saturation

R 164 of 255 = 64%
G 196 of 255 = 77%
B 220 of 255 = 86%

164
196
220

R + G + B ~ 76%. #A4C4DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 196 + 220 = 580 (100%)
R 164 of 580 ~ 28.28%
G 196 of 580 ~ 33.79%
B 220 of 580 ~ 37.93%

%28.28
%33.79
%37.93

CMYK color model

#A4C4DC color CMYK value is (25,11,0,14).

  • cyan value is 25.45%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(25,11,0,14)
C25M11Y0K14 
(25%,11%,0%,14%)
(0.25/0.11/0.00/0.14)	

CMYK percentages

%25.45
%10.91
%0
%13.73

Codes

Color #A4C4DC in popluar color models

A4C4DC
RGB164196220
HSL206°44.44%75.29%
HSB/HSV206°25.45%86.27%
CMYK25.45%10.91%0.00%
13.73%

Color #A4C4DC in popluar number systems.

HEXA4C4DC
Decimal164196220
Binary101001001100010011011100
Octal244304334

Shades and tints

Shades of #A4C4DC

#A4C4DC
(164,196,220)
#96B3C8
(150,179,200)
#88A2B4
(136,162,180)
#7A91A0
(122,145,160)
#6C808C
(108,128,140)
#5E6F78
(94,111,120)
#505E64
(80,94,100)
#424D50
(66,77,80)
#343C3C
(52,60,60)
#262B28
(38,43,40)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #A4C4DC

#A4C4DC
(164,196,220)
#ACC9DF
(172,201,223)
#B4CEE2
(180,206,226)
#BCD3E5
(188,211,229)
#C4D8E8
(196,216,232)
#CCDDEB
(204,221,235)
#D4E2EE
(212,226,238)
#DCE7F1
(220,231,241)
#E4ECF4
(228,236,244)
#ECF1F7
(236,241,247)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C4DC; }

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

This text font color is #A4C4DC.


Background Color

.myBgColor { background-color: #A4C4DC; }

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

This div background color is #A4C4DC.


Border color

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

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

This div border color is #A4C4DC.


Opacity

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

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

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

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

This text has shadow with #A4C4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C4DC on black background.


Color preview on white background

This text has color #A4C4DC on white background.



Black color preview on #A4C4DC background

This text has black color on #A4C4DC background.


White color preview on #A4C4DC background

This text has white color on #A4C4DC background.