COLOR #ADBEB6

HEX: #ADBEB6 RGB: (173,190,182)

Color info

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

RGB color model

#ADBEB6 color RGB value is (173,190,182).

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

RGB channels and saturation

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

173
190
182

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

Portions of RGB colors in percentages

R + G + B = 173 + 190 + 182 = 545 (100%)
R 173 of 545 ~ 31.74%
G 190 of 545 ~ 34.86%
B 182 of 545 ~ 33.39'%

%31.74
%34.86
%33.39

CMYK color model

#ADBEB6 color CMYK value is (9,0,4,25).

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

CMYK: (9,0,4,25)
C9M0Y4K25 (9%, 0%, 4%, 25%)
(0.09 / 0.00 / 0.04 / 0.25)

CMYK percentages

%8.95
%0
%4.21
%25.49

Codes

Color #ADBEB6 in popluar color models

AD BE B6
RGB 173 190 182
HSL 152° 11.56% 71.18%
HSB/HSV 152° 8.95% 74.51%
CMYK 8.95% 0.00% 4.21%
25.49%

Color #ADBEB6 in popluar number systems.

HEX AD BE B6
Decimal 173 190 182
Binary 10101101 10111110 10110110
Octal 255 276 266

Shades and tints

Shades of #ADBEB6

#ADBEB6
(173,190,182)
#9EADA6
(158,173,166)
#8F9C96
(143,156,150)
#808B86
(128,139,134)
#717A76
(113,122,118)
#626966
(98,105,102)
#535856
(83,88,86)
#444746
(68,71,70)
#353636
(53,54,54)
#262526
(38,37,38)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADBEB6

#ADBEB6
(173,190,182)
#B4C3BC
(180,195,188)
#BBC8C2
(187,200,194)
#C2CDC8
(194,205,200)
#C9D2CE
(201,210,206)
#D0D7D4
(208,215,212)
#D7DCDA
(215,220,218)
#DEE1E0
(222,225,224)
#E5E6E6
(229,230,230)
#ECEBEC
(236,235,236)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBEB6; }

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

This text font color is #ADBEB6.

Background Color

.myBgColor { background-color: #ADBEB6; }

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

This div background color is #ADBEB6.

Border color

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

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

This div border color is #ADBEB6.

Opacity

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

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

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

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

This text has shadow with #ADBEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBEB6.

Preview

Color preview on black background

This text has color #ADBEB6 on black background.


Color preview on white background

This text has color #ADBEB6 on white background.


Black color preview on #ADBEB6 background

This text has black color on #ADBEB6 background.


White color preview on #ADBEB6 background

This text has white color on #ADBEB6 background.


Related colors

Complementary color

Complementary color for #hex is #524149.


I love getcolorcode.com

Triadic colors

1 #B6ADBE and #BEB6AD with #ADBEB6 are triadic colors.

2 #B6BEAD and #BEADB6 with #ADBEB6 are triadic colors.