COLOR #71ABA5

HEX: #71ABA5
RGB: (113,171,165)

Color info

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

RGB color model

#71ABA5 color RGB value is (113,171,165).

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

RGB channels and saturation

R 113 of 255 = 44%
G 171 of 255 = 67%
B 165 of 255 = 65%

113
171
165

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

Portions of RGB colors in percentages

R + G + B =
113 + 171 + 165 = 449 (100%)
R 113 of 449 ~ 25.17%
G 171 of 449 ~ 38.08%
B 165 of 449 ~ 36.75%

%25.17
%38.08
%36.75

CMYK color model

#71ABA5 color CMYK value is (34,0,4,33).

  • cyan value is 33.92%
  • magenta value is 0.00%
  • yellow value is 3.51%
  • key color value is 32.94%
CMYK:
(34,0,4,33)
C34M0Y4K33 
(34%,0%,4%,33%)
(0.34/0.00/0.04/0.33)	

CMYK percentages

%33.92
%0
%3.51
%32.94

Codes

Color #71ABA5 in popluar color models

71ABA5
RGB113171165
HSL174°25.66%55.69%
HSB/HSV174°33.92%67.06%
CMYK33.92%0.00%3.51%
32.94%

Color #71ABA5 in popluar number systems.

HEX71ABA5
Decimal113171165
Binary11100011010101110100101
Octal161253245

Shades and tints

Shades of #71ABA5

#71ABA5
(113,171,165)
#679C96
(103,156,150)
#5D8D87
(93,141,135)
#537E78
(83,126,120)
#496F69
(73,111,105)
#3F605A
(63,96,90)
#35514B
(53,81,75)
#2B423C
(43,66,60)
#21332D
(33,51,45)
#17241E
(23,36,30)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #71ABA5

#71ABA5
(113,171,165)
#7DB2AD
(125,178,173)
#89B9B5
(137,185,181)
#95C0BD
(149,192,189)
#A1C7C5
(161,199,197)
#ADCECD
(173,206,205)
#B9D5D5
(185,213,213)
#C5DCDD
(197,220,221)
#D1E3E5
(209,227,229)
#DDEAED
(221,234,237)
#E9F1F5
(233,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71ABA5; }

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

This text font color is #71ABA5.


Background Color

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

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

This div background color is #71ABA5.


Border color

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

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

This div border color is #71ABA5.


Opacity

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

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

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

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

This text has shadow with #71ABA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71ABA5 on black background.


Color preview on white background

This text has color #71ABA5 on white background.



Black color preview on #71ABA5 background

This text has black color on #71ABA5 background.


White color preview on #71ABA5 background

This text has white color on #71ABA5 background.