COLOR #71A2AA

HEX: #71A2AA
RGB: (113,162,170)

Color info

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

RGB color model

#71A2AA color RGB value is (113,162,170).

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

RGB channels and saturation

R 113 of 255 = 44%
G 162 of 255 = 64%
B 170 of 255 = 67%

113
162
170

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

Portions of RGB colors in percentages

R + G + B =
113 + 162 + 170 = 445 (100%)
R 113 of 445 ~ 25.39%
G 162 of 445 ~ 36.4%
B 170 of 445 ~ 38.2%

%25.39
%36.4
%38.2

CMYK color model

#71A2AA color CMYK value is (34,5,0,33).

  • cyan value is 33.53%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(34,5,0,33)
C34M5Y0K33 
(34%,5%,0%,33%)
(0.34/0.05/0.00/0.33)	

CMYK percentages

%33.53
%4.71
%0
%33.33

Codes

Color #71A2AA in popluar color models

71A2AA
RGB113162170
HSL188°25.11%55.49%
HSB/HSV188°33.53%66.67%
CMYK33.53%4.71%0.00%
33.33%

Color #71A2AA in popluar number systems.

HEX71A2AA
Decimal113162170
Binary11100011010001010101010
Octal161242252

Shades and tints

Shades of #71A2AA

#71A2AA
(113,162,170)
#67949B
(103,148,155)
#5D868C
(93,134,140)
#53787D
(83,120,125)
#496A6E
(73,106,110)
#3F5C5F
(63,92,95)
#354E50
(53,78,80)
#2B4041
(43,64,65)
#213232
(33,50,50)
#172423
(23,36,35)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #71A2AA

#71A2AA
(113,162,170)
#7DAAB1
(125,170,177)
#89B2B8
(137,178,184)
#95BABF
(149,186,191)
#A1C2C6
(161,194,198)
#ADCACD
(173,202,205)
#B9D2D4
(185,210,212)
#C5DADB
(197,218,219)
#D1E2E2
(209,226,226)
#DDEAE9
(221,234,233)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A2AA; }

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

This text font color is #71A2AA.


Background Color

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

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

This div background color is #71A2AA.


Border color

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

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

This div border color is #71A2AA.


Opacity

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

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

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

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

This text has shadow with #71A2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A2AA on black background.


Color preview on white background

This text has color #71A2AA on white background.



Black color preview on #71A2AA background

This text has black color on #71A2AA background.


White color preview on #71A2AA background

This text has white color on #71A2AA background.