COLOR #ADBEB9

HEX: #ADBEB9 RGB: (173,190,185)

Color info

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

RGB color model

#ADBEB9 color RGB value is (173,190,185).

RGB: (173,190,185) (68%, 75%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 190 of 255 = 75%
B 185 of 255 = 73%

173
190
185

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

Portions of RGB colors in percentages

R + G + B = 173 + 190 + 185 = 548 (100%)
R 173 of 548 ~ 31.57%
G 190 of 548 ~ 34.67%
B 185 of 548 ~ 33.76'%

%31.57
%34.67
%33.76

CMYK color model

#ADBEB9 color CMYK value is (9,0,3,25).

  • cyan value is 8.95%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 25.49%

CMYK: (9,0,3,25)
C9M0Y3K25 (9%, 0%, 3%, 25%)
(0.09 / 0.00 / 0.03 / 0.25)

CMYK percentages

%8.95
%0
%2.63
%25.49

Codes

Color #ADBEB9 in popluar color models

AD BE B9
RGB 173 190 185
HSL 162° 11.56% 71.18%
HSB/HSV 162° 8.95% 74.51%
CMYK 8.95% 0.00% 2.63%
25.49%

Color #ADBEB9 in popluar number systems.

HEX AD BE B9
Decimal 173 190 185
Binary 10101101 10111110 10111001
Octal 255 276 271

Shades and tints

Shades of #ADBEB9

#ADBEB9
(173,190,185)
#9EADA9
(158,173,169)
#8F9C99
(143,156,153)
#808B89
(128,139,137)
#717A79
(113,122,121)
#626969
(98,105,105)
#535859
(83,88,89)
#444749
(68,71,73)
#353639
(53,54,57)
#262529
(38,37,41)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADBEB9

#ADBEB9
(173,190,185)
#B4C3BF
(180,195,191)
#BBC8C5
(187,200,197)
#C2CDCB
(194,205,203)
#C9D2D1
(201,210,209)
#D0D7D7
(208,215,215)
#D7DCDD
(215,220,221)
#DEE1E3
(222,225,227)
#E5E6E9
(229,230,233)
#ECEBEF
(236,235,239)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBEB9; }

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

This text font color is #ADBEB9.

Background Color

.myBgColor { background-color: #ADBEB9; }

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

This div background color is #ADBEB9.

Border color

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

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

This div border color is #ADBEB9.

Opacity

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

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

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

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

This text has shadow with #ADBEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBEB9.

Preview

Color preview on black background

This text has color #ADBEB9 on black background.


Color preview on white background

This text has color #ADBEB9 on white background.


Black color preview on #ADBEB9 background

This text has black color on #ADBEB9 background.


White color preview on #ADBEB9 background

This text has white color on #ADBEB9 background.


Related colors

Complementary color

Complementary color for #hex is #524146.


I love getcolorcode.com

Triadic colors

1 #B9ADBE and #BEB9AD with #ADBEB9 are triadic colors.

2 #B9BEAD and #BEADB9 with #ADBEB9 are triadic colors.