COLOR #ADBEBE

HEX: #ADBEBE RGB: (173,190,190)

Color info

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

RGB color model

#ADBEBE color RGB value is (173,190,190).

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

RGB channels and saturation

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

173
190
190

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

Portions of RGB colors in percentages

R + G + B = 173 + 190 + 190 = 553 (100%)
R 173 of 553 ~ 31.28%
G 190 of 553 ~ 34.36%
B 190 of 553 ~ 34.36'%

%31.28
%34.36
%34.36

CMYK color model

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

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

CMYK: (9,0,0,25)
C9M0Y0K25 (9%, 0%, 0%, 25%)
(0.09 / 0.00 / 0.00 / 0.25)

CMYK percentages

%8.95
%0
%0
%25.49

Codes

Color #ADBEBE in popluar color models

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

Color #ADBEBE in popluar number systems.

HEX AD BE BE
Decimal 173 190 190
Binary 10101101 10111110 10111110
Octal 255 276 276

Shades and tints

Shades of #ADBEBE

#ADBEBE
(173,190,190)
#9EADAD
(158,173,173)
#8F9C9C
(143,156,156)
#808B8B
(128,139,139)
#717A7A
(113,122,122)
#626969
(98,105,105)
#535858
(83,88,88)
#444747
(68,71,71)
#353636
(53,54,54)
#262525
(38,37,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADBEBE

#ADBEBE
(173,190,190)
#B4C3C3
(180,195,195)
#BBC8C8
(187,200,200)
#C2CDCD
(194,205,205)
#C9D2D2
(201,210,210)
#D0D7D7
(208,215,215)
#D7DCDC
(215,220,220)
#DEE1E1
(222,225,225)
#E5E6E6
(229,230,230)
#ECEBEB
(236,235,235)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBEBE; }

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

This text font color is #ADBEBE.

Background Color

.myBgColor { background-color: #ADBEBE; }

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

This div background color is #ADBEBE.

Border color

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

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

This div border color is #ADBEBE.

Opacity

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

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

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

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

This text has shadow with #ADBEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBEBE.

Preview

Color preview on black background

This text has color #ADBEBE on black background.


Color preview on white background

This text has color #ADBEBE on white background.


Black color preview on #ADBEBE background

This text has black color on #ADBEBE background.


White color preview on #ADBEBE background

This text has white color on #ADBEBE background.


Related colors

Complementary color

Complementary color for #hex is #524141.


I love getcolorcode.com