COLOR #71AA87

HEX: #71AA87
RGB: (113,170,135)

Color info

#71AA87 contains red, green and blue colors in about the same proportion. Web safe color of #71AA87 is #669999 (or #699).

RGB color model

#71AA87 color RGB value is (113,170,135).

  • red value is 113;
  • green value is 170;
  • blue value is 135.
RGB:
(113,170,135)
(44%,67%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 170 of 255 = 67%
B 135 of 255 = 53%

113
170
135

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

Portions of RGB colors in percentages

R + G + B =
113 + 170 + 135 = 418 (100%)
R 113 of 418 ~ 27.03%
G 170 of 418 ~ 40.67%
B 135 of 418 ~ 32.3%

%27.03
%40.67
%32.3

CMYK color model

#71AA87 color CMYK value is (34,0,21,33).

  • cyan value is 33.53%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 33.33%
CMYK:
(34,0,21,33)
C34M0Y21K33 
(34%,0%,21%,33%)
(0.34/0.00/0.21/0.33)	

CMYK percentages

%33.53
%0
%20.59
%33.33

Codes

Color #71AA87 in popluar color models

71AA87
RGB113170135
HSL143°25.11%55.49%
HSB/HSV143°33.53%66.67%
CMYK33.53%0.00%20.59%
33.33%

Color #71AA87 in popluar number systems.

HEX71AA87
Decimal113170135
Binary11100011010101010000111
Octal161252207

Shades and tints

Shades of #71AA87

#71AA87
(113,170,135)
#679B7B
(103,155,123)
#5D8C6F
(93,140,111)
#537D63
(83,125,99)
#496E57
(73,110,87)
#3F5F4B
(63,95,75)
#35503F
(53,80,63)
#2B4133
(43,65,51)
#213227
(33,50,39)
#17231B
(23,35,27)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #71AA87

#71AA87
(113,170,135)
#7DB191
(125,177,145)
#89B89B
(137,184,155)
#95BFA5
(149,191,165)
#A1C6AF
(161,198,175)
#ADCDB9
(173,205,185)
#B9D4C3
(185,212,195)
#C5DBCD
(197,219,205)
#D1E2D7
(209,226,215)
#DDE9E1
(221,233,225)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AA87 color. Also use rgb(113,170,135) instead hex code.

Text Font Color

.myTextColor { color: #71AA87; }

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

This text font color is #71AA87.


Background Color

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

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

This div background color is #71AA87.


Border color

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

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

This div border color is #71AA87.


Opacity

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

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

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

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

This text has shadow with #71AA87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AA87 on black background.


Color preview on white background

This text has color #71AA87 on white background.



Black color preview on #71AA87 background

This text has black color on #71AA87 background.


White color preview on #71AA87 background

This text has white color on #71AA87 background.