COLOR #A3CADE

HEX: #A3CADE
RGB: (163,202,222)

Color info

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

RGB color model

#A3CADE color RGB value is (163,202,222).

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

RGB channels and saturation

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

163
202
222

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

Portions of RGB colors in percentages

R + G + B =
163 + 202 + 222 = 587 (100%)
R 163 of 587 ~ 27.77%
G 202 of 587 ~ 34.41%
B 222 of 587 ~ 37.82%

%27.77
%34.41
%37.82

CMYK color model

#A3CADE color CMYK value is (27,9,0,13).

  • cyan value is 26.58%
  • magenta value is 9.01%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(27,9,0,13)
C27M9Y0K13 
(27%,9%,0%,13%)
(0.27/0.09/0.00/0.13)	

CMYK percentages

%26.58
%9.01
%0
%12.94

Codes

Color #A3CADE in popluar color models

A3CADE
RGB163202222
HSL200°47.20%75.49%
HSB/HSV200°26.58%87.06%
CMYK26.58%9.01%0.00%
12.94%

Color #A3CADE in popluar number systems.

HEXA3CADE
Decimal163202222
Binary101000111100101011011110
Octal243312336

Shades and tints

Shades of #A3CADE

#A3CADE
(163,202,222)
#95B8CA
(149,184,202)
#87A6B6
(135,166,182)
#7994A2
(121,148,162)
#6B828E
(107,130,142)
#5D707A
(93,112,122)
#4F5E66
(79,94,102)
#414C52
(65,76,82)
#333A3E
(51,58,62)
#25282A
(37,40,42)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #A3CADE

#A3CADE
(163,202,222)
#ABCEE1
(171,206,225)
#B3D2E4
(179,210,228)
#BBD6E7
(187,214,231)
#C3DAEA
(195,218,234)
#CBDEED
(203,222,237)
#D3E2F0
(211,226,240)
#DBE6F3
(219,230,243)
#E3EAF6
(227,234,246)
#EBEEF9
(235,238,249)
#F3F2FC
(243,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CADE; }

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

This text font color is #A3CADE.


Background Color

.myBgColor { background-color: #A3CADE; }

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

This div background color is #A3CADE.


Border color

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

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

This div border color is #A3CADE.


Opacity

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

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

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

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

This text has shadow with #A3CADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CADE on black background.


Color preview on white background

This text has color #A3CADE on white background.



Black color preview on #A3CADE background

This text has black color on #A3CADE background.


White color preview on #A3CADE background

This text has white color on #A3CADE background.