COLOR #71A097

HEX: #71A097
RGB: (113,160,151)

Color info

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

RGB color model

#71A097 color RGB value is (113,160,151).

  • red value is 113;
  • green value is 160;
  • blue value is 151.
RGB:
(113,160,151)
(44%,63%,59%)

RGB channels and saturation

R 113 of 255 = 44%
G 160 of 255 = 63%
B 151 of 255 = 59%

113
160
151

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

Portions of RGB colors in percentages

R + G + B =
113 + 160 + 151 = 424 (100%)
R 113 of 424 ~ 26.65%
G 160 of 424 ~ 37.74%
B 151 of 424 ~ 35.61%

%26.65
%37.74
%35.61

CMYK color model

#71A097 color CMYK value is (29,0,6,37).

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 37.25%
CMYK:
(29,0,6,37)
C29M0Y6K37 
(29%,0%,6%,37%)
(0.29/0.00/0.06/0.37)	

CMYK percentages

%29.38
%0
%5.63
%37.25

Codes

Color #71A097 in popluar color models

71A097
RGB113160151
HSL169°19.83%53.53%
HSB/HSV169°29.38%62.75%
CMYK29.38%0.00%5.63%
37.25%

Color #71A097 in popluar number systems.

HEX71A097
Decimal113160151
Binary11100011010000010010111
Octal161240227

Shades and tints

Shades of #71A097

#71A097
(113,160,151)
#67928A
(103,146,138)
#5D847D
(93,132,125)
#537670
(83,118,112)
#496863
(73,104,99)
#3F5A56
(63,90,86)
#354C49
(53,76,73)
#2B3E3C
(43,62,60)
#21302F
(33,48,47)
#172222
(23,34,34)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #71A097

#71A097
(113,160,151)
#7DA8A0
(125,168,160)
#89B0A9
(137,176,169)
#95B8B2
(149,184,178)
#A1C0BB
(161,192,187)
#ADC8C4
(173,200,196)
#B9D0CD
(185,208,205)
#C5D8D6
(197,216,214)
#D1E0DF
(209,224,223)
#DDE8E8
(221,232,232)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A097 color. Also use rgb(113,160,151) instead hex code.

Text Font Color

.myTextColor { color: #71A097; }

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

This text font color is #71A097.


Background Color

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

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

This div background color is #71A097.


Border color

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

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

This div border color is #71A097.


Opacity

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

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

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

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

This text has shadow with #71A097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A097 on black background.


Color preview on white background

This text has color #71A097 on white background.



Black color preview on #71A097 background

This text has black color on #71A097 background.


White color preview on #71A097 background

This text has white color on #71A097 background.