COLOR #71D1DC

HEX: #71D1DC
RGB: (113,209,220)

Color info

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

RGB color model

#71D1DC color RGB value is (113,209,220).

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

RGB channels and saturation

R 113 of 255 = 44%
G 209 of 255 = 82%
B 220 of 255 = 86%

113
209
220

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

Portions of RGB colors in percentages

R + G + B =
113 + 209 + 220 = 542 (100%)
R 113 of 542 ~ 20.85%
G 209 of 542 ~ 38.56%
B 220 of 542 ~ 40.59%

%20.85
%38.56
%40.59

CMYK color model

#71D1DC color CMYK value is (49,5,0,14).

  • cyan value is 48.64%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(49,5,0,14)
C49M5Y0K14 
(49%,5%,0%,14%)
(0.49/0.05/0.00/0.14)	

CMYK percentages

%48.64
%5
%0
%13.73

Codes

Color #71D1DC in popluar color models

71D1DC
RGB113209220
HSL186°60.45%65.29%
HSB/HSV186°48.64%86.27%
CMYK48.64%5.00%0.00%
13.73%

Color #71D1DC in popluar number systems.

HEX71D1DC
Decimal113209220
Binary11100011101000111011100
Octal161321334

Shades and tints

Shades of #71D1DC

#71D1DC
(113,209,220)
#67BEC8
(103,190,200)
#5DABB4
(93,171,180)
#5398A0
(83,152,160)
#49858C
(73,133,140)
#3F7278
(63,114,120)
#355F64
(53,95,100)
#2B4C50
(43,76,80)
#21393C
(33,57,60)
#172628
(23,38,40)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #71D1DC

#71D1DC
(113,209,220)
#7DD5DF
(125,213,223)
#89D9E2
(137,217,226)
#95DDE5
(149,221,229)
#A1E1E8
(161,225,232)
#ADE5EB
(173,229,235)
#B9E9EE
(185,233,238)
#C5EDF1
(197,237,241)
#D1F1F4
(209,241,244)
#DDF5F7
(221,245,247)
#E9F9FA
(233,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71D1DC; }

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

This text font color is #71D1DC.


Background Color

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

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

This div background color is #71D1DC.


Border color

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

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

This div border color is #71D1DC.


Opacity

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

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

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

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

This text has shadow with #71D1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D1DC on black background.


Color preview on white background

This text has color #71D1DC on white background.



Black color preview on #71D1DC background

This text has black color on #71D1DC background.


White color preview on #71D1DC background

This text has white color on #71D1DC background.