COLOR #A4DCDA

HEX: #A4DCDA
RGB: (164,220,218)

Color info

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

RGB color model

#A4DCDA color RGB value is (164,220,218).

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

RGB channels and saturation

R 164 of 255 = 64%
G 220 of 255 = 86%
B 218 of 255 = 85%

164
220
218

R + G + B ~ 78%. #A4DCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 220 + 218 = 602 (100%)
R 164 of 602 ~ 27.24%
G 220 of 602 ~ 36.54%
B 218 of 602 ~ 36.21%

%27.24
%36.54
%36.21

CMYK color model

#A4DCDA color CMYK value is (25,0,1,14).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 13.73%
CMYK:
(25,0,1,14)
C25M0Y1K14 
(25%,0%,1%,14%)
(0.25/0.00/0.01/0.14)	

CMYK percentages

%25.45
%0
%0.91
%13.73

Codes

Color #A4DCDA in popluar color models

A4DCDA
RGB164220218
HSL178°44.44%75.29%
HSB/HSV178°25.45%86.27%
CMYK25.45%0.00%0.91%
13.73%

Color #A4DCDA in popluar number systems.

HEXA4DCDA
Decimal164220218
Binary101001001101110011011010
Octal244334332

Shades and tints

Shades of #A4DCDA

#A4DCDA
(164,220,218)
#96C8C7
(150,200,199)
#88B4B4
(136,180,180)
#7AA0A1
(122,160,161)
#6C8C8E
(108,140,142)
#5E787B
(94,120,123)
#506468
(80,100,104)
#425055
(66,80,85)
#343C42
(52,60,66)
#26282F
(38,40,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #A4DCDA

#A4DCDA
(164,220,218)
#ACDFDD
(172,223,221)
#B4E2E0
(180,226,224)
#BCE5E3
(188,229,227)
#C4E8E6
(196,232,230)
#CCEBE9
(204,235,233)
#D4EEEC
(212,238,236)
#DCF1EF
(220,241,239)
#E4F4F2
(228,244,242)
#ECF7F5
(236,247,245)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DCDA; }

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

This text font color is #A4DCDA.


Background Color

.myBgColor { background-color: #A4DCDA; }

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

This div background color is #A4DCDA.


Border color

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

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

This div border color is #A4DCDA.


Opacity

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

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

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

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

This text has shadow with #A4DCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DCDA on black background.


Color preview on white background

This text has color #A4DCDA on white background.



Black color preview on #A4DCDA background

This text has black color on #A4DCDA background.


White color preview on #A4DCDA background

This text has white color on #A4DCDA background.