COLOR #71B088

HEX: #71B088
RGB: (113,176,136)

Color info

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

RGB color model

#71B088 color RGB value is (113,176,136).

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

RGB channels and saturation

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

113
176
136

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

Portions of RGB colors in percentages

R + G + B =
113 + 176 + 136 = 425 (100%)
R 113 of 425 ~ 26.59%
G 176 of 425 ~ 41.41%
B 136 of 425 ~ 32%

%26.59
%41.41
%32

CMYK color model

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

  • cyan value is 35.80%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • 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
%22.73
%30.98

Codes

Color #71B088 in popluar color models

71B088
RGB113176136
HSL142°28.51%56.67%
HSB/HSV142°35.80%69.02%
CMYK35.80%0.00%22.73%
30.98%

Color #71B088 in popluar number systems.

HEX71B088
Decimal113176136
Binary11100011011000010001000
Octal161260210

Shades and tints

Shades of #71B088

#71B088
(113,176,136)
#67A07C
(103,160,124)
#5D9070
(93,144,112)
#538064
(83,128,100)
#497058
(73,112,88)
#3F604C
(63,96,76)
#355040
(53,80,64)
#2B4034
(43,64,52)
#213028
(33,48,40)
#17201C
(23,32,28)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #71B088

#71B088
(113,176,136)
#7DB792
(125,183,146)
#89BE9C
(137,190,156)
#95C5A6
(149,197,166)
#A1CCB0
(161,204,176)
#ADD3BA
(173,211,186)
#B9DAC4
(185,218,196)
#C5E1CE
(197,225,206)
#D1E8D8
(209,232,216)
#DDEFE2
(221,239,226)
#E9F6EC
(233,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B088; }

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

This text font color is #71B088.


Background Color

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

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

This div background color is #71B088.


Border color

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

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

This div border color is #71B088.


Opacity

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

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

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

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

This text has shadow with #71B088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B088 on black background.


Color preview on white background

This text has color #71B088 on white background.



Black color preview on #71B088 background

This text has black color on #71B088 background.


White color preview on #71B088 background

This text has white color on #71B088 background.