COLOR #71B09C

HEX: #71B09C RGB: (113,176,156)

Color info

#71B09C contains mainly green and blue colors. Web safe color of #71B09C is #669999 (or #699).

RGB color model

#71B09C color RGB value is (113,176,156).

RGB: (113,176,156) (44%, 69%, 61%)

RGB channels and saturation

R 113 of 255 = 44%
G 176 of 255 = 69%
B 156 of 255 = 61%

113
176
156

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

Portions of RGB colors in percentages

R + G + B = 113 + 176 + 156 = 445 (100%)
R 113 of 445 ~ 25.39%
G 176 of 445 ~ 39.55%
B 156 of 445 ~ 35.06'%

%25.39
%39.55
%35.06

CMYK color model

#71B09C color CMYK value is (36,0,11,31).

  • cyan value is 35.80%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 30.98%

CMYK: (36,0,11,31)
C36M0Y11K31 (36%, 0%, 11%, 31%)
(0.36 / 0.00 / 0.11 / 0.31)

CMYK percentages

%35.8
%0
%11.36
%30.98

Codes

Color #71B09C in popluar color models

71 B0 9C
RGB 113 176 156
HSL 161° 28.51% 56.67%
HSB/HSV 161° 35.80% 69.02%
CMYK 35.80% 0.00% 11.36%
30.98%

Color #71B09C in popluar number systems.

HEX 71 B0 9C
Decimal 113 176 156
Binary 1110001 10110000 10011100
Octal 161 260 234

Shades and tints

Shades of #71B09C

#71B09C
(113,176,156)
#67A08E
(103,160,142)
#5D9080
(93,144,128)
#538072
(83,128,114)
#497064
(73,112,100)
#3F6056
(63,96,86)
#355048
(53,80,72)
#2B403A
(43,64,58)
#21302C
(33,48,44)
#17201E
(23,32,30)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #71B09C

#71B09C
(113,176,156)
#7DB7A5
(125,183,165)
#89BEAE
(137,190,174)
#95C5B7
(149,197,183)
#A1CCC0
(161,204,192)
#ADD3C9
(173,211,201)
#B9DAD2
(185,218,210)
#C5E1DB
(197,225,219)
#D1E8E4
(209,232,228)
#DDEFED
(221,239,237)
#E9F6F6
(233,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B09C color. Also use rgb(113,176,156) instead hex code.

Text Font Color

.myTextColor { color: #71B09C; }

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

This text font color is #71B09C.

Background Color

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

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

This div background color is #71B09C.

Border color

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

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

This div border color is #71B09C.

Opacity

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

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

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

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

This text has shadow with #71B09C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71B09C.

Preview

Color preview on black background

This text has color #71B09C on black background.


Color preview on white background

This text has color #71B09C on white background.


Black color preview on #71B09C background

This text has black color on #71B09C background.


White color preview on #71B09C background

This text has white color on #71B09C background.


Related colors

Complementary color

Complementary color for #hex is #8E4F63.


I love getcolorcode.com

Triadic colors

1 #9C71B0 and #B09C71 with #71B09C are triadic colors.

2 #9CB071 and #B0719C with #71B09C are triadic colors.