COLOR #A4D4D6

HEX: #A4D4D6
RGB: (164,212,214)

Color info

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

RGB color model

#A4D4D6 color RGB value is (164,212,214).

  • red value is 164;
  • green value is 212;
  • blue value is 214.
RGB:
(164,212,214)
(64%,83%,84%)

RGB channels and saturation

R 164 of 255 = 64%
G 212 of 255 = 83%
B 214 of 255 = 84%

164
212
214

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

Portions of RGB colors in percentages

R + G + B =
164 + 212 + 214 = 590 (100%)
R 164 of 590 ~ 27.8%
G 212 of 590 ~ 35.93%
B 214 of 590 ~ 36.27%

%27.8
%35.93
%36.27

CMYK color model

#A4D4D6 color CMYK value is (23,1,0,16).

  • cyan value is 23.36%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(23,1,0,16)
C23M1Y0K16 
(23%,1%,0%,16%)
(0.23/0.01/0.00/0.16)	

CMYK percentages

%23.36
%0.93
%0
%16.08

Codes

Color #A4D4D6 in popluar color models

A4D4D6
RGB164212214
HSL182°37.88%74.12%
HSB/HSV182°23.36%83.92%
CMYK23.36%0.93%0.00%
16.08%

Color #A4D4D6 in popluar number systems.

HEXA4D4D6
Decimal164212214
Binary101001001101010011010110
Octal244324326

Shades and tints

Shades of #A4D4D6

#A4D4D6
(164,212,214)
#96C1C3
(150,193,195)
#88AEB0
(136,174,176)
#7A9B9D
(122,155,157)
#6C888A
(108,136,138)
#5E7577
(94,117,119)
#506264
(80,98,100)
#424F51
(66,79,81)
#343C3E
(52,60,62)
#26292B
(38,41,43)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #A4D4D6

#A4D4D6
(164,212,214)
#ACD7D9
(172,215,217)
#B4DADC
(180,218,220)
#BCDDDF
(188,221,223)
#C4E0E2
(196,224,226)
#CCE3E5
(204,227,229)
#D4E6E8
(212,230,232)
#DCE9EB
(220,233,235)
#E4ECEE
(228,236,238)
#ECEFF1
(236,239,241)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D4D6 color. Also use rgb(164,212,214) instead hex code.

Text Font Color

.myTextColor { color: #A4D4D6; }

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

This text font color is #A4D4D6.


Background Color

.myBgColor { background-color: #A4D4D6; }

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

This div background color is #A4D4D6.


Border color

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

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

This div border color is #A4D4D6.


Opacity

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

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

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

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

This text has shadow with #A4D4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D4D6 on black background.


Color preview on white background

This text has color #A4D4D6 on white background.



Black color preview on #A4D4D6 background

This text has black color on #A4D4D6 background.


White color preview on #A4D4D6 background

This text has white color on #A4D4D6 background.