COLOR #71EED1

HEX: #71EED1
RGB: (113,238,209)

Color info

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

RGB color model

#71EED1 color RGB value is (113,238,209).

  • red value is 113;
  • green value is 238;
  • blue value is 209.
RGB:
(113,238,209)
(44%,93%,82%)

RGB channels and saturation

R 113 of 255 = 44%
G 238 of 255 = 93%
B 209 of 255 = 82%

113
238
209

R + G + B ~ 73%. #71EED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 238 + 209 = 560 (100%)
R 113 of 560 ~ 20.18%
G 238 of 560 ~ 42.5%
B 209 of 560 ~ 37.32%

%20.18
%42.5
%37.32

CMYK color model

#71EED1 color CMYK value is (53,0,12,7).

  • cyan value is 52.52%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(53,0,12,7)
C53M0Y12K7 
(53%,0%,12%,7%)
(0.53/0.00/0.12/0.07)	

CMYK percentages

%52.52
%0
%12.18
%6.67

Codes

Color #71EED1 in popluar color models

71EED1
RGB113238209
HSL166°78.62%68.82%
HSB/HSV166°52.52%93.33%
CMYK52.52%0.00%12.18%
6.67%

Color #71EED1 in popluar number systems.

HEX71EED1
Decimal113238209
Binary11100011110111011010001
Octal161356321

Shades and tints

Shades of #71EED1

#71EED1
(113,238,209)
#67D9BE
(103,217,190)
#5DC4AB
(93,196,171)
#53AF98
(83,175,152)
#499A85
(73,154,133)
#3F8572
(63,133,114)
#35705F
(53,112,95)
#2B5B4C
(43,91,76)
#214639
(33,70,57)
#173126
(23,49,38)
#0D1C13
(13,28,19)
#000000
(0,0,0)

Tints of #71EED1

#71EED1
(113,238,209)
#7DEFD5
(125,239,213)
#89F0D9
(137,240,217)
#95F1DD
(149,241,221)
#A1F2E1
(161,242,225)
#ADF3E5
(173,243,229)
#B9F4E9
(185,244,233)
#C5F5ED
(197,245,237)
#D1F6F1
(209,246,241)
#DDF7F5
(221,247,245)
#E9F8F9
(233,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71EED1 color. Also use rgb(113,238,209) instead hex code.

Text Font Color

.myTextColor { color: #71EED1; }

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

This text font color is #71EED1.


Background Color

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

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

This div background color is #71EED1.


Border color

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

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

This div border color is #71EED1.


Opacity

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

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

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

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

This text has shadow with #71EED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71EED1 on black background.


Color preview on white background

This text has color #71EED1 on white background.



Black color preview on #71EED1 background

This text has black color on #71EED1 background.


White color preview on #71EED1 background

This text has white color on #71EED1 background.