COLOR #ADBEA2

HEX: #ADBEA2 RGB: (173,190,162)

Color info

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

RGB color model

#ADBEA2 color RGB value is (173,190,162).

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

RGB channels and saturation

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

173
190
162

R + G + B ~ 69%. #ADBEA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 190 + 162 = 525 (100%)
R 173 of 525 ~ 32.95%
G 190 of 525 ~ 36.19%
B 162 of 525 ~ 30.86'%

%32.95
%36.19
%30.86

CMYK color model

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

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

CMYK: (9,0,15,25)
C9M0Y15K25 (9%, 0%, 15%, 25%)
(0.09 / 0.00 / 0.15 / 0.25)

CMYK percentages

%8.95
%0
%14.74
%25.49

Codes

Color #ADBEA2 in popluar color models

AD BE A2
RGB 173 190 162
HSL 96° 17.72% 69.02%
HSB/HSV 96° 14.74% 74.51%
CMYK 8.95% 0.00% 14.74%
25.49%

Color #ADBEA2 in popluar number systems.

HEX AD BE A2
Decimal 173 190 162
Binary 10101101 10111110 10100010
Octal 255 276 242

Shades and tints

Shades of #ADBEA2

#ADBEA2
(173,190,162)
#9EAD94
(158,173,148)
#8F9C86
(143,156,134)
#808B78
(128,139,120)
#717A6A
(113,122,106)
#62695C
(98,105,92)
#53584E
(83,88,78)
#444740
(68,71,64)
#353632
(53,54,50)
#262524
(38,37,36)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADBEA2

#ADBEA2
(173,190,162)
#B4C3AA
(180,195,170)
#BBC8B2
(187,200,178)
#C2CDBA
(194,205,186)
#C9D2C2
(201,210,194)
#D0D7CA
(208,215,202)
#D7DCD2
(215,220,210)
#DEE1DA
(222,225,218)
#E5E6E2
(229,230,226)
#ECEBEA
(236,235,234)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBEA2; }

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

This text font color is #ADBEA2.

Background Color

.myBgColor { background-color: #ADBEA2; }

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

This div background color is #ADBEA2.

Border color

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

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

This div border color is #ADBEA2.

Opacity

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

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

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

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

This text has shadow with #ADBEA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBEA2.

Preview

Color preview on black background

This text has color #ADBEA2 on black background.


Color preview on white background

This text has color #ADBEA2 on white background.


Black color preview on #ADBEA2 background

This text has black color on #ADBEA2 background.


White color preview on #ADBEA2 background

This text has white color on #ADBEA2 background.


Related colors

Complementary color

Complementary color for #hex is #52415D.


I love getcolorcode.com

Triadic colors

1 #A2ADBE and #BEA2AD with #ADBEA2 are triadic colors.

2 #A2BEAD and #BEADA2 with #ADBEA2 are triadic colors.