COLOR #AADCCF

HEX: #AADCCF
RGB: (170,220,207)

Color info

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

RGB color model

#AADCCF color RGB value is (170,220,207).

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

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 207 of 255 = 81%

170
220
207

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

Portions of RGB colors in percentages

R + G + B =
170 + 220 + 207 = 597 (100%)
R 170 of 597 ~ 28.48%
G 220 of 597 ~ 36.85%
B 207 of 597 ~ 34.67%

%28.48
%36.85
%34.67

CMYK color model

#AADCCF color CMYK value is (23,0,6,14).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 13.73%
CMYK:
(23,0,6,14)
C23M0Y6K14 
(23%,0%,6%,14%)
(0.23/0.00/0.06/0.14)	

CMYK percentages

%22.73
%0
%5.91
%13.73

Codes

Color #AADCCF in popluar color models

AADCCF
RGB170220207
HSL164°41.67%76.47%
HSB/HSV164°22.73%86.27%
CMYK22.73%0.00%5.91%
13.73%

Color #AADCCF in popluar number systems.

HEXAADCCF
Decimal170220207
Binary101010101101110011001111
Octal252334317

Shades and tints

Shades of #AADCCF

#AADCCF
(170,220,207)
#9BC8BD
(155,200,189)
#8CB4AB
(140,180,171)
#7DA099
(125,160,153)
#6E8C87
(110,140,135)
#5F7875
(95,120,117)
#506463
(80,100,99)
#415051
(65,80,81)
#323C3F
(50,60,63)
#23282D
(35,40,45)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #AADCCF

#AADCCF
(170,220,207)
#B1DFD3
(177,223,211)
#B8E2D7
(184,226,215)
#BFE5DB
(191,229,219)
#C6E8DF
(198,232,223)
#CDEBE3
(205,235,227)
#D4EEE7
(212,238,231)
#DBF1EB
(219,241,235)
#E2F4EF
(226,244,239)
#E9F7F3
(233,247,243)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADCCF; }

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

This text font color is #AADCCF.


Background Color

.myBgColor { background-color: #AADCCF; }

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

This div background color is #AADCCF.


Border color

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

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

This div border color is #AADCCF.


Opacity

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

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

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

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

This text has shadow with #AADCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADCCF on black background.


Color preview on white background

This text has color #AADCCF on white background.



Black color preview on #AADCCF background

This text has black color on #AADCCF background.


White color preview on #AADCCF background

This text has white color on #AADCCF background.