COLOR #ADB0CF

HEX: #ADB0CF RGB: (173,176,207)

Color info

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

RGB color model

#ADB0CF color RGB value is (173,176,207).

RGB: (173,176,207) (68%, 69%, 81%)

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 207 of 255 = 81%

173
176
207

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

Portions of RGB colors in percentages

R + G + B = 173 + 176 + 207 = 556 (100%)
R 173 of 556 ~ 31.12%
G 176 of 556 ~ 31.65%
B 207 of 556 ~ 37.23'%

%31.12
%31.65
%37.23

CMYK color model

#ADB0CF color CMYK value is (16,15,0,19).

  • cyan value is 16.43%
  • magenta value is 14.98%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (16,15,0,19)
C16M15Y0K19 (16%, 15%, 0%, 19%)
(0.16 / 0.15 / 0.00 / 0.19)

CMYK percentages

%16.43
%14.98
%0
%18.82

Codes

Color #ADB0CF in popluar color models

AD B0 CF
RGB 173 176 207
HSL 235° 26.15% 74.51%
HSB/HSV 235° 16.43% 81.18%
CMYK 16.43% 14.98% 0.00%
18.82%

Color #ADB0CF in popluar number systems.

HEX AD B0 CF
Decimal 173 176 207
Binary 10101101 10110000 11001111
Octal 255 260 317

Shades and tints

Shades of #ADB0CF

#ADB0CF
(173,176,207)
#9EA0BD
(158,160,189)
#8F90AB
(143,144,171)
#808099
(128,128,153)
#717087
(113,112,135)
#626075
(98,96,117)
#535063
(83,80,99)
#444051
(68,64,81)
#35303F
(53,48,63)
#26202D
(38,32,45)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #ADB0CF

#ADB0CF
(173,176,207)
#B4B7D3
(180,183,211)
#BBBED7
(187,190,215)
#C2C5DB
(194,197,219)
#C9CCDF
(201,204,223)
#D0D3E3
(208,211,227)
#D7DAE7
(215,218,231)
#DEE1EB
(222,225,235)
#E5E8EF
(229,232,239)
#ECEFF3
(236,239,243)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB0CF; }

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

This text font color is #ADB0CF.

Background Color

.myBgColor { background-color: #ADB0CF; }

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

This div background color is #ADB0CF.

Border color

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

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

This div border color is #ADB0CF.

Opacity

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

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

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

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

This text has shadow with #ADB0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB0CF.

Preview

Color preview on black background

This text has color #ADB0CF on black background.


Color preview on white background

This text has color #ADB0CF on white background.


Black color preview on #ADB0CF background

This text has black color on #ADB0CF background.


White color preview on #ADB0CF background

This text has white color on #ADB0CF background.


Related colors

Complementary color

Complementary color for #hex is #524F30.


I love getcolorcode.com

Triadic colors

1 #CFADB0 and #B0CFAD with #ADB0CF are triadic colors.

2 #CFB0AD and #B0ADCF with #ADB0CF are triadic colors.