COLOR #71B087

HEX: #71B087
RGB: (113,176,135)

Color info

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

RGB color model

#71B087 color RGB value is (113,176,135).

  • red value is 113;
  • green value is 176;
  • blue value is 135.
RGB:
(113,176,135)
(44%,69%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 176 of 255 = 69%
B 135 of 255 = 53%

113
176
135

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

Portions of RGB colors in percentages

R + G + B =
113 + 176 + 135 = 424 (100%)
R 113 of 424 ~ 26.65%
G 176 of 424 ~ 41.51%
B 135 of 424 ~ 31.84%

%26.65
%41.51
%31.84

CMYK color model

#71B087 color CMYK value is (36,0,23,31).

  • cyan value is 35.80%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 30.98%
CMYK:
(36,0,23,31)
C36M0Y23K31 
(36%,0%,23%,31%)
(0.36/0.00/0.23/0.31)	

CMYK percentages

%35.8
%0
%23.3
%30.98

Codes

Color #71B087 in popluar color models

71B087
RGB113176135
HSL141°28.51%56.67%
HSB/HSV141°35.80%69.02%
CMYK35.80%0.00%23.30%
30.98%

Color #71B087 in popluar number systems.

HEX71B087
Decimal113176135
Binary11100011011000010000111
Octal161260207

Shades and tints

Shades of #71B087

#71B087
(113,176,135)
#67A07B
(103,160,123)
#5D906F
(93,144,111)
#538063
(83,128,99)
#497057
(73,112,87)
#3F604B
(63,96,75)
#35503F
(53,80,63)
#2B4033
(43,64,51)
#213027
(33,48,39)
#17201B
(23,32,27)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #71B087

#71B087
(113,176,135)
#7DB791
(125,183,145)
#89BE9B
(137,190,155)
#95C5A5
(149,197,165)
#A1CCAF
(161,204,175)
#ADD3B9
(173,211,185)
#B9DAC3
(185,218,195)
#C5E1CD
(197,225,205)
#D1E8D7
(209,232,215)
#DDEFE1
(221,239,225)
#E9F6EB
(233,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B087; }

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

This text font color is #71B087.


Background Color

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

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

This div background color is #71B087.


Border color

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

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

This div border color is #71B087.


Opacity

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

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

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

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

This text has shadow with #71B087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B087 on black background.


Color preview on white background

This text has color #71B087 on white background.



Black color preview on #71B087 background

This text has black color on #71B087 background.


White color preview on #71B087 background

This text has white color on #71B087 background.