COLOR #ADBEAB

HEX: #ADBEAB RGB: (173,190,171)

Color info

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

RGB color model

#ADBEAB color RGB value is (173,190,171).

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

RGB channels and saturation

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

173
190
171

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

Portions of RGB colors in percentages

R + G + B = 173 + 190 + 171 = 534 (100%)
R 173 of 534 ~ 32.4%
G 190 of 534 ~ 35.58%
B 171 of 534 ~ 32.02'%

%32.4
%35.58
%32.02

CMYK color model

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

  • cyan value is 8.95%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK: (9,0,10,25) C9M0Y10K25 (9%,0%,10%,25%) (0.09/0.00/0.10/0.25) 

CMYK percentages

%8.95
%0
%10
%25.49

Codes

Color #ADBEAB in popluar color models

AD BE AB
RGB 173 190 171
HSL 114° 12.75% 70.78%
HSB/HSV 114° 10.00% 74.51%
CMYK 8.95% 0.00% 10.00%
25.49%

Color #ADBEAB in popluar number systems.

HEX AD BE AB
Decimal 173 190 171
Binary 10101101 10111110 10101011
Octal 255 276 253

Shades and tints

Shades of #ADBEAB

#ADBEAB
(173,190,171)
#9EAD9C
(158,173,156)
#8F9C8D
(143,156,141)
#808B7E
(128,139,126)
#717A6F
(113,122,111)
#626960
(98,105,96)
#535851
(83,88,81)
#444742
(68,71,66)
#353633
(53,54,51)
#262524
(38,37,36)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #ADBEAB

#ADBEAB
(173,190,171)
#B4C3B2
(180,195,178)
#BBC8B9
(187,200,185)
#C2CDC0
(194,205,192)
#C9D2C7
(201,210,199)
#D0D7CE
(208,215,206)
#D7DCD5
(215,220,213)
#DEE1DC
(222,225,220)
#E5E6E3
(229,230,227)
#ECEBEA
(236,235,234)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBEAB; }

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

This text font color is #ADBEAB.

Background Color

.myBgColor { background-color: #ADBEAB; }

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

This div background color is #ADBEAB.

Border color

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

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

This div border color is #ADBEAB.

Opacity

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

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

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

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

This text has shadow with #ADBEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBEAB.

Preview

Color preview on black background

This text has color #ADBEAB on black background.


Color preview on white background

This text has color #ADBEAB on white background.


Black color preview on #ADBEAB background

This text has black color on #ADBEAB background.


White color preview on #ADBEAB background

This text has white color on #ADBEAB background.


Related colors

Complementary color

Complementary color for #hex is #524154.


I love getcolorcode.com

Triadic colors

1 #ABADBE and #BEABAD with #ADBEAB are triadic colors.

2 #ABBEAD and #BEADAB with #ADBEAB are triadic colors.