COLOR #71B1A9

HEX: #71B1A9
RGB: (113,177,169)

Color info

#71B1A9 contains mainly green and blue colors. Web safe color of #71B1A9 is #669999 (or #699).

RGB color model

#71B1A9 color RGB value is (113,177,169).

  • red value is 113;
  • green value is 177;
  • blue value is 169.
RGB:
(113,177,169)
(44%,69%,66%)

RGB channels and saturation

R 113 of 255 = 44%
G 177 of 255 = 69%
B 169 of 255 = 66%

113
177
169

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

Portions of RGB colors in percentages

R + G + B =
113 + 177 + 169 = 459 (100%)
R 113 of 459 ~ 24.62%
G 177 of 459 ~ 38.56%
B 169 of 459 ~ 36.82%

%24.62
%38.56
%36.82

CMYK color model

#71B1A9 color CMYK value is (36,0,5,31).

  • cyan value is 36.16%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • key color value is 30.59%
CMYK:
(36,0,5,31)
C36M0Y5K31 
(36%,0%,5%,31%)
(0.36/0.00/0.05/0.31)	

CMYK percentages

%36.16
%0
%4.52
%30.59

Codes

Color #71B1A9 in popluar color models

71B1A9
RGB113177169
HSL173°29.09%56.86%
HSB/HSV173°36.16%69.41%
CMYK36.16%0.00%4.52%
30.59%

Color #71B1A9 in popluar number systems.

HEX71B1A9
Decimal113177169
Binary11100011011000110101001
Octal161261251

Shades and tints

Shades of #71B1A9

#71B1A9
(113,177,169)
#67A19A
(103,161,154)
#5D918B
(93,145,139)
#53817C
(83,129,124)
#49716D
(73,113,109)
#3F615E
(63,97,94)
#35514F
(53,81,79)
#2B4140
(43,65,64)
#213131
(33,49,49)
#172122
(23,33,34)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #71B1A9

#71B1A9
(113,177,169)
#7DB8B0
(125,184,176)
#89BFB7
(137,191,183)
#95C6BE
(149,198,190)
#A1CDC5
(161,205,197)
#ADD4CC
(173,212,204)
#B9DBD3
(185,219,211)
#C5E2DA
(197,226,218)
#D1E9E1
(209,233,225)
#DDF0E8
(221,240,232)
#E9F7EF
(233,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B1A9 color. Also use rgb(113,177,169) instead hex code.

Text Font Color

.myTextColor { color: #71B1A9; }

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

This text font color is #71B1A9.


Background Color

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

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

This div background color is #71B1A9.


Border color

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

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

This div border color is #71B1A9.


Opacity

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

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

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

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

This text has shadow with #71B1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B1A9 on black background.


Color preview on white background

This text has color #71B1A9 on white background.



Black color preview on #71B1A9 background

This text has black color on #71B1A9 background.


White color preview on #71B1A9 background

This text has white color on #71B1A9 background.