COLOR #71A986

HEX: #71A986
RGB: (113,169,134)

Color info

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

RGB color model

#71A986 color RGB value is (113,169,134).

  • red value is 113;
  • green value is 169;
  • blue value is 134.
RGB:
(113,169,134)
(44%,66%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 169 of 255 = 66%
B 134 of 255 = 53%

113
169
134

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

Portions of RGB colors in percentages

R + G + B =
113 + 169 + 134 = 416 (100%)
R 113 of 416 ~ 27.16%
G 169 of 416 ~ 40.63%
B 134 of 416 ~ 32.21%

%27.16
%40.63
%32.21

CMYK color model

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

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 33.73%
CMYK:
(33,0,21,34)
C33M0Y21K34 
(33%,0%,21%,34%)
(0.33/0.00/0.21/0.34)	

CMYK percentages

%33.14
%0
%20.71
%33.73

Codes

Color #71A986 in popluar color models

71A986
RGB113169134
HSL143°24.56%55.29%
HSB/HSV143°33.14%66.27%
CMYK33.14%0.00%20.71%
33.73%

Color #71A986 in popluar number systems.

HEX71A986
Decimal113169134
Binary11100011010100110000110
Octal161251206

Shades and tints

Shades of #71A986

#71A986
(113,169,134)
#679A7A
(103,154,122)
#5D8B6E
(93,139,110)
#537C62
(83,124,98)
#496D56
(73,109,86)
#3F5E4A
(63,94,74)
#354F3E
(53,79,62)
#2B4032
(43,64,50)
#213126
(33,49,38)
#17221A
(23,34,26)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #71A986

#71A986
(113,169,134)
#7DB091
(125,176,145)
#89B79C
(137,183,156)
#95BEA7
(149,190,167)
#A1C5B2
(161,197,178)
#ADCCBD
(173,204,189)
#B9D3C8
(185,211,200)
#C5DAD3
(197,218,211)
#D1E1DE
(209,225,222)
#DDE8E9
(221,232,233)
#E9EFF4
(233,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A986 color. Also use rgb(113,169,134) instead hex code.

Text Font Color

.myTextColor { color: #71A986; }

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

This text font color is #71A986.


Background Color

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

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

This div background color is #71A986.


Border color

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

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

This div border color is #71A986.


Opacity

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

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

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

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

This text has shadow with #71A986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A986 on black background.


Color preview on white background

This text has color #71A986 on white background.



Black color preview on #71A986 background

This text has black color on #71A986 background.


White color preview on #71A986 background

This text has white color on #71A986 background.