COLOR #71C7B9

HEX: #71C7B9
RGB: (113,199,185)

Color info

#71C7B9 contains mainly green and blue colors. Web safe color of #71C7B9 is #66CCCC (or #6CC).

RGB color model

#71C7B9 color RGB value is (113,199,185).

  • red value is 113;
  • green value is 199;
  • blue value is 185.
RGB:
(113,199,185)
(44%,78%,73%)

RGB channels and saturation

R 113 of 255 = 44%
G 199 of 255 = 78%
B 185 of 255 = 73%

113
199
185

R + G + B ~ 65%. #71C7B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 199 + 185 = 497 (100%)
R 113 of 497 ~ 22.74%
G 199 of 497 ~ 40.04%
B 185 of 497 ~ 37.22%

%22.74
%40.04
%37.22

CMYK color model

#71C7B9 color CMYK value is (43,0,7,22).

  • cyan value is 43.22%
  • magenta value is 0.00%
  • yellow value is 7.04%
  • key color value is 21.96%
CMYK:
(43,0,7,22)
C43M0Y7K22 
(43%,0%,7%,22%)
(0.43/0.00/0.07/0.22)	

CMYK percentages

%43.22
%0
%7.04
%21.96

Codes

Color #71C7B9 in popluar color models

71C7B9
RGB113199185
HSL170°43.43%61.18%
HSB/HSV170°43.22%78.04%
CMYK43.22%0.00%7.04%
21.96%

Color #71C7B9 in popluar number systems.

HEX71C7B9
Decimal113199185
Binary11100011100011110111001
Octal161307271

Shades and tints

Shades of #71C7B9

#71C7B9
(113,199,185)
#67B5A9
(103,181,169)
#5DA399
(93,163,153)
#539189
(83,145,137)
#497F79
(73,127,121)
#3F6D69
(63,109,105)
#355B59
(53,91,89)
#2B4949
(43,73,73)
#213739
(33,55,57)
#172529
(23,37,41)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #71C7B9

#71C7B9
(113,199,185)
#7DCCBF
(125,204,191)
#89D1C5
(137,209,197)
#95D6CB
(149,214,203)
#A1DBD1
(161,219,209)
#ADE0D7
(173,224,215)
#B9E5DD
(185,229,221)
#C5EAE3
(197,234,227)
#D1EFE9
(209,239,233)
#DDF4EF
(221,244,239)
#E9F9F5
(233,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C7B9 color. Also use rgb(113,199,185) instead hex code.

Text Font Color

.myTextColor { color: #71C7B9; }

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

This text font color is #71C7B9.


Background Color

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

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

This div background color is #71C7B9.


Border color

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

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

This div border color is #71C7B9.


Opacity

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

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

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

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

This text has shadow with #71C7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C7B9 on black background.


Color preview on white background

This text has color #71C7B9 on white background.



Black color preview on #71C7B9 background

This text has black color on #71C7B9 background.


White color preview on #71C7B9 background

This text has white color on #71C7B9 background.