COLOR #71DDAB

HEX: #71DDAB
RGB: (113,221,171)

Color info

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

RGB color model

#71DDAB color RGB value is (113,221,171).

  • red value is 113;
  • green value is 221;
  • blue value is 171.
RGB:
(113,221,171)
(44%,87%,67%)

RGB channels and saturation

R 113 of 255 = 44%
G 221 of 255 = 87%
B 171 of 255 = 67%

113
221
171

R + G + B ~ 66%. #71DDAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 221 + 171 = 505 (100%)
R 113 of 505 ~ 22.38%
G 221 of 505 ~ 43.76%
B 171 of 505 ~ 33.86%

%22.38
%43.76
%33.86

CMYK color model

#71DDAB color CMYK value is (49,0,23,13).

  • cyan value is 48.87%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 13.33%
CMYK:
(49,0,23,13)
C49M0Y23K13 
(49%,0%,23%,13%)
(0.49/0.00/0.23/0.13)	

CMYK percentages

%48.87
%0
%22.62
%13.33

Codes

Color #71DDAB in popluar color models

71DDAB
RGB113221171
HSL152°61.36%65.49%
HSB/HSV152°48.87%86.67%
CMYK48.87%0.00%22.62%
13.33%

Color #71DDAB in popluar number systems.

HEX71DDAB
Decimal113221171
Binary11100011101110110101011
Octal161335253

Shades and tints

Shades of #71DDAB

#71DDAB
(113,221,171)
#67C99C
(103,201,156)
#5DB58D
(93,181,141)
#53A17E
(83,161,126)
#498D6F
(73,141,111)
#3F7960
(63,121,96)
#356551
(53,101,81)
#2B5142
(43,81,66)
#213D33
(33,61,51)
#172924
(23,41,36)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #71DDAB

#71DDAB
(113,221,171)
#7DE0B2
(125,224,178)
#89E3B9
(137,227,185)
#95E6C0
(149,230,192)
#A1E9C7
(161,233,199)
#ADECCE
(173,236,206)
#B9EFD5
(185,239,213)
#C5F2DC
(197,242,220)
#D1F5E3
(209,245,227)
#DDF8EA
(221,248,234)
#E9FBF1
(233,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71DDAB color. Also use rgb(113,221,171) instead hex code.

Text Font Color

.myTextColor { color: #71DDAB; }

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

This text font color is #71DDAB.


Background Color

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

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

This div background color is #71DDAB.


Border color

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

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

This div border color is #71DDAB.


Opacity

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

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

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

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

This text has shadow with #71DDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71DDAB on black background.


Color preview on white background

This text has color #71DDAB on white background.



Black color preview on #71DDAB background

This text has black color on #71DDAB background.


White color preview on #71DDAB background

This text has white color on #71DDAB background.