COLOR #AADCCC

HEX: #AADCCC
RGB: (170,220,204)

Color info

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

RGB color model

#AADCCC color RGB value is (170,220,204).

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

RGB channels and saturation

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

170
220
204

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

Portions of RGB colors in percentages

R + G + B =
170 + 220 + 204 = 594 (100%)
R 170 of 594 ~ 28.62%
G 220 of 594 ~ 37.04%
B 204 of 594 ~ 34.34%

%28.62
%37.04
%34.34

CMYK color model

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

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

CMYK percentages

%22.73
%0
%7.27
%13.73

Codes

Color #AADCCC in popluar color models

AADCCC
RGB170220204
HSL161°41.67%76.47%
HSB/HSV161°22.73%86.27%
CMYK22.73%0.00%7.27%
13.73%

Color #AADCCC in popluar number systems.

HEXAADCCC
Decimal170220204
Binary101010101101110011001100
Octal252334314

Shades and tints

Shades of #AADCCC

#AADCCC
(170,220,204)
#9BC8BA
(155,200,186)
#8CB4A8
(140,180,168)
#7DA096
(125,160,150)
#6E8C84
(110,140,132)
#5F7872
(95,120,114)
#506460
(80,100,96)
#41504E
(65,80,78)
#323C3C
(50,60,60)
#23282A
(35,40,42)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #AADCCC

#AADCCC
(170,220,204)
#B1DFD0
(177,223,208)
#B8E2D4
(184,226,212)
#BFE5D8
(191,229,216)
#C6E8DC
(198,232,220)
#CDEBE0
(205,235,224)
#D4EEE4
(212,238,228)
#DBF1E8
(219,241,232)
#E2F4EC
(226,244,236)
#E9F7F0
(233,247,240)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADCCC; }

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

This text font color is #AADCCC.


Background Color

.myBgColor { background-color: #AADCCC; }

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

This div background color is #AADCCC.


Border color

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

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

This div border color is #AADCCC.


Opacity

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

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

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

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

This text has shadow with #AADCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADCCC on black background.


Color preview on white background

This text has color #AADCCC on white background.



Black color preview on #AADCCC background

This text has black color on #AADCCC background.


White color preview on #AADCCC background

This text has white color on #AADCCC background.