COLOR #A4DCE6

HEX: #A4DCE6
RGB: (164,220,230)

Color info

#A4DCE6 contains mainly green and blue colors. Web safe color of #A4DCE6 is #99CCCC (or #9CC).

RGB color model

#A4DCE6 color RGB value is (164,220,230).

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

RGB channels and saturation

R 164 of 255 = 64%
G 220 of 255 = 86%
B 230 of 255 = 90%

164
220
230

R + G + B ~ 80%. #A4DCE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 220 + 230 = 614 (100%)
R 164 of 614 ~ 26.71%
G 220 of 614 ~ 35.83%
B 230 of 614 ~ 37.46%

%26.71
%35.83
%37.46

CMYK color model

#A4DCE6 color CMYK value is (29,4,0,10).

  • cyan value is 28.70%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(29,4,0,10)
C29M4Y0K10 
(29%,4%,0%,10%)
(0.29/0.04/0.00/0.10)	

CMYK percentages

%28.7
%4.35
%0
%9.8

Codes

Color #A4DCE6 in popluar color models

A4DCE6
RGB164220230
HSL189°56.90%77.25%
HSB/HSV189°28.70%90.20%
CMYK28.70%4.35%0.00%
9.80%

Color #A4DCE6 in popluar number systems.

HEXA4DCE6
Decimal164220230
Binary101001001101110011100110
Octal244334346

Shades and tints

Shades of #A4DCE6

#A4DCE6
(164,220,230)
#96C8D2
(150,200,210)
#88B4BE
(136,180,190)
#7AA0AA
(122,160,170)
#6C8C96
(108,140,150)
#5E7882
(94,120,130)
#50646E
(80,100,110)
#42505A
(66,80,90)
#343C46
(52,60,70)
#262832
(38,40,50)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #A4DCE6

#A4DCE6
(164,220,230)
#ACDFE8
(172,223,232)
#B4E2EA
(180,226,234)
#BCE5EC
(188,229,236)
#C4E8EE
(196,232,238)
#CCEBF0
(204,235,240)
#D4EEF2
(212,238,242)
#DCF1F4
(220,241,244)
#E4F4F6
(228,244,246)
#ECF7F8
(236,247,248)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DCE6; }

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

This text font color is #A4DCE6.


Background Color

.myBgColor { background-color: #A4DCE6; }

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

This div background color is #A4DCE6.


Border color

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

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

This div border color is #A4DCE6.


Opacity

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

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

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

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

This text has shadow with #A4DCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DCE6 on black background.


Color preview on white background

This text has color #A4DCE6 on white background.



Black color preview on #A4DCE6 background

This text has black color on #A4DCE6 background.


White color preview on #A4DCE6 background

This text has white color on #A4DCE6 background.