COLOR #71CDC8

HEX: #71CDC8 RGB: (113,205,200)

Color info

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

RGB color model

#71CDC8 color RGB value is (113,205,200).

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

RGB channels and saturation

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

113
205
200

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

Portions of RGB colors in percentages

R + G + B = 113 + 205 + 200 = 518 (100%)
R 113 of 518 ~ 21.81%
G 205 of 518 ~ 39.58%
B 200 of 518 ~ 38.61'%

%21.81
%39.58
%38.61

CMYK color model

#71CDC8 color CMYK value is (45,0,2,20).

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

CMYK: (45,0,2,20)
C45M0Y2K20 (45%, 0%, 2%, 20%)
(0.45 / 0.00 / 0.02 / 0.20)

CMYK percentages

%44.88
%0
%2.44
%19.61

Codes

Color #71CDC8 in popluar color models

71 CD C8
RGB 113 205 200
HSL 177° 47.92% 62.35%
HSB/HSV 177° 44.88% 80.39%
CMYK 44.88% 0.00% 2.44%
19.61%

Color #71CDC8 in popluar number systems.

HEX 71 CD C8
Decimal 113 205 200
Binary 1110001 11001101 11001000
Octal 161 315 310

Shades and tints

Shades of #71CDC8

#71CDC8
(113,205,200)
#67BBB6
(103,187,182)
#5DA9A4
(93,169,164)
#539792
(83,151,146)
#498580
(73,133,128)
#3F736E
(63,115,110)
#35615C
(53,97,92)
#2B4F4A
(43,79,74)
#213D38
(33,61,56)
#172B26
(23,43,38)
#0D1914
(13,25,20)
#000000
(0,0,0)

Tints of #71CDC8

#71CDC8
(113,205,200)
#7DD1CD
(125,209,205)
#89D5D2
(137,213,210)
#95D9D7
(149,217,215)
#A1DDDC
(161,221,220)
#ADE1E1
(173,225,225)
#B9E5E6
(185,229,230)
#C5E9EB
(197,233,235)
#D1EDF0
(209,237,240)
#DDF1F5
(221,241,245)
#E9F5FA
(233,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71CDC8; }

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

This text font color is #71CDC8.

Background Color

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

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

This div background color is #71CDC8.

Border color

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

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

This div border color is #71CDC8.

Opacity

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

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

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

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

This text has shadow with #71CDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71CDC8.

Preview

Color preview on black background

This text has color #71CDC8 on black background.


Color preview on white background

This text has color #71CDC8 on white background.


Black color preview on #71CDC8 background

This text has black color on #71CDC8 background.


White color preview on #71CDC8 background

This text has white color on #71CDC8 background.


Related colors

Complementary color

Complementary color for #hex is #8E3237.


I love getcolorcode.com

Triadic colors

1 #C871CD and #CDC871 with #71CDC8 are triadic colors.

2 #C8CD71 and #CD71C8 with #71CDC8 are triadic colors.