COLOR #AACDE9

HEX: #AACDE9
RGB: (170,205,233)

Color info

#AACDE9 contains mainly green and blue colors. Web safe color of #AACDE9 is #99CCFF (or #9CF).

RGB color model

#AACDE9 color RGB value is (170,205,233).

  • red value is 170;
  • green value is 205;
  • blue value is 233.
RGB:
(170,205,233)
(67%,80%,91%)

RGB channels and saturation

R 170 of 255 = 67%
G 205 of 255 = 80%
B 233 of 255 = 91%

170
205
233

R + G + B ~ 79%. #AACDE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 205 + 233 = 608 (100%)
R 170 of 608 ~ 27.96%
G 205 of 608 ~ 33.72%
B 233 of 608 ~ 38.32%

%27.96
%33.72
%38.32

CMYK color model

#AACDE9 color CMYK value is (27,12,0,9).

  • cyan value is 27.04%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(27,12,0,9)
C27M12Y0K9 
(27%,12%,0%,9%)
(0.27/0.12/0.00/0.09)	

CMYK percentages

%27.04
%12.02
%0
%8.63

Codes

Color #AACDE9 in popluar color models

AACDE9
RGB170205233
HSL207°58.88%79.02%
HSB/HSV207°27.04%91.37%
CMYK27.04%12.02%0.00%
8.63%

Color #AACDE9 in popluar number systems.

HEXAACDE9
Decimal170205233
Binary101010101100110111101001
Octal252315351

Shades and tints

Shades of #AACDE9

#AACDE9
(170,205,233)
#9BBBD4
(155,187,212)
#8CA9BF
(140,169,191)
#7D97AA
(125,151,170)
#6E8595
(110,133,149)
#5F7380
(95,115,128)
#50616B
(80,97,107)
#414F56
(65,79,86)
#323D41
(50,61,65)
#232B2C
(35,43,44)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #AACDE9

#AACDE9
(170,205,233)
#B1D1EB
(177,209,235)
#B8D5ED
(184,213,237)
#BFD9EF
(191,217,239)
#C6DDF1
(198,221,241)
#CDE1F3
(205,225,243)
#D4E5F5
(212,229,245)
#DBE9F7
(219,233,247)
#E2EDF9
(226,237,249)
#E9F1FB
(233,241,251)
#F0F5FD
(240,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACDE9 color. Also use rgb(170,205,233) instead hex code.

Text Font Color

.myTextColor { color: #AACDE9; }

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

This text font color is #AACDE9.


Background Color

.myBgColor { background-color: #AACDE9; }

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

This div background color is #AACDE9.


Border color

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

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

This div border color is #AACDE9.


Opacity

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

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

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

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

This text has shadow with #AACDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACDE9 on black background.


Color preview on white background

This text has color #AACDE9 on white background.



Black color preview on #AACDE9 background

This text has black color on #AACDE9 background.


White color preview on #AACDE9 background

This text has white color on #AACDE9 background.