COLOR #71BD9D

HEX: #71BD9D
RGB: (113,189,157)

Color info

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

RGB color model

#71BD9D color RGB value is (113,189,157).

  • red value is 113;
  • green value is 189;
  • blue value is 157.
RGB:
(113,189,157)
(44%,74%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 189 of 255 = 74%
B 157 of 255 = 62%

113
189
157

R + G + B ~ 60%. #71BD9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 189 + 157 = 459 (100%)
R 113 of 459 ~ 24.62%
G 189 of 459 ~ 41.18%
B 157 of 459 ~ 34.2%

%24.62
%41.18
%34.2

CMYK color model

#71BD9D color CMYK value is (40,0,17,26).

  • cyan value is 40.21%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK:
(40,0,17,26)
C40M0Y17K26 
(40%,0%,17%,26%)
(0.40/0.00/0.17/0.26)	

CMYK percentages

%40.21
%0
%16.93
%25.88

Codes

Color #71BD9D in popluar color models

71BD9D
RGB113189157
HSL155°36.54%59.22%
HSB/HSV155°40.21%74.12%
CMYK40.21%0.00%16.93%
25.88%

Color #71BD9D in popluar number systems.

HEX71BD9D
Decimal113189157
Binary11100011011110110011101
Octal161275235

Shades and tints

Shades of #71BD9D

#71BD9D
(113,189,157)
#67AC8F
(103,172,143)
#5D9B81
(93,155,129)
#538A73
(83,138,115)
#497965
(73,121,101)
#3F6857
(63,104,87)
#355749
(53,87,73)
#2B463B
(43,70,59)
#21352D
(33,53,45)
#17241F
(23,36,31)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #71BD9D

#71BD9D
(113,189,157)
#7DC3A5
(125,195,165)
#89C9AD
(137,201,173)
#95CFB5
(149,207,181)
#A1D5BD
(161,213,189)
#ADDBC5
(173,219,197)
#B9E1CD
(185,225,205)
#C5E7D5
(197,231,213)
#D1EDDD
(209,237,221)
#DDF3E5
(221,243,229)
#E9F9ED
(233,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BD9D color. Also use rgb(113,189,157) instead hex code.

Text Font Color

.myTextColor { color: #71BD9D; }

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

This text font color is #71BD9D.


Background Color

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

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

This div background color is #71BD9D.


Border color

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

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

This div border color is #71BD9D.


Opacity

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

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

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

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

This text has shadow with #71BD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BD9D on black background.


Color preview on white background

This text has color #71BD9D on white background.



Black color preview on #71BD9D background

This text has black color on #71BD9D background.


White color preview on #71BD9D background

This text has white color on #71BD9D background.