COLOR #ADBEB4

HEX: #ADBEB4 RGB: (173,190,180)

Color info

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

RGB color model

#ADBEB4 color RGB value is (173,190,180).

RGB: (173,190,180) (68%, 75%, 71%)

RGB channels and saturation

R 173 of 255 = 68%
G 190 of 255 = 75%
B 180 of 255 = 71%

173
190
180

R + G + B ~ 71%. #ADBEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 190 + 180 = 543 (100%)
R 173 of 543 ~ 31.86%
G 190 of 543 ~ 34.99%
B 180 of 543 ~ 33.15'%

%31.86
%34.99
%33.15

CMYK color model

#ADBEB4 color CMYK value is (9,0,5,25).

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

CMYK: (9,0,5,25)
C9M0Y5K25 (9%, 0%, 5%, 25%)
(0.09 / 0.00 / 0.05 / 0.25)

CMYK percentages

%8.95
%0
%5.26
%25.49

Codes

Color #ADBEB4 in popluar color models

AD BE B4
RGB 173 190 180
HSL 145° 11.56% 71.18%
HSB/HSV 145° 8.95% 74.51%
CMYK 8.95% 0.00% 5.26%
25.49%

Color #ADBEB4 in popluar number systems.

HEX AD BE B4
Decimal 173 190 180
Binary 10101101 10111110 10110100
Octal 255 276 264

Shades and tints

Shades of #ADBEB4

#ADBEB4
(173,190,180)
#9EADA4
(158,173,164)
#8F9C94
(143,156,148)
#808B84
(128,139,132)
#717A74
(113,122,116)
#626964
(98,105,100)
#535854
(83,88,84)
#444744
(68,71,68)
#353634
(53,54,52)
#262524
(38,37,36)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADBEB4

#ADBEB4
(173,190,180)
#B4C3BA
(180,195,186)
#BBC8C0
(187,200,192)
#C2CDC6
(194,205,198)
#C9D2CC
(201,210,204)
#D0D7D2
(208,215,210)
#D7DCD8
(215,220,216)
#DEE1DE
(222,225,222)
#E5E6E4
(229,230,228)
#ECEBEA
(236,235,234)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBEB4; }

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

This text font color is #ADBEB4.

Background Color

.myBgColor { background-color: #ADBEB4; }

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

This div background color is #ADBEB4.

Border color

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

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

This div border color is #ADBEB4.

Opacity

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

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

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

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

This text has shadow with #ADBEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBEB4.

Preview

Color preview on black background

This text has color #ADBEB4 on black background.


Color preview on white background

This text has color #ADBEB4 on white background.


Black color preview on #ADBEB4 background

This text has black color on #ADBEB4 background.


White color preview on #ADBEB4 background

This text has white color on #ADBEB4 background.


Related colors

Complementary color

Complementary color for #hex is #52414B.


I love getcolorcode.com

Triadic colors

1 #B4ADBE and #BEB4AD with #ADBEB4 are triadic colors.

2 #B4BEAD and #BEADB4 with #ADBEB4 are triadic colors.