COLOR #A4CADE

HEX: #A4CADE
RGB: (164,202,222)

Color info

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

RGB color model

#A4CADE color RGB value is (164,202,222).

  • red value is 164;
  • green value is 202;
  • blue value is 222.
RGB:
(164,202,222)
(64%,79%,87%)

RGB channels and saturation

R 164 of 255 = 64%
G 202 of 255 = 79%
B 222 of 255 = 87%

164
202
222

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

Portions of RGB colors in percentages

R + G + B =
164 + 202 + 222 = 588 (100%)
R 164 of 588 ~ 27.89%
G 202 of 588 ~ 34.35%
B 222 of 588 ~ 37.76%

%27.89
%34.35
%37.76

CMYK color model

#A4CADE color CMYK value is (26,9,0,13).

  • cyan value is 26.13%
  • magenta value is 9.01%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(26,9,0,13)
C26M9Y0K13 
(26%,9%,0%,13%)
(0.26/0.09/0.00/0.13)	

CMYK percentages

%26.13
%9.01
%0
%12.94

Codes

Color #A4CADE in popluar color models

A4CADE
RGB164202222
HSL201°46.77%75.69%
HSB/HSV201°26.13%87.06%
CMYK26.13%9.01%0.00%
12.94%

Color #A4CADE in popluar number systems.

HEXA4CADE
Decimal164202222
Binary101001001100101011011110
Octal244312336

Shades and tints

Shades of #A4CADE

#A4CADE
(164,202,222)
#96B8CA
(150,184,202)
#88A6B6
(136,166,182)
#7A94A2
(122,148,162)
#6C828E
(108,130,142)
#5E707A
(94,112,122)
#505E66
(80,94,102)
#424C52
(66,76,82)
#343A3E
(52,58,62)
#26282A
(38,40,42)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #A4CADE

#A4CADE
(164,202,222)
#ACCEE1
(172,206,225)
#B4D2E4
(180,210,228)
#BCD6E7
(188,214,231)
#C4DAEA
(196,218,234)
#CCDEED
(204,222,237)
#D4E2F0
(212,226,240)
#DCE6F3
(220,230,243)
#E4EAF6
(228,234,246)
#ECEEF9
(236,238,249)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CADE color. Also use rgb(164,202,222) instead hex code.

Text Font Color

.myTextColor { color: #A4CADE; }

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

This text font color is #A4CADE.


Background Color

.myBgColor { background-color: #A4CADE; }

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

This div background color is #A4CADE.


Border color

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

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

This div border color is #A4CADE.


Opacity

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

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

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

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

This text has shadow with #A4CADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CADE on black background.


Color preview on white background

This text has color #A4CADE on white background.



Black color preview on #A4CADE background

This text has black color on #A4CADE background.


White color preview on #A4CADE background

This text has white color on #A4CADE background.