COLOR #ADADD3

HEX: #ADADD3 RGB: (173,173,211)

Color info

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

RGB color model

#ADADD3 color RGB value is (173,173,211).

RGB: (173,173,211) (68%, 68%, 83%)

RGB channels and saturation

R 173 of 255 = 68%
G 173 of 255 = 68%
B 211 of 255 = 83%

173
173
211

R + G + B ~ 73%. #ADADD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 173 + 211 = 557 (100%)
R 173 of 557 ~ 31.06%
G 173 of 557 ~ 31.06%
B 211 of 557 ~ 37.88'%

%31.06
%31.06
%37.88

CMYK color model

#ADADD3 color CMYK value is (18,18,0,17).

  • cyan value is 18.01%
  • magenta value is 18.01%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (18,18,0,17)
C18M18Y0K17 (18%, 18%, 0%, 17%)
(0.18 / 0.18 / 0.00 / 0.17)

CMYK percentages

%18.01
%18.01
%0
%17.25

Codes

Color #ADADD3 in popluar color models

AD AD D3
RGB 173 173 211
HSL 240° 30.16% 75.29%
HSB/HSV 240° 18.01% 82.75%
CMYK 18.01% 18.01% 0.00%
17.25%

Color #ADADD3 in popluar number systems.

HEX AD AD D3
Decimal 173 173 211
Binary 10101101 10101101 11010011
Octal 255 255 323

Shades and tints

Shades of #ADADD3

#ADADD3
(173,173,211)
#9E9EC0
(158,158,192)
#8F8FAD
(143,143,173)
#80809A
(128,128,154)
#717187
(113,113,135)
#626274
(98,98,116)
#535361
(83,83,97)
#44444E
(68,68,78)
#35353B
(53,53,59)
#262628
(38,38,40)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #ADADD3

#ADADD3
(173,173,211)
#B4B4D7
(180,180,215)
#BBBBDB
(187,187,219)
#C2C2DF
(194,194,223)
#C9C9E3
(201,201,227)
#D0D0E7
(208,208,231)
#D7D7EB
(215,215,235)
#DEDEEF
(222,222,239)
#E5E5F3
(229,229,243)
#ECECF7
(236,236,247)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADD3; }

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

This text font color is #ADADD3.

Background Color

.myBgColor { background-color: #ADADD3; }

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

This div background color is #ADADD3.

Border color

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

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

This div border color is #ADADD3.

Opacity

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

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

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

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

This text has shadow with #ADADD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADADD3.

Preview

Color preview on black background

This text has color #ADADD3 on black background.


Color preview on white background

This text has color #ADADD3 on white background.


Black color preview on #ADADD3 background

This text has black color on #ADADD3 background.


White color preview on #ADADD3 background

This text has white color on #ADADD3 background.


Related colors

Complementary color

Complementary color for #hex is #52522C.


I love getcolorcode.com