COLOR #71A88B

HEX: #71A88B RGB: (113,168,139)

Color info

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

RGB color model

#71A88B color RGB value is (113,168,139).

RGB: (113,168,139) (44%, 66%, 55%)

RGB channels and saturation

R 113 of 255 = 44%
G 168 of 255 = 66%
B 139 of 255 = 55%

113
168
139

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

Portions of RGB colors in percentages

R + G + B = 113 + 168 + 139 = 420 (100%)
R 113 of 420 ~ 26.9%
G 168 of 420 ~ 40%
B 139 of 420 ~ 33.1'%

%26.9
%40
%33.1

CMYK color model

#71A88B color CMYK value is (33,0,17,34).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 34.12%

CMYK: (33,0,17,34)
C33M0Y17K34 (33%, 0%, 17%, 34%)
(0.33 / 0.00 / 0.17 / 0.34)

CMYK percentages

%32.74
%0
%17.26
%34.12

Codes

Color #71A88B in popluar color models

71 A8 8B
RGB 113 168 139
HSL 148° 24.02% 55.10%
HSB/HSV 148° 32.74% 65.88%
CMYK 32.74% 0.00% 17.26%
34.12%

Color #71A88B in popluar number systems.

HEX 71 A8 8B
Decimal 113 168 139
Binary 1110001 10101000 10001011
Octal 161 250 213

Shades and tints

Shades of #71A88B

#71A88B
(113,168,139)
#67997F
(103,153,127)
#5D8A73
(93,138,115)
#537B67
(83,123,103)
#496C5B
(73,108,91)
#3F5D4F
(63,93,79)
#354E43
(53,78,67)
#2B3F37
(43,63,55)
#21302B
(33,48,43)
#17211F
(23,33,31)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #71A88B

#71A88B
(113,168,139)
#7DAF95
(125,175,149)
#89B69F
(137,182,159)
#95BDA9
(149,189,169)
#A1C4B3
(161,196,179)
#ADCBBD
(173,203,189)
#B9D2C7
(185,210,199)
#C5D9D1
(197,217,209)
#D1E0DB
(209,224,219)
#DDE7E5
(221,231,229)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A88B; }

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

This text font color is #71A88B.

Background Color

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

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

This div background color is #71A88B.

Border color

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

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

This div border color is #71A88B.

Opacity

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

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

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

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

This text has shadow with #71A88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71A88B.

Preview

Color preview on black background

This text has color #71A88B on black background.


Color preview on white background

This text has color #71A88B on white background.


Black color preview on #71A88B background

This text has black color on #71A88B background.


White color preview on #71A88B background

This text has white color on #71A88B background.


Related colors

Complementary color

Complementary color for #hex is #8E5774.


I love getcolorcode.com

Triadic colors

1 #8B71A8 and #A88B71 with #71A88B are triadic colors.

2 #8BA871 and #A8718B with #71A88B are triadic colors.