COLOR #71B08B

HEX: #71B08B RGB: (113,176,139)

Color info

#71B08B contains mainly green and blue colors. Web safe color of #71B08B is #669999 (or #699).

RGB color model

#71B08B color RGB value is (113,176,139).

RGB: (113,176,139) (44%, 69%, 55%)

RGB channels and saturation

R 113 of 255 = 44%
G 176 of 255 = 69%
B 139 of 255 = 55%

113
176
139

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

Portions of RGB colors in percentages

R + G + B = 113 + 176 + 139 = 428 (100%)
R 113 of 428 ~ 26.4%
G 176 of 428 ~ 41.12%
B 139 of 428 ~ 32.48'%

%26.4
%41.12
%32.48

CMYK color model

#71B08B color CMYK value is (36,0,21,31).

  • cyan value is 35.80%
  • magenta value is 0.00%
  • yellow value is 21.02%
  • key color value is 30.98%
CMYK: (36,0,21,31) C36M0Y21K31 (36%,0%,21%,31%) (0.36/0.00/0.21/0.31) 

CMYK percentages

%35.8
%0
%21.02
%30.98

Codes

Color #71B08B in popluar color models

71 B0 8B
RGB 113 176 139
HSL 145° 28.51% 56.67%
HSB/HSV 145° 35.80% 69.02%
CMYK 35.80% 0.00% 21.02%
30.98%

Color #71B08B in popluar number systems.

HEX 71 B0 8B
Decimal 113 176 139
Binary 1110001 10110000 10001011
Octal 161 260 213

Shades and tints

Shades of #71B08B

#71B08B
(113,176,139)
#67A07F
(103,160,127)
#5D9073
(93,144,115)
#538067
(83,128,103)
#49705B
(73,112,91)
#3F604F
(63,96,79)
#355043
(53,80,67)
#2B4037
(43,64,55)
#21302B
(33,48,43)
#17201F
(23,32,31)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #71B08B

#71B08B
(113,176,139)
#7DB795
(125,183,149)
#89BE9F
(137,190,159)
#95C5A9
(149,197,169)
#A1CCB3
(161,204,179)
#ADD3BD
(173,211,189)
#B9DAC7
(185,218,199)
#C5E1D1
(197,225,209)
#D1E8DB
(209,232,219)
#DDEFE5
(221,239,229)
#E9F6EF
(233,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B08B; }

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

This text font color is #71B08B.

Background Color

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

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

This div background color is #71B08B.

Border color

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

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

This div border color is #71B08B.

Opacity

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

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

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

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

This text has shadow with #71B08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71B08B.

Preview

Color preview on black background

This text has color #71B08B on black background.


Color preview on white background

This text has color #71B08B on white background.


Black color preview on #71B08B background

This text has black color on #71B08B background.


White color preview on #71B08B background

This text has white color on #71B08B background.


Related colors

Complementary color

Complementary color for #hex is #8E4F74.


I love getcolorcode.com

Triadic colors

1 #8B71B0 and #B08B71 with #71B08B are triadic colors.

2 #8BB071 and #B0718B with #71B08B are triadic colors.