COLOR #A4CCDC

HEX: #A4CCDC
RGB: (164,204,220)

Color info

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

RGB color model

#A4CCDC color RGB value is (164,204,220).

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

RGB channels and saturation

R 164 of 255 = 64%
G 204 of 255 = 80%
B 220 of 255 = 86%

164
204
220

R + G + B ~ 77%. #A4CCDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 204 + 220 = 588 (100%)
R 164 of 588 ~ 27.89%
G 204 of 588 ~ 34.69%
B 220 of 588 ~ 37.41%

%27.89
%34.69
%37.41

CMYK color model

#A4CCDC color CMYK value is (25,7,0,14).

  • cyan value is 25.45%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(25,7,0,14)
C25M7Y0K14 
(25%,7%,0%,14%)
(0.25/0.07/0.00/0.14)	

CMYK percentages

%25.45
%7.27
%0
%13.73

Codes

Color #A4CCDC in popluar color models

A4CCDC
RGB164204220
HSL197°44.44%75.29%
HSB/HSV197°25.45%86.27%
CMYK25.45%7.27%0.00%
13.73%

Color #A4CCDC in popluar number systems.

HEXA4CCDC
Decimal164204220
Binary101001001100110011011100
Octal244314334

Shades and tints

Shades of #A4CCDC

#A4CCDC
(164,204,220)
#96BAC8
(150,186,200)
#88A8B4
(136,168,180)
#7A96A0
(122,150,160)
#6C848C
(108,132,140)
#5E7278
(94,114,120)
#506064
(80,96,100)
#424E50
(66,78,80)
#343C3C
(52,60,60)
#262A28
(38,42,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #A4CCDC

#A4CCDC
(164,204,220)
#ACD0DF
(172,208,223)
#B4D4E2
(180,212,226)
#BCD8E5
(188,216,229)
#C4DCE8
(196,220,232)
#CCE0EB
(204,224,235)
#D4E4EE
(212,228,238)
#DCE8F1
(220,232,241)
#E4ECF4
(228,236,244)
#ECF0F7
(236,240,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CCDC; }

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

This text font color is #A4CCDC.


Background Color

.myBgColor { background-color: #A4CCDC; }

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

This div background color is #A4CCDC.


Border color

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

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

This div border color is #A4CCDC.


Opacity

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

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

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

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

This text has shadow with #A4CCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CCDC on black background.


Color preview on white background

This text has color #A4CCDC on white background.



Black color preview on #A4CCDC background

This text has black color on #A4CCDC background.


White color preview on #A4CCDC background

This text has white color on #A4CCDC background.