COLOR #AACDDC

HEX: #AACDDC
RGB: (170,205,220)

Color info

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

RGB color model

#AACDDC color RGB value is (170,205,220).

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

RGB channels and saturation

R 170 of 255 = 67%
G 205 of 255 = 80%
B 220 of 255 = 86%

170
205
220

R + G + B ~ 78%. #AACDDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 205 + 220 = 595 (100%)
R 170 of 595 ~ 28.57%
G 205 of 595 ~ 34.45%
B 220 of 595 ~ 36.97%

%28.57
%34.45
%36.97

CMYK color model

#AACDDC color CMYK value is (23,7,0,14).

  • cyan value is 22.73%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(23,7,0,14)
C23M7Y0K14 
(23%,7%,0%,14%)
(0.23/0.07/0.00/0.14)	

CMYK percentages

%22.73
%6.82
%0
%13.73

Codes

Color #AACDDC in popluar color models

AACDDC
RGB170205220
HSL198°41.67%76.47%
HSB/HSV198°22.73%86.27%
CMYK22.73%6.82%0.00%
13.73%

Color #AACDDC in popluar number systems.

HEXAACDDC
Decimal170205220
Binary101010101100110111011100
Octal252315334

Shades and tints

Shades of #AACDDC

#AACDDC
(170,205,220)
#9BBBC8
(155,187,200)
#8CA9B4
(140,169,180)
#7D97A0
(125,151,160)
#6E858C
(110,133,140)
#5F7378
(95,115,120)
#506164
(80,97,100)
#414F50
(65,79,80)
#323D3C
(50,61,60)
#232B28
(35,43,40)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #AACDDC

#AACDDC
(170,205,220)
#B1D1DF
(177,209,223)
#B8D5E2
(184,213,226)
#BFD9E5
(191,217,229)
#C6DDE8
(198,221,232)
#CDE1EB
(205,225,235)
#D4E5EE
(212,229,238)
#DBE9F1
(219,233,241)
#E2EDF4
(226,237,244)
#E9F1F7
(233,241,247)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACDDC; }

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

This text font color is #AACDDC.


Background Color

.myBgColor { background-color: #AACDDC; }

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

This div background color is #AACDDC.


Border color

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

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

This div border color is #AACDDC.


Opacity

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

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

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

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

This text has shadow with #AACDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACDDC on black background.


Color preview on white background

This text has color #AACDDC on white background.



Black color preview on #AACDDC background

This text has black color on #AACDDC background.


White color preview on #AACDDC background

This text has white color on #AACDDC background.