COLOR #AADAC2

HEX: #AADAC2 RGB: (170,218,194)

Color info

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

RGB color model

#AADAC2 color RGB value is (170,218,194).

RGB: (170,218,194) (67%, 85%, 76%)

RGB channels and saturation

R 170 of 255 = 67%
G 218 of 255 = 85%
B 194 of 255 = 76%

170
218
194

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

Portions of RGB colors in percentages

R + G + B = 170 + 218 + 194 = 582 (100%)
R 170 of 582 ~ 29.21%
G 218 of 582 ~ 37.46%
B 194 of 582 ~ 33.33'%

%29.21
%37.46
%33.33

CMYK color model

#AADAC2 color CMYK value is (22,0,11,15).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 11.01%
  • key color value is 14.51%

CMYK: (22,0,11,15)
C22M0Y11K15 (22%, 0%, 11%, 15%)
(0.22 / 0.00 / 0.11 / 0.15)

CMYK percentages

%22.02
%0
%11.01
%14.51

Codes

Color #AADAC2 in popluar color models

AA DA C2
RGB 170 218 194
HSL 150° 39.34% 76.08%
HSB/HSV 150° 22.02% 85.49%
CMYK 22.02% 0.00% 11.01%
14.51%

Color #AADAC2 in popluar number systems.

HEX AA DA C2
Decimal 170 218 194
Binary 10101010 11011010 11000010
Octal 252 332 302

Shades and tints

Shades of #AADAC2

#AADAC2
(170,218,194)
#9BC7B1
(155,199,177)
#8CB4A0
(140,180,160)
#7DA18F
(125,161,143)
#6E8E7E
(110,142,126)
#5F7B6D
(95,123,109)
#50685C
(80,104,92)
#41554B
(65,85,75)
#32423A
(50,66,58)
#232F29
(35,47,41)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #AADAC2

#AADAC2
(170,218,194)
#B1DDC7
(177,221,199)
#B8E0CC
(184,224,204)
#BFE3D1
(191,227,209)
#C6E6D6
(198,230,214)
#CDE9DB
(205,233,219)
#D4ECE0
(212,236,224)
#DBEFE5
(219,239,229)
#E2F2EA
(226,242,234)
#E9F5EF
(233,245,239)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADAC2 color. Also use rgb(170,218,194) instead hex code.

Text Font Color

.myTextColor { color: #AADAC2; }

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

This text font color is #AADAC2.

Background Color

.myBgColor { background-color: #AADAC2; }

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

This div background color is #AADAC2.

Border color

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

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

This div border color is #AADAC2.

Opacity

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

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

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

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

This text has shadow with #AADAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADAC2.

Preview

Color preview on black background

This text has color #AADAC2 on black background.


Color preview on white background

This text has color #AADAC2 on white background.


Black color preview on #AADAC2 background

This text has black color on #AADAC2 background.


White color preview on #AADAC2 background

This text has white color on #AADAC2 background.


Related colors

Complementary color

Complementary color for #hex is #55253D.


I love getcolorcode.com

Triadic colors

1 #C2AADA and #DAC2AA with #AADAC2 are triadic colors.

2 #C2DAAA and #DAAAC2 with #AADAC2 are triadic colors.