COLOR #ADB4CF

HEX: #ADB4CF
RGB: (173,180,207)

Color info

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

RGB color model

#ADB4CF color RGB value is (173,180,207).

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

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 207 of 255 = 81%

173
180
207

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

Portions of RGB colors in percentages

R + G + B =
173 + 180 + 207 = 560 (100%)
R 173 of 560 ~ 30.89%
G 180 of 560 ~ 32.14%
B 207 of 560 ~ 36.96%

%30.89
%32.14
%36.96

CMYK color model

#ADB4CF color CMYK value is (16,13,0,19).

  • cyan value is 16.43%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(16,13,0,19)
C16M13Y0K19 
(16%,13%,0%,19%)
(0.16/0.13/0.00/0.19)	

CMYK percentages

%16.43
%13.04
%0
%18.82

Codes

Color #ADB4CF in popluar color models

ADB4CF
RGB173180207
HSL228°26.15%74.51%
HSB/HSV228°16.43%81.18%
CMYK16.43%13.04%0.00%
18.82%

Color #ADB4CF in popluar number systems.

HEXADB4CF
Decimal173180207
Binary101011011011010011001111
Octal255264317

Shades and tints

Shades of #ADB4CF

#ADB4CF
(173,180,207)
#9EA4BD
(158,164,189)
#8F94AB
(143,148,171)
#808499
(128,132,153)
#717487
(113,116,135)
#626475
(98,100,117)
#535463
(83,84,99)
#444451
(68,68,81)
#35343F
(53,52,63)
#26242D
(38,36,45)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #ADB4CF

#ADB4CF
(173,180,207)
#B4BAD3
(180,186,211)
#BBC0D7
(187,192,215)
#C2C6DB
(194,198,219)
#C9CCDF
(201,204,223)
#D0D2E3
(208,210,227)
#D7D8E7
(215,216,231)
#DEDEEB
(222,222,235)
#E5E4EF
(229,228,239)
#ECEAF3
(236,234,243)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB4CF; }

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

This text font color is #ADB4CF.


Background Color

.myBgColor { background-color: #ADB4CF; }

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

This div background color is #ADB4CF.


Border color

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

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

This div border color is #ADB4CF.


Opacity

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

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

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

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

This text has shadow with #ADB4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB4CF on black background.


Color preview on white background

This text has color #ADB4CF on white background.



Black color preview on #ADB4CF background

This text has black color on #ADB4CF background.


White color preview on #ADB4CF background

This text has white color on #ADB4CF background.