COLOR #A2CADD

HEX: #A2CADD
RGB: (162,202,221)

Color info

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

RGB color model

#A2CADD color RGB value is (162,202,221).

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

RGB channels and saturation

R 162 of 255 = 64%
G 202 of 255 = 79%
B 221 of 255 = 87%

162
202
221

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

Portions of RGB colors in percentages

R + G + B =
162 + 202 + 221 = 585 (100%)
R 162 of 585 ~ 27.69%
G 202 of 585 ~ 34.53%
B 221 of 585 ~ 37.78%

%27.69
%34.53
%37.78

CMYK color model

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

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

CMYK percentages

%26.7
%8.6
%0
%13.33

Codes

Color #A2CADD in popluar color models

A2CADD
RGB162202221
HSL199°46.46%75.10%
HSB/HSV199°26.70%86.67%
CMYK26.70%8.60%0.00%
13.33%

Color #A2CADD in popluar number systems.

HEXA2CADD
Decimal162202221
Binary101000101100101011011101
Octal242312335

Shades and tints

Shades of #A2CADD

#A2CADD
(162,202,221)
#94B8C9
(148,184,201)
#86A6B5
(134,166,181)
#7894A1
(120,148,161)
#6A828D
(106,130,141)
#5C7079
(92,112,121)
#4E5E65
(78,94,101)
#404C51
(64,76,81)
#323A3D
(50,58,61)
#242829
(36,40,41)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #A2CADD

#A2CADD
(162,202,221)
#AACEE0
(170,206,224)
#B2D2E3
(178,210,227)
#BAD6E6
(186,214,230)
#C2DAE9
(194,218,233)
#CADEEC
(202,222,236)
#D2E2EF
(210,226,239)
#DAE6F2
(218,230,242)
#E2EAF5
(226,234,245)
#EAEEF8
(234,238,248)
#F2F2FB
(242,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CADD color. Also use rgb(162,202,221) instead hex code.

Text Font Color

.myTextColor { color: #A2CADD; }

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

This text font color is #A2CADD.


Background Color

.myBgColor { background-color: #A2CADD; }

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

This div background color is #A2CADD.


Border color

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

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

This div border color is #A2CADD.


Opacity

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

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

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

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

This text has shadow with #A2CADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CADD on black background.


Color preview on white background

This text has color #A2CADD on white background.



Black color preview on #A2CADD background

This text has black color on #A2CADD background.


White color preview on #A2CADD background

This text has white color on #A2CADD background.