COLOR #71D7C0

HEX: #71D7C0
RGB: (113,215,192)

Color info

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

RGB color model

#71D7C0 color RGB value is (113,215,192).

  • red value is 113;
  • green value is 215;
  • blue value is 192.
RGB:
(113,215,192)
(44%,84%,75%)

RGB channels and saturation

R 113 of 255 = 44%
G 215 of 255 = 84%
B 192 of 255 = 75%

113
215
192

R + G + B ~ 68%. #71D7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 215 + 192 = 520 (100%)
R 113 of 520 ~ 21.73%
G 215 of 520 ~ 41.35%
B 192 of 520 ~ 36.92%

%21.73
%41.35
%36.92

CMYK color model

#71D7C0 color CMYK value is (47,0,11,16).

  • cyan value is 47.44%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 15.69%
CMYK:
(47,0,11,16)
C47M0Y11K16 
(47%,0%,11%,16%)
(0.47/0.00/0.11/0.16)	

CMYK percentages

%47.44
%0
%10.7
%15.69

Codes

Color #71D7C0 in popluar color models

71D7C0
RGB113215192
HSL166°56.04%64.31%
HSB/HSV166°47.44%84.31%
CMYK47.44%0.00%10.70%
15.69%

Color #71D7C0 in popluar number systems.

HEX71D7C0
Decimal113215192
Binary11100011101011111000000
Octal161327300

Shades and tints

Shades of #71D7C0

#71D7C0
(113,215,192)
#67C4AF
(103,196,175)
#5DB19E
(93,177,158)
#539E8D
(83,158,141)
#498B7C
(73,139,124)
#3F786B
(63,120,107)
#35655A
(53,101,90)
#2B5249
(43,82,73)
#213F38
(33,63,56)
#172C27
(23,44,39)
#0D1916
(13,25,22)
#000000
(0,0,0)

Tints of #71D7C0

#71D7C0
(113,215,192)
#7DDAC5
(125,218,197)
#89DDCA
(137,221,202)
#95E0CF
(149,224,207)
#A1E3D4
(161,227,212)
#ADE6D9
(173,230,217)
#B9E9DE
(185,233,222)
#C5ECE3
(197,236,227)
#D1EFE8
(209,239,232)
#DDF2ED
(221,242,237)
#E9F5F2
(233,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D7C0 color. Also use rgb(113,215,192) instead hex code.

Text Font Color

.myTextColor { color: #71D7C0; }

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

This text font color is #71D7C0.


Background Color

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

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

This div background color is #71D7C0.


Border color

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

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

This div border color is #71D7C0.


Opacity

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

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

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

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

This text has shadow with #71D7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D7C0 on black background.


Color preview on white background

This text has color #71D7C0 on white background.



Black color preview on #71D7C0 background

This text has black color on #71D7C0 background.


White color preview on #71D7C0 background

This text has white color on #71D7C0 background.