HEX: #71B09C
RGB: (113,176,156)
#71B09C contains mainly green and blue colors. Web safe color of #71B09C is #669999 (or #699).
#71B09C color RGB value is (113,176,156).
RGB: (113,176,156)
(44%, 69%, 61%)
R 113 of 255 = 44%
G 176 of 255 = 69%
B 156 of 255 = 61%
R + G + B ~ 58%. #71B09C is middle color (not dark and not light).
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'%
#71B09C color CMYK value is (36,0,11,31).
CMYK: (36,0,11,31)
C36M0Y11K31 (36%, 0%, 11%, 31%)
(0.36 / 0.00 / 0.11 / 0.31)
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 of #71B09C
Tints of #71B09C
Examples of css and html codes for elements with #71B09C color. Also use rgb(113,176,156) instead hex code.
.myTextColor { color: #71B09C; }
<p style="color:#71B09C">This sample text font color is #71B09C.</p>
This text font color is #71B09C.
.myBgColor { background-color: #71B09C; }
<div style="background-color:#71B09C">Inner text</div>
This div background color is #71B09C.
.myBorderColor { border: 1px solid #71B09C; }
<div style="border:3px solid #71B09C">Div</div>
This div border color is #71B09C.
.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%.
.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.
/* 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 text has color #71B09C on black background.
This text has color #71B09C on white background.
This text has black color on #71B09C background.
This text has white color on #71B09C background.
Complementary color for #hex is #8E4F63.