COLOR #71AD8E

HEX: #71AD8E RGB: (113,173,142)

Color info

#71AD8E contains mainly green and blue colors. Web safe color of #71AD8E is #669999 (or #699).

RGB color model

#71AD8E color RGB value is (113,173,142).

RGB: (113,173,142) (44%, 68%, 56%)

RGB channels and saturation

R 113 of 255 = 44%
G 173 of 255 = 68%
B 142 of 255 = 56%

113
173
142

R + G + B ~ 56%. #71AD8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 173 + 142 = 428 (100%)
R 113 of 428 ~ 26.4%
G 173 of 428 ~ 40.42%
B 142 of 428 ~ 33.18'%

%26.4
%40.42
%33.18

CMYK color model

#71AD8E color CMYK value is (35,0,18,32).

  • cyan value is 34.68%
  • magenta value is 0.00%
  • yellow value is 17.92%
  • key color value is 32.16%

CMYK: (35,0,18,32)
C35M0Y18K32 (35%, 0%, 18%, 32%)
(0.35 / 0.00 / 0.18 / 0.32)

CMYK percentages

%34.68
%0
%17.92
%32.16

Codes

Color #71AD8E in popluar color models

71 AD 8E
RGB 113 173 142
HSL 149° 26.79% 56.08%
HSB/HSV 149° 34.68% 67.84%
CMYK 34.68% 0.00% 17.92%
32.16%

Color #71AD8E in popluar number systems.

HEX 71 AD 8E
Decimal 113 173 142
Binary 1110001 10101101 10001110
Octal 161 255 216

Shades and tints

Shades of #71AD8E

#71AD8E
(113,173,142)
#679E82
(103,158,130)
#5D8F76
(93,143,118)
#53806A
(83,128,106)
#49715E
(73,113,94)
#3F6252
(63,98,82)
#355346
(53,83,70)
#2B443A
(43,68,58)
#21352E
(33,53,46)
#172622
(23,38,34)
#0D1716
(13,23,22)
#000000
(0,0,0)

Tints of #71AD8E

#71AD8E
(113,173,142)
#7DB498
(125,180,152)
#89BBA2
(137,187,162)
#95C2AC
(149,194,172)
#A1C9B6
(161,201,182)
#ADD0C0
(173,208,192)
#B9D7CA
(185,215,202)
#C5DED4
(197,222,212)
#D1E5DE
(209,229,222)
#DDECE8
(221,236,232)
#E9F3F2
(233,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71AD8E; }

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

This text font color is #71AD8E.

Background Color

.myBgColor { background-color: #71AD8E; }

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

This div background color is #71AD8E.

Border color

.myBorderColor { border: 1px solid #71AD8E; }

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

This div border color is #71AD8E.

Opacity

.myOpacity80 { color: #71AD8E; opacity: 0.8; }

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

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

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

This text has shadow with #71AD8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71AD8E.

Preview

Color preview on black background

This text has color #71AD8E on black background.


Color preview on white background

This text has color #71AD8E on white background.


Black color preview on #71AD8E background

This text has black color on #71AD8E background.


White color preview on #71AD8E background

This text has white color on #71AD8E background.


Related colors

Complementary color

Complementary color for #hex is #8E5271.


I love getcolorcode.com

Triadic colors

1 #8E71AD and #AD8E71 with #71AD8E are triadic colors.

2 #8EAD71 and #AD718E with #71AD8E are triadic colors.