COLOR #71A89F

HEX: #71A89F
RGB: (113,168,159)

Color info

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

RGB color model

#71A89F color RGB value is (113,168,159).

  • red value is 113;
  • green value is 168;
  • blue value is 159.
RGB:
(113,168,159)
(44%,66%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 168 of 255 = 66%
B 159 of 255 = 62%

113
168
159

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

Portions of RGB colors in percentages

R + G + B =
113 + 168 + 159 = 440 (100%)
R 113 of 440 ~ 25.68%
G 168 of 440 ~ 38.18%
B 159 of 440 ~ 36.14%

%25.68
%38.18
%36.14

CMYK color model

#71A89F color CMYK value is (33,0,5,34).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 34.12%
CMYK:
(33,0,5,34)
C33M0Y5K34 
(33%,0%,5%,34%)
(0.33/0.00/0.05/0.34)	

CMYK percentages

%32.74
%0
%5.36
%34.12

Codes

Color #71A89F in popluar color models

71A89F
RGB113168159
HSL170°24.02%55.10%
HSB/HSV170°32.74%65.88%
CMYK32.74%0.00%5.36%
34.12%

Color #71A89F in popluar number systems.

HEX71A89F
Decimal113168159
Binary11100011010100010011111
Octal161250237

Shades and tints

Shades of #71A89F

#71A89F
(113,168,159)
#679991
(103,153,145)
#5D8A83
(93,138,131)
#537B75
(83,123,117)
#496C67
(73,108,103)
#3F5D59
(63,93,89)
#354E4B
(53,78,75)
#2B3F3D
(43,63,61)
#21302F
(33,48,47)
#172121
(23,33,33)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #71A89F

#71A89F
(113,168,159)
#7DAFA7
(125,175,167)
#89B6AF
(137,182,175)
#95BDB7
(149,189,183)
#A1C4BF
(161,196,191)
#ADCBC7
(173,203,199)
#B9D2CF
(185,210,207)
#C5D9D7
(197,217,215)
#D1E0DF
(209,224,223)
#DDE7E7
(221,231,231)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A89F color. Also use rgb(113,168,159) instead hex code.

Text Font Color

.myTextColor { color: #71A89F; }

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

This text font color is #71A89F.


Background Color

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

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

This div background color is #71A89F.


Border color

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

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

This div border color is #71A89F.


Opacity

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

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

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

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

This text has shadow with #71A89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A89F on black background.


Color preview on white background

This text has color #71A89F on white background.



Black color preview on #71A89F background

This text has black color on #71A89F background.


White color preview on #71A89F background

This text has white color on #71A89F background.