COLOR #71A692

HEX: #71A692
RGB: (113,166,146)

Color info

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

RGB color model

#71A692 color RGB value is (113,166,146).

  • red value is 113;
  • green value is 166;
  • blue value is 146.
RGB:
(113,166,146)
(44%,65%,57%)

RGB channels and saturation

R 113 of 255 = 44%
G 166 of 255 = 65%
B 146 of 255 = 57%

113
166
146

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

Portions of RGB colors in percentages

R + G + B =
113 + 166 + 146 = 425 (100%)
R 113 of 425 ~ 26.59%
G 166 of 425 ~ 39.06%
B 146 of 425 ~ 34.35%

%26.59
%39.06
%34.35

CMYK color model

#71A692 color CMYK value is (32,0,12,35).

  • cyan value is 31.93%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 34.90%
CMYK:
(32,0,12,35)
C32M0Y12K35 
(32%,0%,12%,35%)
(0.32/0.00/0.12/0.35)	

CMYK percentages

%31.93
%0
%12.05
%34.9

Codes

Color #71A692 in popluar color models

71A692
RGB113166146
HSL157°22.94%54.71%
HSB/HSV157°31.93%65.10%
CMYK31.93%0.00%12.05%
34.90%

Color #71A692 in popluar number systems.

HEX71A692
Decimal113166146
Binary11100011010011010010010
Octal161246222

Shades and tints

Shades of #71A692

#71A692
(113,166,146)
#679785
(103,151,133)
#5D8878
(93,136,120)
#53796B
(83,121,107)
#496A5E
(73,106,94)
#3F5B51
(63,91,81)
#354C44
(53,76,68)
#2B3D37
(43,61,55)
#212E2A
(33,46,42)
#171F1D
(23,31,29)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #71A692

#71A692
(113,166,146)
#7DAE9B
(125,174,155)
#89B6A4
(137,182,164)
#95BEAD
(149,190,173)
#A1C6B6
(161,198,182)
#ADCEBF
(173,206,191)
#B9D6C8
(185,214,200)
#C5DED1
(197,222,209)
#D1E6DA
(209,230,218)
#DDEEE3
(221,238,227)
#E9F6EC
(233,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A692 color. Also use rgb(113,166,146) instead hex code.

Text Font Color

.myTextColor { color: #71A692; }

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

This text font color is #71A692.


Background Color

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

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

This div background color is #71A692.


Border color

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

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

This div border color is #71A692.


Opacity

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

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

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

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

This text has shadow with #71A692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A692 on black background.


Color preview on white background

This text has color #71A692 on white background.



Black color preview on #71A692 background

This text has black color on #71A692 background.


White color preview on #71A692 background

This text has white color on #71A692 background.