COLOR #71BAA0

HEX: #71BAA0
RGB: (113,186,160)

Color info

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

RGB color model

#71BAA0 color RGB value is (113,186,160).

  • red value is 113;
  • green value is 186;
  • blue value is 160.
RGB:
(113,186,160)
(44%,73%,63%)

RGB channels and saturation

R 113 of 255 = 44%
G 186 of 255 = 73%
B 160 of 255 = 63%

113
186
160

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

Portions of RGB colors in percentages

R + G + B =
113 + 186 + 160 = 459 (100%)
R 113 of 459 ~ 24.62%
G 186 of 459 ~ 40.52%
B 160 of 459 ~ 34.86%

%24.62
%40.52
%34.86

CMYK color model

#71BAA0 color CMYK value is (39,0,14,27).

  • cyan value is 39.25%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 27.06%
CMYK:
(39,0,14,27)
C39M0Y14K27 
(39%,0%,14%,27%)
(0.39/0.00/0.14/0.27)	

CMYK percentages

%39.25
%0
%13.98
%27.06

Codes

Color #71BAA0 in popluar color models

71BAA0
RGB113186160
HSL159°34.60%58.63%
HSB/HSV159°39.25%72.94%
CMYK39.25%0.00%13.98%
27.06%

Color #71BAA0 in popluar number systems.

HEX71BAA0
Decimal113186160
Binary11100011011101010100000
Octal161272240

Shades and tints

Shades of #71BAA0

#71BAA0
(113,186,160)
#67AA92
(103,170,146)
#5D9A84
(93,154,132)
#538A76
(83,138,118)
#497A68
(73,122,104)
#3F6A5A
(63,106,90)
#355A4C
(53,90,76)
#2B4A3E
(43,74,62)
#213A30
(33,58,48)
#172A22
(23,42,34)
#0D1A14
(13,26,20)
#000000
(0,0,0)

Tints of #71BAA0

#71BAA0
(113,186,160)
#7DC0A8
(125,192,168)
#89C6B0
(137,198,176)
#95CCB8
(149,204,184)
#A1D2C0
(161,210,192)
#ADD8C8
(173,216,200)
#B9DED0
(185,222,208)
#C5E4D8
(197,228,216)
#D1EAE0
(209,234,224)
#DDF0E8
(221,240,232)
#E9F6F0
(233,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BAA0 color. Also use rgb(113,186,160) instead hex code.

Text Font Color

.myTextColor { color: #71BAA0; }

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

This text font color is #71BAA0.


Background Color

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

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

This div background color is #71BAA0.


Border color

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

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

This div border color is #71BAA0.


Opacity

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

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

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

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

This text has shadow with #71BAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BAA0 on black background.


Color preview on white background

This text has color #71BAA0 on white background.



Black color preview on #71BAA0 background

This text has black color on #71BAA0 background.


White color preview on #71BAA0 background

This text has white color on #71BAA0 background.