COLOR #71B884

HEX: #71B884
RGB: (113,184,132)

Color info

#71B884 contains mainly green and blue colors. Web safe color of #71B884 is #66CC99 (or #6C9).

RGB color model

#71B884 color RGB value is (113,184,132).

  • red value is 113;
  • green value is 184;
  • blue value is 132.
RGB:
(113,184,132)
(44%,72%,52%)

RGB channels and saturation

R 113 of 255 = 44%
G 184 of 255 = 72%
B 132 of 255 = 52%

113
184
132

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

Portions of RGB colors in percentages

R + G + B =
113 + 184 + 132 = 429 (100%)
R 113 of 429 ~ 26.34%
G 184 of 429 ~ 42.89%
B 132 of 429 ~ 30.77%

%26.34
%42.89
%30.77

CMYK color model

#71B884 color CMYK value is (39,0,28,28).

  • cyan value is 38.59%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 27.84%
CMYK:
(39,0,28,28)
C39M0Y28K28 
(39%,0%,28%,28%)
(0.39/0.00/0.28/0.28)	

CMYK percentages

%38.59
%0
%28.26
%27.84

Codes

Color #71B884 in popluar color models

71B884
RGB113184132
HSL136°33.33%58.24%
HSB/HSV136°38.59%72.16%
CMYK38.59%0.00%28.26%
27.84%

Color #71B884 in popluar number systems.

HEX71B884
Decimal113184132
Binary11100011011100010000100
Octal161270204

Shades and tints

Shades of #71B884

#71B884
(113,184,132)
#67A878
(103,168,120)
#5D986C
(93,152,108)
#538860
(83,136,96)
#497854
(73,120,84)
#3F6848
(63,104,72)
#35583C
(53,88,60)
#2B4830
(43,72,48)
#213824
(33,56,36)
#172818
(23,40,24)
#0D180C
(13,24,12)
#000000
(0,0,0)

Tints of #71B884

#71B884
(113,184,132)
#7DBE8F
(125,190,143)
#89C49A
(137,196,154)
#95CAA5
(149,202,165)
#A1D0B0
(161,208,176)
#ADD6BB
(173,214,187)
#B9DCC6
(185,220,198)
#C5E2D1
(197,226,209)
#D1E8DC
(209,232,220)
#DDEEE7
(221,238,231)
#E9F4F2
(233,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B884 color. Also use rgb(113,184,132) instead hex code.

Text Font Color

.myTextColor { color: #71B884; }

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

This text font color is #71B884.


Background Color

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

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

This div background color is #71B884.


Border color

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

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

This div border color is #71B884.


Opacity

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

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

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

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

This text has shadow with #71B884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B884 on black background.


Color preview on white background

This text has color #71B884 on white background.



Black color preview on #71B884 background

This text has black color on #71B884 background.


White color preview on #71B884 background

This text has white color on #71B884 background.