COLOR #AADCC7

HEX: #AADCC7 RGB: (170,220,199)

Color info

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

RGB color model

#AADCC7 color RGB value is (170,220,199).

RGB: (170,220,199) (67%, 86%, 78%)

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 199 of 255 = 78%

170
220
199

R + G + B ~ 77%. #AADCC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 220 + 199 = 589 (100%)
R 170 of 589 ~ 28.86%
G 220 of 589 ~ 37.35%
B 199 of 589 ~ 33.79'%

%28.86
%37.35
%33.79

CMYK color model

#AADCC7 color CMYK value is (23,0,10,14).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 9.55%
  • key color value is 13.73%
CMYK: (23,0,10,14) C23M0Y10K14 (23%,0%,10%,14%) (0.23/0.00/0.10/0.14) 

CMYK percentages

%22.73
%0
%9.55
%13.73

Codes

Color #AADCC7 in popluar color models

AA DC C7
RGB 170 220 199
HSL 155° 41.67% 76.47%
HSB/HSV 155° 22.73% 86.27%
CMYK 22.73% 0.00% 9.55%
13.73%

Color #AADCC7 in popluar number systems.

HEX AA DC C7
Decimal 170 220 199
Binary 10101010 11011100 11000111
Octal 252 334 307

Shades and tints

Shades of #AADCC7

#AADCC7
(170,220,199)
#9BC8B5
(155,200,181)
#8CB4A3
(140,180,163)
#7DA091
(125,160,145)
#6E8C7F
(110,140,127)
#5F786D
(95,120,109)
#50645B
(80,100,91)
#415049
(65,80,73)
#323C37
(50,60,55)
#232825
(35,40,37)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #AADCC7

#AADCC7
(170,220,199)
#B1DFCC
(177,223,204)
#B8E2D1
(184,226,209)
#BFE5D6
(191,229,214)
#C6E8DB
(198,232,219)
#CDEBE0
(205,235,224)
#D4EEE5
(212,238,229)
#DBF1EA
(219,241,234)
#E2F4EF
(226,244,239)
#E9F7F4
(233,247,244)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADCC7; }

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

This text font color is #AADCC7.

Background Color

.myBgColor { background-color: #AADCC7; }

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

This div background color is #AADCC7.

Border color

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

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

This div border color is #AADCC7.

Opacity

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

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

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

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

This text has shadow with #AADCC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADCC7.

Preview

Color preview on black background

This text has color #AADCC7 on black background.


Color preview on white background

This text has color #AADCC7 on white background.


Black color preview on #AADCC7 background

This text has black color on #AADCC7 background.


White color preview on #AADCC7 background

This text has white color on #AADCC7 background.


Related colors

Complementary color

Complementary color for #hex is #552338.


I love getcolorcode.com

Triadic colors

1 #C7AADC and #DCC7AA with #AADCC7 are triadic colors.

2 #C7DCAA and #DCAAC7 with #AADCC7 are triadic colors.