COLOR #71C7CD

HEX: #71C7CD RGB: (113,199,205)

Color info

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

RGB color model

#71C7CD color RGB value is (113,199,205).

RGB: (113,199,205) (44%, 78%, 80%)

RGB channels and saturation

R 113 of 255 = 44%
G 199 of 255 = 78%
B 205 of 255 = 80%

113
199
205

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

Portions of RGB colors in percentages

R + G + B = 113 + 199 + 205 = 517 (100%)
R 113 of 517 ~ 21.86%
G 199 of 517 ~ 38.49%
B 205 of 517 ~ 39.65'%

%21.86
%38.49
%39.65

CMYK color model

#71C7CD color CMYK value is (45,3,0,20).

  • cyan value is 44.88%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (45,3,0,20)
C45M3Y0K20 (45%, 3%, 0%, 20%)
(0.45 / 0.03 / 0.00 / 0.20)

CMYK percentages

%44.88
%2.93
%0
%19.61

Codes

Color #71C7CD in popluar color models

71 C7 CD
RGB 113 199 205
HSL 184° 47.92% 62.35%
HSB/HSV 184° 44.88% 80.39%
CMYK 44.88% 2.93% 0.00%
19.61%

Color #71C7CD in popluar number systems.

HEX 71 C7 CD
Decimal 113 199 205
Binary 1110001 11000111 11001101
Octal 161 307 315

Shades and tints

Shades of #71C7CD

#71C7CD
(113,199,205)
#67B5BB
(103,181,187)
#5DA3A9
(93,163,169)
#539197
(83,145,151)
#497F85
(73,127,133)
#3F6D73
(63,109,115)
#355B61
(53,91,97)
#2B494F
(43,73,79)
#21373D
(33,55,61)
#17252B
(23,37,43)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #71C7CD

#71C7CD
(113,199,205)
#7DCCD1
(125,204,209)
#89D1D5
(137,209,213)
#95D6D9
(149,214,217)
#A1DBDD
(161,219,221)
#ADE0E1
(173,224,225)
#B9E5E5
(185,229,229)
#C5EAE9
(197,234,233)
#D1EFED
(209,239,237)
#DDF4F1
(221,244,241)
#E9F9F5
(233,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C7CD; }

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

This text font color is #71C7CD.

Background Color

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

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

This div background color is #71C7CD.

Border color

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

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

This div border color is #71C7CD.

Opacity

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

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

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

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

This text has shadow with #71C7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71C7CD.

Preview

Color preview on black background

This text has color #71C7CD on black background.


Color preview on white background

This text has color #71C7CD on white background.


Black color preview on #71C7CD background

This text has black color on #71C7CD background.


White color preview on #71C7CD background

This text has white color on #71C7CD background.


Related colors

Complementary color

Complementary color for #hex is #8E3832.


I love getcolorcode.com

Triadic colors

1 #CD71C7 and #C7CD71 with #71C7CD are triadic colors.

2 #CDC771 and #C771CD with #71C7CD are triadic colors.