COLOR #ADAACF

HEX: #ADAACF
RGB: (173,170,207)

Color info

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

RGB color model

#ADAACF color RGB value is (173,170,207).

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

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 207 of 255 = 81%

173
170
207

R + G + B ~ 72%. #ADAACF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 207 = 550 (100%)
R 173 of 550 ~ 31.45%
G 170 of 550 ~ 30.91%
B 207 of 550 ~ 37.64%

%31.45
%30.91
%37.64

CMYK color model

#ADAACF color CMYK value is (16,18,0,19).

  • cyan value is 16.43%
  • magenta value is 17.87%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(16,18,0,19)
C16M18Y0K19 
(16%,18%,0%,19%)
(0.16/0.18/0.00/0.19)	

CMYK percentages

%16.43
%17.87
%0
%18.82

Codes

Color #ADAACF in popluar color models

ADAACF
RGB173170207
HSL245°27.82%73.92%
HSB/HSV245°17.87%81.18%
CMYK16.43%17.87%0.00%
18.82%

Color #ADAACF in popluar number systems.

HEXADAACF
Decimal173170207
Binary101011011010101011001111
Octal255252317

Shades and tints

Shades of #ADAACF

#ADAACF
(173,170,207)
#9E9BBD
(158,155,189)
#8F8CAB
(143,140,171)
#807D99
(128,125,153)
#716E87
(113,110,135)
#625F75
(98,95,117)
#535063
(83,80,99)
#444151
(68,65,81)
#35323F
(53,50,63)
#26232D
(38,35,45)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #ADAACF

#ADAACF
(173,170,207)
#B4B1D3
(180,177,211)
#BBB8D7
(187,184,215)
#C2BFDB
(194,191,219)
#C9C6DF
(201,198,223)
#D0CDE3
(208,205,227)
#D7D4E7
(215,212,231)
#DEDBEB
(222,219,235)
#E5E2EF
(229,226,239)
#ECE9F3
(236,233,243)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAACF; }

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

This text font color is #ADAACF.


Background Color

.myBgColor { background-color: #ADAACF; }

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

This div background color is #ADAACF.


Border color

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

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

This div border color is #ADAACF.


Opacity

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

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

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

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

This text has shadow with #ADAACF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAACF on black background.


Color preview on white background

This text has color #ADAACF on white background.



Black color preview on #ADAACF background

This text has black color on #ADAACF background.


White color preview on #ADAACF background

This text has white color on #ADAACF background.