COLOR #ADBEAA

HEX: #ADBEAA RGB: (173,190,170)

Color info

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

RGB color model

#ADBEAA color RGB value is (173,190,170).

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

RGB channels and saturation

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

173
190
170

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

Portions of RGB colors in percentages

R + G + B = 173 + 190 + 170 = 533 (100%)
R 173 of 533 ~ 32.46%
G 190 of 533 ~ 35.65%
B 170 of 533 ~ 31.89'%

%32.46
%35.65
%31.89

CMYK color model

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

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

CMYK: (9,0,11,25)
C9M0Y11K25 (9%, 0%, 11%, 25%)
(0.09 / 0.00 / 0.11 / 0.25)

CMYK percentages

%8.95
%0
%10.53
%25.49

Codes

Color #ADBEAA in popluar color models

AD BE AA
RGB 173 190 170
HSL 111° 13.33% 70.59%
HSB/HSV 111° 10.53% 74.51%
CMYK 8.95% 0.00% 10.53%
25.49%

Color #ADBEAA in popluar number systems.

HEX AD BE AA
Decimal 173 190 170
Binary 10101101 10111110 10101010
Octal 255 276 252

Shades and tints

Shades of #ADBEAA

#ADBEAA
(173,190,170)
#9EAD9B
(158,173,155)
#8F9C8C
(143,156,140)
#808B7D
(128,139,125)
#717A6E
(113,122,110)
#62695F
(98,105,95)
#535850
(83,88,80)
#444741
(68,71,65)
#353632
(53,54,50)
#262523
(38,37,35)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADBEAA

#ADBEAA
(173,190,170)
#B4C3B1
(180,195,177)
#BBC8B8
(187,200,184)
#C2CDBF
(194,205,191)
#C9D2C6
(201,210,198)
#D0D7CD
(208,215,205)
#D7DCD4
(215,220,212)
#DEE1DB
(222,225,219)
#E5E6E2
(229,230,226)
#ECEBE9
(236,235,233)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBEAA; }

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

This text font color is #ADBEAA.

Background Color

.myBgColor { background-color: #ADBEAA; }

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

This div background color is #ADBEAA.

Border color

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

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

This div border color is #ADBEAA.

Opacity

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

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

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

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

This text has shadow with #ADBEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBEAA.

Preview

Color preview on black background

This text has color #ADBEAA on black background.


Color preview on white background

This text has color #ADBEAA on white background.


Black color preview on #ADBEAA background

This text has black color on #ADBEAA background.


White color preview on #ADBEAA background

This text has white color on #ADBEAA background.


Related colors

Complementary color

Complementary color for #hex is #524155.


I love getcolorcode.com

Triadic colors

1 #AAADBE and #BEAAAD with #ADBEAA are triadic colors.

2 #AABEAD and #BEADAA with #ADBEAA are triadic colors.