COLOR #AAD7C1

HEX: #AAD7C1 RGB: (170,215,193)

Color info

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

RGB color model

#AAD7C1 color RGB value is (170,215,193).

RGB: (170,215,193) (67%, 84%, 76%)

RGB channels and saturation

R 170 of 255 = 67%
G 215 of 255 = 84%
B 193 of 255 = 76%

170
215
193

R + G + B ~ 76%. #AAD7C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 215 + 193 = 578 (100%)
R 170 of 578 ~ 29.41%
G 215 of 578 ~ 37.2%
B 193 of 578 ~ 33.39'%

%29.41
%37.2
%33.39

CMYK color model

#AAD7C1 color CMYK value is (21,0,10,16).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 15.69%

CMYK: (21,0,10,16)
C21M0Y10K16 (21%, 0%, 10%, 16%)
(0.21 / 0.00 / 0.10 / 0.16)

CMYK percentages

%20.93
%0
%10.23
%15.69

Codes

Color #AAD7C1 in popluar color models

AA D7 C1
RGB 170 215 193
HSL 151° 36.00% 75.49%
HSB/HSV 151° 20.93% 84.31%
CMYK 20.93% 0.00% 10.23%
15.69%

Color #AAD7C1 in popluar number systems.

HEX AA D7 C1
Decimal 170 215 193
Binary 10101010 11010111 11000001
Octal 252 327 301

Shades and tints

Shades of #AAD7C1

#AAD7C1
(170,215,193)
#9BC4B0
(155,196,176)
#8CB19F
(140,177,159)
#7D9E8E
(125,158,142)
#6E8B7D
(110,139,125)
#5F786C
(95,120,108)
#50655B
(80,101,91)
#41524A
(65,82,74)
#323F39
(50,63,57)
#232C28
(35,44,40)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #AAD7C1

#AAD7C1
(170,215,193)
#B1DAC6
(177,218,198)
#B8DDCB
(184,221,203)
#BFE0D0
(191,224,208)
#C6E3D5
(198,227,213)
#CDE6DA
(205,230,218)
#D4E9DF
(212,233,223)
#DBECE4
(219,236,228)
#E2EFE9
(226,239,233)
#E9F2EE
(233,242,238)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD7C1 color. Also use rgb(170,215,193) instead hex code.

Text Font Color

.myTextColor { color: #AAD7C1; }

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

This text font color is #AAD7C1.

Background Color

.myBgColor { background-color: #AAD7C1; }

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

This div background color is #AAD7C1.

Border color

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

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

This div border color is #AAD7C1.

Opacity

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

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

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

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

This text has shadow with #AAD7C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAD7C1.

Preview

Color preview on black background

This text has color #AAD7C1 on black background.


Color preview on white background

This text has color #AAD7C1 on white background.


Black color preview on #AAD7C1 background

This text has black color on #AAD7C1 background.


White color preview on #AAD7C1 background

This text has white color on #AAD7C1 background.


Related colors

Complementary color

Complementary color for #hex is #55283E.


I love getcolorcode.com

Triadic colors

1 #C1AAD7 and #D7C1AA with #AAD7C1 are triadic colors.

2 #C1D7AA and #D7AAC1 with #AAD7C1 are triadic colors.