COLOR #71A7A8

HEX: #71A7A8
RGB: (113,167,168)

Color info

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

RGB color model

#71A7A8 color RGB value is (113,167,168).

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

RGB channels and saturation

R 113 of 255 = 44%
G 167 of 255 = 65%
B 168 of 255 = 66%

113
167
168

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

Portions of RGB colors in percentages

R + G + B =
113 + 167 + 168 = 448 (100%)
R 113 of 448 ~ 25.22%
G 167 of 448 ~ 37.28%
B 168 of 448 ~ 37.5%

%25.22
%37.28
%37.5

CMYK color model

#71A7A8 color CMYK value is (33,1,0,34).

  • cyan value is 32.74%
  • magenta value is 0.60%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(33,1,0,34)
C33M1Y0K34 
(33%,1%,0%,34%)
(0.33/0.01/0.00/0.34)	

CMYK percentages

%32.74
%0.6
%0
%34.12

Codes

Color #71A7A8 in popluar color models

71A7A8
RGB113167168
HSL181°24.02%55.10%
HSB/HSV181°32.74%65.88%
CMYK32.74%0.60%0.00%
34.12%

Color #71A7A8 in popluar number systems.

HEX71A7A8
Decimal113167168
Binary11100011010011110101000
Octal161247250

Shades and tints

Shades of #71A7A8

#71A7A8
(113,167,168)
#679899
(103,152,153)
#5D898A
(93,137,138)
#537A7B
(83,122,123)
#496B6C
(73,107,108)
#3F5C5D
(63,92,93)
#354D4E
(53,77,78)
#2B3E3F
(43,62,63)
#212F30
(33,47,48)
#172021
(23,32,33)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #71A7A8

#71A7A8
(113,167,168)
#7DAFAF
(125,175,175)
#89B7B6
(137,183,182)
#95BFBD
(149,191,189)
#A1C7C4
(161,199,196)
#ADCFCB
(173,207,203)
#B9D7D2
(185,215,210)
#C5DFD9
(197,223,217)
#D1E7E0
(209,231,224)
#DDEFE7
(221,239,231)
#E9F7EE
(233,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A7A8; }

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

This text font color is #71A7A8.


Background Color

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

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

This div background color is #71A7A8.


Border color

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

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

This div border color is #71A7A8.


Opacity

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

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

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

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

This text has shadow with #71A7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A7A8 on black background.


Color preview on white background

This text has color #71A7A8 on white background.



Black color preview on #71A7A8 background

This text has black color on #71A7A8 background.


White color preview on #71A7A8 background

This text has white color on #71A7A8 background.