COLOR #ADADDF

HEX: #ADADDF
RGB: (173,173,223)

Color info

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

RGB color model

#ADADDF color RGB value is (173,173,223).

  • red value is 173;
  • green value is 173;
  • blue value is 223.
RGB:
(173,173,223)
(68%,68%,87%)

RGB channels and saturation

R 173 of 255 = 68%
G 173 of 255 = 68%
B 223 of 255 = 87%

173
173
223

R + G + B ~ 74%. #ADADDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 223 = 569 (100%)
R 173 of 569 ~ 30.4%
G 173 of 569 ~ 30.4%
B 223 of 569 ~ 39.19%

%30.4
%30.4
%39.19

CMYK color model

#ADADDF color CMYK value is (22,22,0,13).

  • cyan value is 22.42%
  • magenta value is 22.42%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(22,22,0,13)
C22M22Y0K13 
(22%,22%,0%,13%)
(0.22/0.22/0.00/0.13)	

CMYK percentages

%22.42
%22.42
%0
%12.55

Codes

Color #ADADDF in popluar color models

ADADDF
RGB173173223
HSL240°43.86%77.65%
HSB/HSV240°22.42%87.45%
CMYK22.42%22.42%0.00%
12.55%

Color #ADADDF in popluar number systems.

HEXADADDF
Decimal173173223
Binary101011011010110111011111
Octal255255337

Shades and tints

Shades of #ADADDF

#ADADDF
(173,173,223)
#9E9ECB
(158,158,203)
#8F8FB7
(143,143,183)
#8080A3
(128,128,163)
#71718F
(113,113,143)
#62627B
(98,98,123)
#535367
(83,83,103)
#444453
(68,68,83)
#35353F
(53,53,63)
#26262B
(38,38,43)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #ADADDF

#ADADDF
(173,173,223)
#B4B4E1
(180,180,225)
#BBBBE3
(187,187,227)
#C2C2E5
(194,194,229)
#C9C9E7
(201,201,231)
#D0D0E9
(208,208,233)
#D7D7EB
(215,215,235)
#DEDEED
(222,222,237)
#E5E5EF
(229,229,239)
#ECECF1
(236,236,241)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADADDF; }

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

This text font color is #ADADDF.


Background Color

.myBgColor { background-color: #ADADDF; }

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

This div background color is #ADADDF.


Border color

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

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

This div border color is #ADADDF.


Opacity

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

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

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

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

This text has shadow with #ADADDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADADDF on black background.


Color preview on white background

This text has color #ADADDF on white background.



Black color preview on #ADADDF background

This text has black color on #ADADDF background.


White color preview on #ADADDF background

This text has white color on #ADADDF background.