COLOR #71B99D

HEX: #71B99D RGB: (113,185,157)

Color info

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

RGB color model

#71B99D color RGB value is (113,185,157).

RGB: (113,185,157) (44%, 73%, 62%)

RGB channels and saturation

R 113 of 255 = 44%
G 185 of 255 = 73%
B 157 of 255 = 62%

113
185
157

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

Portions of RGB colors in percentages

R + G + B = 113 + 185 + 157 = 455 (100%)
R 113 of 455 ~ 24.84%
G 185 of 455 ~ 40.66%
B 157 of 455 ~ 34.51'%

%24.84
%40.66
%34.51

CMYK color model

#71B99D color CMYK value is (39,0,15,27).

  • cyan value is 38.92%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 27.45%
CMYK: (39,0,15,27) C39M0Y15K27 (39%,0%,15%,27%) (0.39/0.00/0.15/0.27) 

CMYK percentages

%38.92
%0
%15.14
%27.45

Codes

Color #71B99D in popluar color models

71 B9 9D
RGB 113 185 157
HSL 157° 33.96% 58.43%
HSB/HSV 157° 38.92% 72.55%
CMYK 38.92% 0.00% 15.14%
27.45%

Color #71B99D in popluar number systems.

HEX 71 B9 9D
Decimal 113 185 157
Binary 1110001 10111001 10011101
Octal 161 271 235

Shades and tints

Shades of #71B99D

#71B99D
(113,185,157)
#67A98F
(103,169,143)
#5D9981
(93,153,129)
#538973
(83,137,115)
#497965
(73,121,101)
#3F6957
(63,105,87)
#355949
(53,89,73)
#2B493B
(43,73,59)
#21392D
(33,57,45)
#17291F
(23,41,31)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #71B99D

#71B99D
(113,185,157)
#7DBFA5
(125,191,165)
#89C5AD
(137,197,173)
#95CBB5
(149,203,181)
#A1D1BD
(161,209,189)
#ADD7C5
(173,215,197)
#B9DDCD
(185,221,205)
#C5E3D5
(197,227,213)
#D1E9DD
(209,233,221)
#DDEFE5
(221,239,229)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B99D; }

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

This text font color is #71B99D.

Background Color

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

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

This div background color is #71B99D.

Border color

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

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

This div border color is #71B99D.

Opacity

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

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

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

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

This text has shadow with #71B99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71B99D.

Preview

Color preview on black background

This text has color #71B99D on black background.


Color preview on white background

This text has color #71B99D on white background.


Black color preview on #71B99D background

This text has black color on #71B99D background.


White color preview on #71B99D background

This text has white color on #71B99D background.


Related colors

Complementary color

Complementary color for #hex is #8E4662.


I love getcolorcode.com

Triadic colors

1 #9D71B9 and #B99D71 with #71B99D are triadic colors.

2 #9DB971 and #B9719D with #71B99D are triadic colors.