COLOR #71C9D6

HEX: #71C9D6
RGB: (113,201,214)

Color info

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

RGB color model

#71C9D6 color RGB value is (113,201,214).

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

RGB channels and saturation

R 113 of 255 = 44%
G 201 of 255 = 79%
B 214 of 255 = 84%

113
201
214

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

Portions of RGB colors in percentages

R + G + B =
113 + 201 + 214 = 528 (100%)
R 113 of 528 ~ 21.4%
G 201 of 528 ~ 38.07%
B 214 of 528 ~ 40.53%

%21.4
%38.07
%40.53

CMYK color model

#71C9D6 color CMYK value is (47,6,0,16).

  • cyan value is 47.20%
  • magenta value is 6.07%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(47,6,0,16)
C47M6Y0K16 
(47%,6%,0%,16%)
(0.47/0.06/0.00/0.16)	

CMYK percentages

%47.2
%6.07
%0
%16.08

Codes

Color #71C9D6 in popluar color models

71C9D6
RGB113201214
HSL188°55.19%64.12%
HSB/HSV188°47.20%83.92%
CMYK47.20%6.07%0.00%
16.08%

Color #71C9D6 in popluar number systems.

HEX71C9D6
Decimal113201214
Binary11100011100100111010110
Octal161311326

Shades and tints

Shades of #71C9D6

#71C9D6
(113,201,214)
#67B7C3
(103,183,195)
#5DA5B0
(93,165,176)
#53939D
(83,147,157)
#49818A
(73,129,138)
#3F6F77
(63,111,119)
#355D64
(53,93,100)
#2B4B51
(43,75,81)
#21393E
(33,57,62)
#17272B
(23,39,43)
#0D1518
(13,21,24)
#000000
(0,0,0)

Tints of #71C9D6

#71C9D6
(113,201,214)
#7DCDD9
(125,205,217)
#89D1DC
(137,209,220)
#95D5DF
(149,213,223)
#A1D9E2
(161,217,226)
#ADDDE5
(173,221,229)
#B9E1E8
(185,225,232)
#C5E5EB
(197,229,235)
#D1E9EE
(209,233,238)
#DDEDF1
(221,237,241)
#E9F1F4
(233,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C9D6; }

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

This text font color is #71C9D6.


Background Color

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

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

This div background color is #71C9D6.


Border color

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

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

This div border color is #71C9D6.


Opacity

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

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

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

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

This text has shadow with #71C9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C9D6 on black background.


Color preview on white background

This text has color #71C9D6 on white background.



Black color preview on #71C9D6 background

This text has black color on #71C9D6 background.


White color preview on #71C9D6 background

This text has white color on #71C9D6 background.