COLOR #AACADA

HEX: #AACADA
RGB: (170,202,218)

Color info

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

RGB color model

#AACADA color RGB value is (170,202,218).

  • red value is 170;
  • green value is 202;
  • blue value is 218.
RGB:
(170,202,218)
(67%,79%,85%)

RGB channels and saturation

R 170 of 255 = 67%
G 202 of 255 = 79%
B 218 of 255 = 85%

170
202
218

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

Portions of RGB colors in percentages

R + G + B =
170 + 202 + 218 = 590 (100%)
R 170 of 590 ~ 28.81%
G 202 of 590 ~ 34.24%
B 218 of 590 ~ 36.95%

%28.81
%34.24
%36.95

CMYK color model

#AACADA color CMYK value is (22,7,0,15).

  • cyan value is 22.02%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,7,0,15)
C22M7Y0K15 
(22%,7%,0%,15%)
(0.22/0.07/0.00/0.15)	

CMYK percentages

%22.02
%7.34
%0
%14.51

Codes

Color #AACADA in popluar color models

AACADA
RGB170202218
HSL200°39.34%76.08%
HSB/HSV200°22.02%85.49%
CMYK22.02%7.34%0.00%
14.51%

Color #AACADA in popluar number systems.

HEXAACADA
Decimal170202218
Binary101010101100101011011010
Octal252312332

Shades and tints

Shades of #AACADA

#AACADA
(170,202,218)
#9BB8C7
(155,184,199)
#8CA6B4
(140,166,180)
#7D94A1
(125,148,161)
#6E828E
(110,130,142)
#5F707B
(95,112,123)
#505E68
(80,94,104)
#414C55
(65,76,85)
#323A42
(50,58,66)
#23282F
(35,40,47)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #AACADA

#AACADA
(170,202,218)
#B1CEDD
(177,206,221)
#B8D2E0
(184,210,224)
#BFD6E3
(191,214,227)
#C6DAE6
(198,218,230)
#CDDEE9
(205,222,233)
#D4E2EC
(212,226,236)
#DBE6EF
(219,230,239)
#E2EAF2
(226,234,242)
#E9EEF5
(233,238,245)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACADA color. Also use rgb(170,202,218) instead hex code.

Text Font Color

.myTextColor { color: #AACADA; }

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

This text font color is #AACADA.


Background Color

.myBgColor { background-color: #AACADA; }

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

This div background color is #AACADA.


Border color

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

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

This div border color is #AACADA.


Opacity

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

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

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

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

This text has shadow with #AACADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACADA on black background.


Color preview on white background

This text has color #AACADA on white background.



Black color preview on #AACADA background

This text has black color on #AACADA background.


White color preview on #AACADA background

This text has white color on #AACADA background.