COLOR #71AC9E

HEX: #71AC9E
RGB: (113,172,158)

Color info

#71AC9E contains red, green and blue colors in about the same proportion. Web safe color of #71AC9E is #669999 (or #699).

RGB color model

#71AC9E color RGB value is (113,172,158).

  • red value is 113;
  • green value is 172;
  • blue value is 158.
RGB:
(113,172,158)
(44%,67%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 172 of 255 = 67%
B 158 of 255 = 62%

113
172
158

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

Portions of RGB colors in percentages

R + G + B =
113 + 172 + 158 = 443 (100%)
R 113 of 443 ~ 25.51%
G 172 of 443 ~ 38.83%
B 158 of 443 ~ 35.67%

%25.51
%38.83
%35.67

CMYK color model

#71AC9E color CMYK value is (34,0,8,33).

  • cyan value is 34.30%
  • magenta value is 0.00%
  • yellow value is 8.14%
  • key color value is 32.55%
CMYK:
(34,0,8,33)
C34M0Y8K33 
(34%,0%,8%,33%)
(0.34/0.00/0.08/0.33)	

CMYK percentages

%34.3
%0
%8.14
%32.55

Codes

Color #71AC9E in popluar color models

71AC9E
RGB113172158
HSL166°26.22%55.88%
HSB/HSV166°34.30%67.45%
CMYK34.30%0.00%8.14%
32.55%

Color #71AC9E in popluar number systems.

HEX71AC9E
Decimal113172158
Binary11100011010110010011110
Octal161254236

Shades and tints

Shades of #71AC9E

#71AC9E
(113,172,158)
#679D90
(103,157,144)
#5D8E82
(93,142,130)
#537F74
(83,127,116)
#497066
(73,112,102)
#3F6158
(63,97,88)
#35524A
(53,82,74)
#2B433C
(43,67,60)
#21342E
(33,52,46)
#172520
(23,37,32)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #71AC9E

#71AC9E
(113,172,158)
#7DB3A6
(125,179,166)
#89BAAE
(137,186,174)
#95C1B6
(149,193,182)
#A1C8BE
(161,200,190)
#ADCFC6
(173,207,198)
#B9D6CE
(185,214,206)
#C5DDD6
(197,221,214)
#D1E4DE
(209,228,222)
#DDEBE6
(221,235,230)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AC9E color. Also use rgb(113,172,158) instead hex code.

Text Font Color

.myTextColor { color: #71AC9E; }

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

This text font color is #71AC9E.


Background Color

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

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

This div background color is #71AC9E.


Border color

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

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

This div border color is #71AC9E.


Opacity

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

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

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

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

This text has shadow with #71AC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AC9E on black background.


Color preview on white background

This text has color #71AC9E on white background.



Black color preview on #71AC9E background

This text has black color on #71AC9E background.


White color preview on #71AC9E background

This text has white color on #71AC9E background.