COLOR #AADDCF

HEX: #AADDCF RGB: (170,221,207)

Color info

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

RGB color model

#AADDCF color RGB value is (170,221,207).

RGB: (170,221,207) (67%, 87%, 81%)

RGB channels and saturation

R 170 of 255 = 67%
G 221 of 255 = 87%
B 207 of 255 = 81%

170
221
207

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

Portions of RGB colors in percentages

R + G + B = 170 + 221 + 207 = 598 (100%)
R 170 of 598 ~ 28.43%
G 221 of 598 ~ 36.96%
B 207 of 598 ~ 34.62'%

%28.43
%36.96
%34.62

CMYK color model

#AADDCF color CMYK value is (23,0,6,13).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 13.33%

CMYK: (23,0,6,13)
C23M0Y6K13 (23%, 0%, 6%, 13%)
(0.23 / 0.00 / 0.06 / 0.13)

CMYK percentages

%23.08
%0
%6.33
%13.33

Codes

Color #AADDCF in popluar color models

AA DD CF
RGB 170 221 207
HSL 164° 42.86% 76.67%
HSB/HSV 164° 23.08% 86.67%
CMYK 23.08% 0.00% 6.33%
13.33%

Color #AADDCF in popluar number systems.

HEX AA DD CF
Decimal 170 221 207
Binary 10101010 11011101 11001111
Octal 252 335 317

Shades and tints

Shades of #AADDCF

#AADDCF
(170,221,207)
#9BC9BD
(155,201,189)
#8CB5AB
(140,181,171)
#7DA199
(125,161,153)
#6E8D87
(110,141,135)
#5F7975
(95,121,117)
#506563
(80,101,99)
#415151
(65,81,81)
#323D3F
(50,61,63)
#23292D
(35,41,45)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #AADDCF

#AADDCF
(170,221,207)
#B1E0D3
(177,224,211)
#B8E3D7
(184,227,215)
#BFE6DB
(191,230,219)
#C6E9DF
(198,233,223)
#CDECE3
(205,236,227)
#D4EFE7
(212,239,231)
#DBF2EB
(219,242,235)
#E2F5EF
(226,245,239)
#E9F8F3
(233,248,243)
#F0FBF7
(240,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADDCF color. Also use rgb(170,221,207) instead hex code.

Text Font Color

.myTextColor { color: #AADDCF; }

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

This text font color is #AADDCF.

Background Color

.myBgColor { background-color: #AADDCF; }

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

This div background color is #AADDCF.

Border color

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

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

This div border color is #AADDCF.

Opacity

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

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

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

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

This text has shadow with #AADDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADDCF.

Preview

Color preview on black background

This text has color #AADDCF on black background.


Color preview on white background

This text has color #AADDCF on white background.


Black color preview on #AADDCF background

This text has black color on #AADDCF background.


White color preview on #AADDCF background

This text has white color on #AADDCF background.


Related colors

Complementary color

Complementary color for #hex is #552230.


I love getcolorcode.com

Triadic colors

1 #CFAADD and #DDCFAA with #AADDCF are triadic colors.

2 #CFDDAA and #DDAACF with #AADDCF are triadic colors.