COLOR #71D6E0

HEX: #71D6E0
RGB: (113,214,224)

Color info

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

RGB color model

#71D6E0 color RGB value is (113,214,224).

  • red value is 113;
  • green value is 214;
  • blue value is 224.
RGB:
(113,214,224)
(44%,84%,88%)

RGB channels and saturation

R 113 of 255 = 44%
G 214 of 255 = 84%
B 224 of 255 = 88%

113
214
224

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

Portions of RGB colors in percentages

R + G + B =
113 + 214 + 224 = 551 (100%)
R 113 of 551 ~ 20.51%
G 214 of 551 ~ 38.84%
B 224 of 551 ~ 40.65%

%20.51
%38.84
%40.65

CMYK color model

#71D6E0 color CMYK value is (50,4,0,12).

  • cyan value is 49.55%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(50,4,0,12)
C50M4Y0K12 
(50%,4%,0%,12%)
(0.50/0.04/0.00/0.12)	

CMYK percentages

%49.55
%4.46
%0
%12.16

Codes

Color #71D6E0 in popluar color models

71D6E0
RGB113214224
HSL185°64.16%66.08%
HSB/HSV185°49.55%87.84%
CMYK49.55%4.46%0.00%
12.16%

Color #71D6E0 in popluar number systems.

HEX71D6E0
Decimal113214224
Binary11100011101011011100000
Octal161326340

Shades and tints

Shades of #71D6E0

#71D6E0
(113,214,224)
#67C3CC
(103,195,204)
#5DB0B8
(93,176,184)
#539DA4
(83,157,164)
#498A90
(73,138,144)
#3F777C
(63,119,124)
#356468
(53,100,104)
#2B5154
(43,81,84)
#213E40
(33,62,64)
#172B2C
(23,43,44)
#0D1818
(13,24,24)
#000000
(0,0,0)

Tints of #71D6E0

#71D6E0
(113,214,224)
#7DD9E2
(125,217,226)
#89DCE4
(137,220,228)
#95DFE6
(149,223,230)
#A1E2E8
(161,226,232)
#ADE5EA
(173,229,234)
#B9E8EC
(185,232,236)
#C5EBEE
(197,235,238)
#D1EEF0
(209,238,240)
#DDF1F2
(221,241,242)
#E9F4F4
(233,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D6E0 color. Also use rgb(113,214,224) instead hex code.

Text Font Color

.myTextColor { color: #71D6E0; }

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

This text font color is #71D6E0.


Background Color

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

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

This div background color is #71D6E0.


Border color

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

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

This div border color is #71D6E0.


Opacity

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

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

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

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

This text has shadow with #71D6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D6E0 on black background.


Color preview on white background

This text has color #71D6E0 on white background.



Black color preview on #71D6E0 background

This text has black color on #71D6E0 background.


White color preview on #71D6E0 background

This text has white color on #71D6E0 background.