COLOR #ADAAC3

HEX: #ADAAC3
RGB: (173,170,195)

Color info

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

RGB color model

#ADAAC3 color RGB value is (173,170,195).

  • red value is 173;
  • green value is 170;
  • blue value is 195.
RGB:
(173,170,195)
(68%,67%,76%)

RGB channels and saturation

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

173
170
195

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

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 195 = 538 (100%)
R 173 of 538 ~ 32.16%
G 170 of 538 ~ 31.6%
B 195 of 538 ~ 36.25%

%32.16
%31.6
%36.25

CMYK color model

#ADAAC3 color CMYK value is (11,13,0,24).

  • cyan value is 11.28%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(11,13,0,24)
C11M13Y0K24 
(11%,13%,0%,24%)
(0.11/0.13/0.00/0.24)	

CMYK percentages

%11.28
%12.82
%0
%23.53

Codes

Color #ADAAC3 in popluar color models

ADAAC3
RGB173170195
HSL247°17.24%71.57%
HSB/HSV247°12.82%76.47%
CMYK11.28%12.82%0.00%
23.53%

Color #ADAAC3 in popluar number systems.

HEXADAAC3
Decimal173170195
Binary101011011010101011000011
Octal255252303

Shades and tints

Shades of #ADAAC3

#ADAAC3
(173,170,195)
#9E9BB2
(158,155,178)
#8F8CA1
(143,140,161)
#807D90
(128,125,144)
#716E7F
(113,110,127)
#625F6E
(98,95,110)
#53505D
(83,80,93)
#44414C
(68,65,76)
#35323B
(53,50,59)
#26232A
(38,35,42)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADAAC3

#ADAAC3
(173,170,195)
#B4B1C8
(180,177,200)
#BBB8CD
(187,184,205)
#C2BFD2
(194,191,210)
#C9C6D7
(201,198,215)
#D0CDDC
(208,205,220)
#D7D4E1
(215,212,225)
#DEDBE6
(222,219,230)
#E5E2EB
(229,226,235)
#ECE9F0
(236,233,240)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAAC3; }

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

This text font color is #ADAAC3.


Background Color

.myBgColor { background-color: #ADAAC3; }

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

This div background color is #ADAAC3.


Border color

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

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

This div border color is #ADAAC3.


Opacity

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

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

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

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

This text has shadow with #ADAAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAAC3 on black background.


Color preview on white background

This text has color #ADAAC3 on white background.



Black color preview on #ADAAC3 background

This text has black color on #ADAAC3 background.


White color preview on #ADAAC3 background

This text has white color on #ADAAC3 background.