COLOR #71CFB6

HEX: #71CFB6
RGB: (113,207,182)

Color info

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

RGB color model

#71CFB6 color RGB value is (113,207,182).

  • red value is 113;
  • green value is 207;
  • blue value is 182.
RGB:
(113,207,182)
(44%,81%,71%)

RGB channels and saturation

R 113 of 255 = 44%
G 207 of 255 = 81%
B 182 of 255 = 71%

113
207
182

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

Portions of RGB colors in percentages

R + G + B =
113 + 207 + 182 = 502 (100%)
R 113 of 502 ~ 22.51%
G 207 of 502 ~ 41.24%
B 182 of 502 ~ 36.25%

%22.51
%41.24
%36.25

CMYK color model

#71CFB6 color CMYK value is (45,0,12,19).

  • cyan value is 45.41%
  • magenta value is 0.00%
  • yellow value is 12.08%
  • key color value is 18.82%
CMYK:
(45,0,12,19)
C45M0Y12K19 
(45%,0%,12%,19%)
(0.45/0.00/0.12/0.19)	

CMYK percentages

%45.41
%0
%12.08
%18.82

Codes

Color #71CFB6 in popluar color models

71CFB6
RGB113207182
HSL164°49.47%62.75%
HSB/HSV164°45.41%81.18%
CMYK45.41%0.00%12.08%
18.82%

Color #71CFB6 in popluar number systems.

HEX71CFB6
Decimal113207182
Binary11100011100111110110110
Octal161317266

Shades and tints

Shades of #71CFB6

#71CFB6
(113,207,182)
#67BDA6
(103,189,166)
#5DAB96
(93,171,150)
#539986
(83,153,134)
#498776
(73,135,118)
#3F7566
(63,117,102)
#356356
(53,99,86)
#2B5146
(43,81,70)
#213F36
(33,63,54)
#172D26
(23,45,38)
#0D1B16
(13,27,22)
#000000
(0,0,0)

Tints of #71CFB6

#71CFB6
(113,207,182)
#7DD3BC
(125,211,188)
#89D7C2
(137,215,194)
#95DBC8
(149,219,200)
#A1DFCE
(161,223,206)
#ADE3D4
(173,227,212)
#B9E7DA
(185,231,218)
#C5EBE0
(197,235,224)
#D1EFE6
(209,239,230)
#DDF3EC
(221,243,236)
#E9F7F2
(233,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71CFB6 color. Also use rgb(113,207,182) instead hex code.

Text Font Color

.myTextColor { color: #71CFB6; }

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

This text font color is #71CFB6.


Background Color

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

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

This div background color is #71CFB6.


Border color

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

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

This div border color is #71CFB6.


Opacity

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

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

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

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

This text has shadow with #71CFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CFB6 on black background.


Color preview on white background

This text has color #71CFB6 on white background.



Black color preview on #71CFB6 background

This text has black color on #71CFB6 background.


White color preview on #71CFB6 background

This text has white color on #71CFB6 background.