COLOR #71CDB1

HEX: #71CDB1 RGB: (113,205,177)

Color info

#71CDB1 contains mainly green and blue colors. Web safe color of #71CDB1 is #66CC99 (or #6C9).

RGB color model

#71CDB1 color RGB value is (113,205,177).

RGB: (113,205,177) (44%, 80%, 69%)

RGB channels and saturation

R 113 of 255 = 44%
G 205 of 255 = 80%
B 177 of 255 = 69%

113
205
177

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

Portions of RGB colors in percentages

R + G + B = 113 + 205 + 177 = 495 (100%)
R 113 of 495 ~ 22.83%
G 205 of 495 ~ 41.41%
B 177 of 495 ~ 35.76'%

%22.83
%41.41
%35.76

CMYK color model

#71CDB1 color CMYK value is (45,0,14,20).

  • cyan value is 44.88%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 19.61%
CMYK: (45,0,14,20) C45M0Y14K20 (45%,0%,14%,20%) (0.45/0.00/0.14/0.20) 

CMYK percentages

%44.88
%0
%13.66
%19.61

Codes

Color #71CDB1 in popluar color models

71 CD B1
RGB 113 205 177
HSL 162° 47.92% 62.35%
HSB/HSV 162° 44.88% 80.39%
CMYK 44.88% 0.00% 13.66%
19.61%

Color #71CDB1 in popluar number systems.

HEX 71 CD B1
Decimal 113 205 177
Binary 1110001 11001101 10110001
Octal 161 315 261

Shades and tints

Shades of #71CDB1

#71CDB1
(113,205,177)
#67BBA1
(103,187,161)
#5DA991
(93,169,145)
#539781
(83,151,129)
#498571
(73,133,113)
#3F7361
(63,115,97)
#356151
(53,97,81)
#2B4F41
(43,79,65)
#213D31
(33,61,49)
#172B21
(23,43,33)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #71CDB1

#71CDB1
(113,205,177)
#7DD1B8
(125,209,184)
#89D5BF
(137,213,191)
#95D9C6
(149,217,198)
#A1DDCD
(161,221,205)
#ADE1D4
(173,225,212)
#B9E5DB
(185,229,219)
#C5E9E2
(197,233,226)
#D1EDE9
(209,237,233)
#DDF1F0
(221,241,240)
#E9F5F7
(233,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71CDB1; }

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

This text font color is #71CDB1.

Background Color

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

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

This div background color is #71CDB1.

Border color

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

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

This div border color is #71CDB1.

Opacity

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

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

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

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

This text has shadow with #71CDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71CDB1.

Preview

Color preview on black background

This text has color #71CDB1 on black background.


Color preview on white background

This text has color #71CDB1 on white background.


Black color preview on #71CDB1 background

This text has black color on #71CDB1 background.


White color preview on #71CDB1 background

This text has white color on #71CDB1 background.


Related colors

Complementary color

Complementary color for #hex is #8E324E.


I love getcolorcode.com

Triadic colors

1 #B171CD and #CDB171 with #71CDB1 are triadic colors.

2 #B1CD71 and #CD71B1 with #71CDB1 are triadic colors.