COLOR #71A89A

HEX: #71A89A
RGB: (113,168,154)

Color info

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

RGB color model

#71A89A color RGB value is (113,168,154).

  • red value is 113;
  • green value is 168;
  • blue value is 154.
RGB:
(113,168,154)
(44%,66%,60%)

RGB channels and saturation

R 113 of 255 = 44%
G 168 of 255 = 66%
B 154 of 255 = 60%

113
168
154

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

Portions of RGB colors in percentages

R + G + B =
113 + 168 + 154 = 435 (100%)
R 113 of 435 ~ 25.98%
G 168 of 435 ~ 38.62%
B 154 of 435 ~ 35.4%

%25.98
%38.62
%35.4

CMYK color model

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

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 34.12%
CMYK:
(33,0,8,34)
C33M0Y8K34 
(33%,0%,8%,34%)
(0.33/0.00/0.08/0.34)	

CMYK percentages

%32.74
%0
%8.33
%34.12

Codes

Color #71A89A in popluar color models

71A89A
RGB113168154
HSL165°24.02%55.10%
HSB/HSV165°32.74%65.88%
CMYK32.74%0.00%8.33%
34.12%

Color #71A89A in popluar number systems.

HEX71A89A
Decimal113168154
Binary11100011010100010011010
Octal161250232

Shades and tints

Shades of #71A89A

#71A89A
(113,168,154)
#67998C
(103,153,140)
#5D8A7E
(93,138,126)
#537B70
(83,123,112)
#496C62
(73,108,98)
#3F5D54
(63,93,84)
#354E46
(53,78,70)
#2B3F38
(43,63,56)
#21302A
(33,48,42)
#17211C
(23,33,28)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #71A89A

#71A89A
(113,168,154)
#7DAFA3
(125,175,163)
#89B6AC
(137,182,172)
#95BDB5
(149,189,181)
#A1C4BE
(161,196,190)
#ADCBC7
(173,203,199)
#B9D2D0
(185,210,208)
#C5D9D9
(197,217,217)
#D1E0E2
(209,224,226)
#DDE7EB
(221,231,235)
#E9EEF4
(233,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A89A color. Also use rgb(113,168,154) instead hex code.

Text Font Color

.myTextColor { color: #71A89A; }

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

This text font color is #71A89A.


Background Color

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

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

This div background color is #71A89A.


Border color

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

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

This div border color is #71A89A.


Opacity

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

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

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

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

This text has shadow with #71A89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A89A on black background.


Color preview on white background

This text has color #71A89A on white background.



Black color preview on #71A89A background

This text has black color on #71A89A background.


White color preview on #71A89A background

This text has white color on #71A89A background.