COLOR #71E6BB

HEX: #71E6BB
RGB: (113,230,187)

Color info

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

RGB color model

#71E6BB color RGB value is (113,230,187).

  • red value is 113;
  • green value is 230;
  • blue value is 187.
RGB:
(113,230,187)
(44%,90%,73%)

RGB channels and saturation

R 113 of 255 = 44%
G 230 of 255 = 90%
B 187 of 255 = 73%

113
230
187

R + G + B ~ 69%. #71E6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 230 + 187 = 530 (100%)
R 113 of 530 ~ 21.32%
G 230 of 530 ~ 43.4%
B 187 of 530 ~ 35.28%

%21.32
%43.4
%35.28

CMYK color model

#71E6BB color CMYK value is (51,0,19,10).

  • cyan value is 50.87%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 9.80%
CMYK:
(51,0,19,10)
C51M0Y19K10 
(51%,0%,19%,10%)
(0.51/0.00/0.19/0.10)	

CMYK percentages

%50.87
%0
%18.7
%9.8

Codes

Color #71E6BB in popluar color models

71E6BB
RGB113230187
HSL158°70.06%67.25%
HSB/HSV158°50.87%90.20%
CMYK50.87%0.00%18.70%
9.80%

Color #71E6BB in popluar number systems.

HEX71E6BB
Decimal113230187
Binary11100011110011010111011
Octal161346273

Shades and tints

Shades of #71E6BB

#71E6BB
(113,230,187)
#67D2AA
(103,210,170)
#5DBE99
(93,190,153)
#53AA88
(83,170,136)
#499677
(73,150,119)
#3F8266
(63,130,102)
#356E55
(53,110,85)
#2B5A44
(43,90,68)
#214633
(33,70,51)
#173222
(23,50,34)
#0D1E11
(13,30,17)
#000000
(0,0,0)

Tints of #71E6BB

#71E6BB
(113,230,187)
#7DE8C1
(125,232,193)
#89EAC7
(137,234,199)
#95ECCD
(149,236,205)
#A1EED3
(161,238,211)
#ADF0D9
(173,240,217)
#B9F2DF
(185,242,223)
#C5F4E5
(197,244,229)
#D1F6EB
(209,246,235)
#DDF8F1
(221,248,241)
#E9FAF7
(233,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71E6BB color. Also use rgb(113,230,187) instead hex code.

Text Font Color

.myTextColor { color: #71E6BB; }

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

This text font color is #71E6BB.


Background Color

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

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

This div background color is #71E6BB.


Border color

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

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

This div border color is #71E6BB.


Opacity

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

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

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

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

This text has shadow with #71E6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71E6BB on black background.


Color preview on white background

This text has color #71E6BB on white background.



Black color preview on #71E6BB background

This text has black color on #71E6BB background.


White color preview on #71E6BB background

This text has white color on #71E6BB background.