COLOR #ADBE71

HEX: #ADBE71 RGB: (173,190,113)

Color info

#ADBE71 contains mainly red and green colors. Web safe color of #ADBE71 is #99CC66 (or #9C6).

RGB color model

#ADBE71 color RGB value is (173,190,113).

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

RGB channels and saturation

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

173
190
113

R + G + B ~ 62%. #ADBE71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 190 + 113 = 476 (100%)
R 173 of 476 ~ 36.34%
G 190 of 476 ~ 39.92%
B 113 of 476 ~ 23.74'%

%36.34
%39.92
%23.74

CMYK color model

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

  • cyan value is 8.95%
  • magenta value is 0.00%
  • yellow value is 40.53%
  • key color value is 25.49%
CMYK: (9,0,41,25) C9M0Y41K25 (9%,0%,41%,25%) (0.09/0.00/0.41/0.25) 

CMYK percentages

%8.95
%0
%40.53
%25.49

Codes

Color #ADBE71 in popluar color models

AD BE 71
RGB 173 190 113
HSL 73° 37.20% 59.41%
HSB/HSV 73° 40.53% 74.51%
CMYK 8.95% 0.00% 40.53%
25.49%

Color #ADBE71 in popluar number systems.

HEX AD BE 71
Decimal 173 190 113
Binary 10101101 10111110 1110001
Octal 255 276 161

Shades and tints

Shades of #ADBE71

#ADBE71
(173,190,113)
#9EAD67
(158,173,103)
#8F9C5D
(143,156,93)
#808B53
(128,139,83)
#717A49
(113,122,73)
#62693F
(98,105,63)
#535835
(83,88,53)
#44472B
(68,71,43)
#353621
(53,54,33)
#262517
(38,37,23)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #ADBE71

#ADBE71
(173,190,113)
#B4C37D
(180,195,125)
#BBC889
(187,200,137)
#C2CD95
(194,205,149)
#C9D2A1
(201,210,161)
#D0D7AD
(208,215,173)
#D7DCB9
(215,220,185)
#DEE1C5
(222,225,197)
#E5E6D1
(229,230,209)
#ECEBDD
(236,235,221)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBE71; }

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

This text font color is #ADBE71.

Background Color

.myBgColor { background-color: #ADBE71; }

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

This div background color is #ADBE71.

Border color

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

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

This div border color is #ADBE71.

Opacity

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

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

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

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

This text has shadow with #ADBE71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBE71.

Preview

Color preview on black background

This text has color #ADBE71 on black background.


Color preview on white background

This text has color #ADBE71 on white background.


Black color preview on #ADBE71 background

This text has black color on #ADBE71 background.


White color preview on #ADBE71 background

This text has white color on #ADBE71 background.


Related colors

Complementary color

Complementary color for #hex is #52418E.


I love getcolorcode.com

Triadic colors

1 #71ADBE and #BE71AD with #ADBE71 are triadic colors.

2 #71BEAD and #BEAD71 with #ADBE71 are triadic colors.