COLOR #ADAAC2

HEX: #ADAAC2 RGB: (173,170,194)

Color info

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

RGB color model

#ADAAC2 color RGB value is (173,170,194).

RGB: (173,170,194) (68%, 67%, 76%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 194 of 255 = 76%

173
170
194

R + G + B ~ 70%. #ADAAC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 170 + 194 = 537 (100%)
R 173 of 537 ~ 32.22%
G 170 of 537 ~ 31.66%
B 194 of 537 ~ 36.13'%

%32.22
%31.66
%36.13

CMYK color model

#ADAAC2 color CMYK value is (11,12,0,24).

  • cyan value is 10.82%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (11,12,0,24)
C11M12Y0K24 (11%, 12%, 0%, 24%)
(0.11 / 0.12 / 0.00 / 0.24)

CMYK percentages

%10.82
%12.37
%0
%23.92

Codes

Color #ADAAC2 in popluar color models

AD AA C2
RGB 173 170 194
HSL 248° 16.44% 71.37%
HSB/HSV 248° 12.37% 76.08%
CMYK 10.82% 12.37% 0.00%
23.92%

Color #ADAAC2 in popluar number systems.

HEX AD AA C2
Decimal 173 170 194
Binary 10101101 10101010 11000010
Octal 255 252 302

Shades and tints

Shades of #ADAAC2

#ADAAC2
(173,170,194)
#9E9BB1
(158,155,177)
#8F8CA0
(143,140,160)
#807D8F
(128,125,143)
#716E7E
(113,110,126)
#625F6D
(98,95,109)
#53505C
(83,80,92)
#44414B
(68,65,75)
#35323A
(53,50,58)
#262329
(38,35,41)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #ADAAC2

#ADAAC2
(173,170,194)
#B4B1C7
(180,177,199)
#BBB8CC
(187,184,204)
#C2BFD1
(194,191,209)
#C9C6D6
(201,198,214)
#D0CDDB
(208,205,219)
#D7D4E0
(215,212,224)
#DEDBE5
(222,219,229)
#E5E2EA
(229,226,234)
#ECE9EF
(236,233,239)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAC2; }

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

This text font color is #ADAAC2.

Background Color

.myBgColor { background-color: #ADAAC2; }

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

This div background color is #ADAAC2.

Border color

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

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

This div border color is #ADAAC2.

Opacity

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

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

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

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

This text has shadow with #ADAAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAAC2.

Preview

Color preview on black background

This text has color #ADAAC2 on black background.


Color preview on white background

This text has color #ADAAC2 on white background.


Black color preview on #ADAAC2 background

This text has black color on #ADAAC2 background.


White color preview on #ADAAC2 background

This text has white color on #ADAAC2 background.


Related colors

Complementary color

Complementary color for #hex is #52553D.


I love getcolorcode.com

Triadic colors

1 #C2ADAA and #AAC2AD with #ADAAC2 are triadic colors.

2 #C2AAAD and #AAADC2 with #ADAAC2 are triadic colors.