COLOR #71F7CD

HEX: #71F7CD
RGB: (113,247,205)

Color info

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

RGB color model

#71F7CD color RGB value is (113,247,205).

  • red value is 113;
  • green value is 247;
  • blue value is 205.
RGB:
(113,247,205)
(44%,97%,80%)

RGB channels and saturation

R 113 of 255 = 44%
G 247 of 255 = 97%
B 205 of 255 = 80%

113
247
205

R + G + B ~ 74%. #71F7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 247 + 205 = 565 (100%)
R 113 of 565 ~ 20%
G 247 of 565 ~ 43.72%
B 205 of 565 ~ 36.28%

%20
%43.72
%36.28

CMYK color model

#71F7CD color CMYK value is (54,0,17,3).

  • cyan value is 54.25%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 3.14%
CMYK:
(54,0,17,3)
C54M0Y17K3 
(54%,0%,17%,3%)
(0.54/0.00/0.17/0.03)	

CMYK percentages

%54.25
%0
%17
%3.14

Codes

Color #71F7CD in popluar color models

71F7CD
RGB113247205
HSL161°89.33%70.59%
HSB/HSV161°54.25%96.86%
CMYK54.25%0.00%17.00%
3.14%

Color #71F7CD in popluar number systems.

HEX71F7CD
Decimal113247205
Binary11100011111011111001101
Octal161367315

Shades and tints

Shades of #71F7CD

#71F7CD
(113,247,205)
#67E1BB
(103,225,187)
#5DCBA9
(93,203,169)
#53B597
(83,181,151)
#499F85
(73,159,133)
#3F8973
(63,137,115)
#357361
(53,115,97)
#2B5D4F
(43,93,79)
#21473D
(33,71,61)
#17312B
(23,49,43)
#0D1B19
(13,27,25)
#000000
(0,0,0)

Tints of #71F7CD

#71F7CD
(113,247,205)
#7DF7D1
(125,247,209)
#89F7D5
(137,247,213)
#95F7D9
(149,247,217)
#A1F7DD
(161,247,221)
#ADF7E1
(173,247,225)
#B9F7E5
(185,247,229)
#C5F7E9
(197,247,233)
#D1F7ED
(209,247,237)
#DDF7F1
(221,247,241)
#E9F7F5
(233,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71F7CD color. Also use rgb(113,247,205) instead hex code.

Text Font Color

.myTextColor { color: #71F7CD; }

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

This text font color is #71F7CD.


Background Color

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

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

This div background color is #71F7CD.


Border color

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

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

This div border color is #71F7CD.


Opacity

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

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

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

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

This text has shadow with #71F7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71F7CD on black background.


Color preview on white background

This text has color #71F7CD on white background.



Black color preview on #71F7CD background

This text has black color on #71F7CD background.


White color preview on #71F7CD background

This text has white color on #71F7CD background.