COLOR #ADAFBD

HEX: #ADAFBD RGB: (173,175,189)

Color info

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

RGB color model

#ADAFBD color RGB value is (173,175,189).

RGB: (173,175,189) (68%, 69%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 189 of 255 = 74%

173
175
189

R + G + B ~ 70%. #ADAFBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 175 + 189 = 537 (100%)
R 173 of 537 ~ 32.22%
G 175 of 537 ~ 32.59%
B 189 of 537 ~ 35.2'%

%32.22
%32.59
%35.2

CMYK color model

#ADAFBD color CMYK value is (8,7,0,26).

  • cyan value is 8.47%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (8,7,0,26)
C8M7Y0K26 (8%, 7%, 0%, 26%)
(0.08 / 0.07 / 0.00 / 0.26)

CMYK percentages

%8.47
%7.41
%0
%25.88

Codes

Color #ADAFBD in popluar color models

AD AF BD
RGB 173 175 189
HSL 233° 10.81% 70.98%
HSB/HSV 233° 8.47% 74.12%
CMYK 8.47% 7.41% 0.00%
25.88%

Color #ADAFBD in popluar number systems.

HEX AD AF BD
Decimal 173 175 189
Binary 10101101 10101111 10111101
Octal 255 257 275

Shades and tints

Shades of #ADAFBD

#ADAFBD
(173,175,189)
#9EA0AC
(158,160,172)
#8F919B
(143,145,155)
#80828A
(128,130,138)
#717379
(113,115,121)
#626468
(98,100,104)
#535557
(83,85,87)
#444646
(68,70,70)
#353735
(53,55,53)
#262824
(38,40,36)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #ADAFBD

#ADAFBD
(173,175,189)
#B4B6C3
(180,182,195)
#BBBDC9
(187,189,201)
#C2C4CF
(194,196,207)
#C9CBD5
(201,203,213)
#D0D2DB
(208,210,219)
#D7D9E1
(215,217,225)
#DEE0E7
(222,224,231)
#E5E7ED
(229,231,237)
#ECEEF3
(236,238,243)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAFBD; }

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

This text font color is #ADAFBD.

Background Color

.myBgColor { background-color: #ADAFBD; }

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

This div background color is #ADAFBD.

Border color

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

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

This div border color is #ADAFBD.

Opacity

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

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

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

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

This text has shadow with #ADAFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAFBD.

Preview

Color preview on black background

This text has color #ADAFBD on black background.


Color preview on white background

This text has color #ADAFBD on white background.


Black color preview on #ADAFBD background

This text has black color on #ADAFBD background.


White color preview on #ADAFBD background

This text has white color on #ADAFBD background.


Related colors

Complementary color

Complementary color for #hex is #525042.


I love getcolorcode.com

Triadic colors

1 #BDADAF and #AFBDAD with #ADAFBD are triadic colors.

2 #BDAFAD and #AFADBD with #ADAFBD are triadic colors.