COLOR #71CEB6

HEX: #71CEB6
RGB: (113,206,182)

Color info

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

RGB color model

#71CEB6 color RGB value is (113,206,182).

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

RGB channels and saturation

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

113
206
182

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

Portions of RGB colors in percentages

R + G + B =
113 + 206 + 182 = 501 (100%)
R 113 of 501 ~ 22.55%
G 206 of 501 ~ 41.12%
B 182 of 501 ~ 36.33%

%22.55
%41.12
%36.33

CMYK color model

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

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

CMYK percentages

%45.15
%0
%11.65
%19.22

Codes

Color #71CEB6 in popluar color models

71CEB6
RGB113206182
HSL165°48.69%62.55%
HSB/HSV165°45.15%80.78%
CMYK45.15%0.00%11.65%
19.22%

Color #71CEB6 in popluar number systems.

HEX71CEB6
Decimal113206182
Binary11100011100111010110110
Octal161316266

Shades and tints

Shades of #71CEB6

#71CEB6
(113,206,182)
#67BCA6
(103,188,166)
#5DAA96
(93,170,150)
#539886
(83,152,134)
#498676
(73,134,118)
#3F7466
(63,116,102)
#356256
(53,98,86)
#2B5046
(43,80,70)
#213E36
(33,62,54)
#172C26
(23,44,38)
#0D1A16
(13,26,22)
#000000
(0,0,0)

Tints of #71CEB6

#71CEB6
(113,206,182)
#7DD2BC
(125,210,188)
#89D6C2
(137,214,194)
#95DAC8
(149,218,200)
#A1DECE
(161,222,206)
#ADE2D4
(173,226,212)
#B9E6DA
(185,230,218)
#C5EAE0
(197,234,224)
#D1EEE6
(209,238,230)
#DDF2EC
(221,242,236)
#E9F6F2
(233,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71CEB6; }

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

This text font color is #71CEB6.


Background Color

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

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

This div background color is #71CEB6.


Border color

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

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

This div border color is #71CEB6.


Opacity

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

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

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

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

This text has shadow with #71CEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CEB6 on black background.


Color preview on white background

This text has color #71CEB6 on white background.



Black color preview on #71CEB6 background

This text has black color on #71CEB6 background.


White color preview on #71CEB6 background

This text has white color on #71CEB6 background.