COLOR #71ABA2

HEX: #71ABA2
RGB: (113,171,162)

Color info

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

RGB color model

#71ABA2 color RGB value is (113,171,162).

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

RGB channels and saturation

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

113
171
162

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

Portions of RGB colors in percentages

R + G + B =
113 + 171 + 162 = 446 (100%)
R 113 of 446 ~ 25.34%
G 171 of 446 ~ 38.34%
B 162 of 446 ~ 36.32%

%25.34
%38.34
%36.32

CMYK color model

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

  • cyan value is 33.92%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 32.94%
CMYK:
(34,0,5,33)
C34M0Y5K33 
(34%,0%,5%,33%)
(0.34/0.00/0.05/0.33)	

CMYK percentages

%33.92
%0
%5.26
%32.94

Codes

Color #71ABA2 in popluar color models

71ABA2
RGB113171162
HSL171°25.66%55.69%
HSB/HSV171°33.92%67.06%
CMYK33.92%0.00%5.26%
32.94%

Color #71ABA2 in popluar number systems.

HEX71ABA2
Decimal113171162
Binary11100011010101110100010
Octal161253242

Shades and tints

Shades of #71ABA2

#71ABA2
(113,171,162)
#679C94
(103,156,148)
#5D8D86
(93,141,134)
#537E78
(83,126,120)
#496F6A
(73,111,106)
#3F605C
(63,96,92)
#35514E
(53,81,78)
#2B4240
(43,66,64)
#213332
(33,51,50)
#172424
(23,36,36)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #71ABA2

#71ABA2
(113,171,162)
#7DB2AA
(125,178,170)
#89B9B2
(137,185,178)
#95C0BA
(149,192,186)
#A1C7C2
(161,199,194)
#ADCECA
(173,206,202)
#B9D5D2
(185,213,210)
#C5DCDA
(197,220,218)
#D1E3E2
(209,227,226)
#DDEAEA
(221,234,234)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71ABA2; }

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

This text font color is #71ABA2.


Background Color

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

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

This div background color is #71ABA2.


Border color

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

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

This div border color is #71ABA2.


Opacity

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

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

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

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

This text has shadow with #71ABA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71ABA2 on black background.


Color preview on white background

This text has color #71ABA2 on white background.



Black color preview on #71ABA2 background

This text has black color on #71ABA2 background.


White color preview on #71ABA2 background

This text has white color on #71ABA2 background.