COLOR #71ECC7

HEX: #71ECC7
RGB: (113,236,199)

Color info

#71ECC7 contains mainly green and blue colors. Web safe color of #71ECC7 is #66FFCC (or #6FC).

RGB color model

#71ECC7 color RGB value is (113,236,199).

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

RGB channels and saturation

R 113 of 255 = 44%
G 236 of 255 = 93%
B 199 of 255 = 78%

113
236
199

R + G + B ~ 72%. #71ECC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 236 + 199 = 548 (100%)
R 113 of 548 ~ 20.62%
G 236 of 548 ~ 43.07%
B 199 of 548 ~ 36.31%

%20.62
%43.07
%36.31

CMYK color model

#71ECC7 color CMYK value is (52,0,16,7).

  • cyan value is 52.12%
  • magenta value is 0.00%
  • yellow value is 15.68%
  • key color value is 7.45%
CMYK:
(52,0,16,7)
C52M0Y16K7 
(52%,0%,16%,7%)
(0.52/0.00/0.16/0.07)	

CMYK percentages

%52.12
%0
%15.68
%7.45

Codes

Color #71ECC7 in popluar color models

71ECC7
RGB113236199
HSL162°76.40%68.43%
HSB/HSV162°52.12%92.55%
CMYK52.12%0.00%15.68%
7.45%

Color #71ECC7 in popluar number systems.

HEX71ECC7
Decimal113236199
Binary11100011110110011000111
Octal161354307

Shades and tints

Shades of #71ECC7

#71ECC7
(113,236,199)
#67D7B5
(103,215,181)
#5DC2A3
(93,194,163)
#53AD91
(83,173,145)
#49987F
(73,152,127)
#3F836D
(63,131,109)
#356E5B
(53,110,91)
#2B5949
(43,89,73)
#214437
(33,68,55)
#172F25
(23,47,37)
#0D1A13
(13,26,19)
#000000
(0,0,0)

Tints of #71ECC7

#71ECC7
(113,236,199)
#7DEDCC
(125,237,204)
#89EED1
(137,238,209)
#95EFD6
(149,239,214)
#A1F0DB
(161,240,219)
#ADF1E0
(173,241,224)
#B9F2E5
(185,242,229)
#C5F3EA
(197,243,234)
#D1F4EF
(209,244,239)
#DDF5F4
(221,245,244)
#E9F6F9
(233,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71ECC7; }

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

This text font color is #71ECC7.


Background Color

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

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

This div background color is #71ECC7.


Border color

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

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

This div border color is #71ECC7.


Opacity

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

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

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

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

This text has shadow with #71ECC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71ECC7 on black background.


Color preview on white background

This text has color #71ECC7 on white background.



Black color preview on #71ECC7 background

This text has black color on #71ECC7 background.


White color preview on #71ECC7 background

This text has white color on #71ECC7 background.