COLOR #AADFCC

HEX: #AADFCC RGB: (170,223,204)

Color info

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

RGB color model

#AADFCC color RGB value is (170,223,204).

RGB: (170,223,204) (67%, 87%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 223 of 255 = 87%
B 204 of 255 = 80%

170
223
204

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

Portions of RGB colors in percentages

R + G + B = 170 + 223 + 204 = 597 (100%)
R 170 of 597 ~ 28.48%
G 223 of 597 ~ 37.35%
B 204 of 597 ~ 34.17'%

%28.48
%37.35
%34.17

CMYK color model

#AADFCC color CMYK value is (24,0,9,13).

  • cyan value is 23.77%
  • magenta value is 0.00%
  • yellow value is 8.52%
  • key color value is 12.55%

CMYK: (24,0,9,13)
C24M0Y9K13 (24%, 0%, 9%, 13%)
(0.24 / 0.00 / 0.09 / 0.13)

CMYK percentages

%23.77
%0
%8.52
%12.55

Codes

Color #AADFCC in popluar color models

AA DF CC
RGB 170 223 204
HSL 158° 45.30% 77.06%
HSB/HSV 158° 23.77% 87.45%
CMYK 23.77% 0.00% 8.52%
12.55%

Color #AADFCC in popluar number systems.

HEX AA DF CC
Decimal 170 223 204
Binary 10101010 11011111 11001100
Octal 252 337 314

Shades and tints

Shades of #AADFCC

#AADFCC
(170,223,204)
#9BCBBA
(155,203,186)
#8CB7A8
(140,183,168)
#7DA396
(125,163,150)
#6E8F84
(110,143,132)
#5F7B72
(95,123,114)
#506760
(80,103,96)
#41534E
(65,83,78)
#323F3C
(50,63,60)
#232B2A
(35,43,42)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #AADFCC

#AADFCC
(170,223,204)
#B1E1D0
(177,225,208)
#B8E3D4
(184,227,212)
#BFE5D8
(191,229,216)
#C6E7DC
(198,231,220)
#CDE9E0
(205,233,224)
#D4EBE4
(212,235,228)
#DBEDE8
(219,237,232)
#E2EFEC
(226,239,236)
#E9F1F0
(233,241,240)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADFCC; }

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

This text font color is #AADFCC.

Background Color

.myBgColor { background-color: #AADFCC; }

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

This div background color is #AADFCC.

Border color

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

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

This div border color is #AADFCC.

Opacity

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

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

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

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

This text has shadow with #AADFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADFCC.

Preview

Color preview on black background

This text has color #AADFCC on black background.


Color preview on white background

This text has color #AADFCC on white background.


Black color preview on #AADFCC background

This text has black color on #AADFCC background.


White color preview on #AADFCC background

This text has white color on #AADFCC background.


Related colors

Complementary color

Complementary color for #hex is #552033.


I love getcolorcode.com

Triadic colors

1 #CCAADF and #DFCCAA with #AADFCC are triadic colors.

2 #CCDFAA and #DFAACC with #AADFCC are triadic colors.