COLOR #71AA8B

HEX: #71AA8B
RGB: (113,170,139)

Color info

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

RGB color model

#71AA8B color RGB value is (113,170,139).

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

RGB channels and saturation

R 113 of 255 = 44%
G 170 of 255 = 67%
B 139 of 255 = 55%

113
170
139

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

Portions of RGB colors in percentages

R + G + B =
113 + 170 + 139 = 422 (100%)
R 113 of 422 ~ 26.78%
G 170 of 422 ~ 40.28%
B 139 of 422 ~ 32.94%

%26.78
%40.28
%32.94

CMYK color model

#71AA8B color CMYK value is (34,0,18,33).

  • cyan value is 33.53%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 33.33%
CMYK:
(34,0,18,33)
C34M0Y18K33 
(34%,0%,18%,33%)
(0.34/0.00/0.18/0.33)	

CMYK percentages

%33.53
%0
%18.24
%33.33

Codes

Color #71AA8B in popluar color models

71AA8B
RGB113170139
HSL147°25.11%55.49%
HSB/HSV147°33.53%66.67%
CMYK33.53%0.00%18.24%
33.33%

Color #71AA8B in popluar number systems.

HEX71AA8B
Decimal113170139
Binary11100011010101010001011
Octal161252213

Shades and tints

Shades of #71AA8B

#71AA8B
(113,170,139)
#679B7F
(103,155,127)
#5D8C73
(93,140,115)
#537D67
(83,125,103)
#496E5B
(73,110,91)
#3F5F4F
(63,95,79)
#355043
(53,80,67)
#2B4137
(43,65,55)
#21322B
(33,50,43)
#17231F
(23,35,31)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #71AA8B

#71AA8B
(113,170,139)
#7DB195
(125,177,149)
#89B89F
(137,184,159)
#95BFA9
(149,191,169)
#A1C6B3
(161,198,179)
#ADCDBD
(173,205,189)
#B9D4C7
(185,212,199)
#C5DBD1
(197,219,209)
#D1E2DB
(209,226,219)
#DDE9E5
(221,233,229)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71AA8B; }

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

This text font color is #71AA8B.


Background Color

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

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

This div background color is #71AA8B.


Border color

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

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

This div border color is #71AA8B.


Opacity

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

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

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

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

This text has shadow with #71AA8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AA8B on black background.


Color preview on white background

This text has color #71AA8B on white background.



Black color preview on #71AA8B background

This text has black color on #71AA8B background.


White color preview on #71AA8B background

This text has white color on #71AA8B background.