COLOR #71A29D

HEX: #71A29D
RGB: (113,162,157)

Color info

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

RGB color model

#71A29D color RGB value is (113,162,157).

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

RGB channels and saturation

R 113 of 255 = 44%
G 162 of 255 = 64%
B 157 of 255 = 62%

113
162
157

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

Portions of RGB colors in percentages

R + G + B =
113 + 162 + 157 = 432 (100%)
R 113 of 432 ~ 26.16%
G 162 of 432 ~ 37.5%
B 157 of 432 ~ 36.34%

%26.16
%37.5
%36.34

CMYK color model

#71A29D color CMYK value is (30,0,3,36).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 36.47%
CMYK:
(30,0,3,36)
C30M0Y3K36 
(30%,0%,3%,36%)
(0.30/0.00/0.03/0.36)	

CMYK percentages

%30.25
%0
%3.09
%36.47

Codes

Color #71A29D in popluar color models

71A29D
RGB113162157
HSL174°20.85%53.92%
HSB/HSV174°30.25%63.53%
CMYK30.25%0.00%3.09%
36.47%

Color #71A29D in popluar number systems.

HEX71A29D
Decimal113162157
Binary11100011010001010011101
Octal161242235

Shades and tints

Shades of #71A29D

#71A29D
(113,162,157)
#67948F
(103,148,143)
#5D8681
(93,134,129)
#537873
(83,120,115)
#496A65
(73,106,101)
#3F5C57
(63,92,87)
#354E49
(53,78,73)
#2B403B
(43,64,59)
#21322D
(33,50,45)
#17241F
(23,36,31)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #71A29D

#71A29D
(113,162,157)
#7DAAA5
(125,170,165)
#89B2AD
(137,178,173)
#95BAB5
(149,186,181)
#A1C2BD
(161,194,189)
#ADCAC5
(173,202,197)
#B9D2CD
(185,210,205)
#C5DAD5
(197,218,213)
#D1E2DD
(209,226,221)
#DDEAE5
(221,234,229)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A29D; }

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

This text font color is #71A29D.


Background Color

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

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

This div background color is #71A29D.


Border color

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

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

This div border color is #71A29D.


Opacity

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

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

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

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

This text has shadow with #71A29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A29D on black background.


Color preview on white background

This text has color #71A29D on white background.



Black color preview on #71A29D background

This text has black color on #71A29D background.


White color preview on #71A29D background

This text has white color on #71A29D background.