COLOR #A4CDE6

HEX: #A4CDE6
RGB: (164,205,230)

Color info

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

RGB color model

#A4CDE6 color RGB value is (164,205,230).

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

RGB channels and saturation

R 164 of 255 = 64%
G 205 of 255 = 80%
B 230 of 255 = 90%

164
205
230

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

Portions of RGB colors in percentages

R + G + B =
164 + 205 + 230 = 599 (100%)
R 164 of 599 ~ 27.38%
G 205 of 599 ~ 34.22%
B 230 of 599 ~ 38.4%

%27.38
%34.22
%38.4

CMYK color model

#A4CDE6 color CMYK value is (29,11,0,10).

  • cyan value is 28.70%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(29,11,0,10)
C29M11Y0K10 
(29%,11%,0%,10%)
(0.29/0.11/0.00/0.10)	

CMYK percentages

%28.7
%10.87
%0
%9.8

Codes

Color #A4CDE6 in popluar color models

A4CDE6
RGB164205230
HSL203°56.90%77.25%
HSB/HSV203°28.70%90.20%
CMYK28.70%10.87%0.00%
9.80%

Color #A4CDE6 in popluar number systems.

HEXA4CDE6
Decimal164205230
Binary101001001100110111100110
Octal244315346

Shades and tints

Shades of #A4CDE6

#A4CDE6
(164,205,230)
#96BBD2
(150,187,210)
#88A9BE
(136,169,190)
#7A97AA
(122,151,170)
#6C8596
(108,133,150)
#5E7382
(94,115,130)
#50616E
(80,97,110)
#424F5A
(66,79,90)
#343D46
(52,61,70)
#262B32
(38,43,50)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #A4CDE6

#A4CDE6
(164,205,230)
#ACD1E8
(172,209,232)
#B4D5EA
(180,213,234)
#BCD9EC
(188,217,236)
#C4DDEE
(196,221,238)
#CCE1F0
(204,225,240)
#D4E5F2
(212,229,242)
#DCE9F4
(220,233,244)
#E4EDF6
(228,237,246)
#ECF1F8
(236,241,248)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CDE6; }

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

This text font color is #A4CDE6.


Background Color

.myBgColor { background-color: #A4CDE6; }

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

This div background color is #A4CDE6.


Border color

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

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

This div border color is #A4CDE6.


Opacity

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

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

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

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

This text has shadow with #A4CDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CDE6 on black background.


Color preview on white background

This text has color #A4CDE6 on white background.



Black color preview on #A4CDE6 background

This text has black color on #A4CDE6 background.


White color preview on #A4CDE6 background

This text has white color on #A4CDE6 background.