COLOR #71B6A9

HEX: #71B6A9
RGB: (113,182,169)

Color info

#71B6A9 contains mainly green and blue colors. Web safe color of #71B6A9 is #66CC99 (or #6C9).

RGB color model

#71B6A9 color RGB value is (113,182,169).

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

RGB channels and saturation

R 113 of 255 = 44%
G 182 of 255 = 71%
B 169 of 255 = 66%

113
182
169

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

Portions of RGB colors in percentages

R + G + B =
113 + 182 + 169 = 464 (100%)
R 113 of 464 ~ 24.35%
G 182 of 464 ~ 39.22%
B 169 of 464 ~ 36.42%

%24.35
%39.22
%36.42

CMYK color model

#71B6A9 color CMYK value is (38,0,7,29).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 28.63%
CMYK:
(38,0,7,29)
C38M0Y7K29 
(38%,0%,7%,29%)
(0.38/0.00/0.07/0.29)	

CMYK percentages

%37.91
%0
%7.14
%28.63

Codes

Color #71B6A9 in popluar color models

71B6A9
RGB113182169
HSL169°32.09%57.84%
HSB/HSV169°37.91%71.37%
CMYK37.91%0.00%7.14%
28.63%

Color #71B6A9 in popluar number systems.

HEX71B6A9
Decimal113182169
Binary11100011011011010101001
Octal161266251

Shades and tints

Shades of #71B6A9

#71B6A9
(113,182,169)
#67A69A
(103,166,154)
#5D968B
(93,150,139)
#53867C
(83,134,124)
#49766D
(73,118,109)
#3F665E
(63,102,94)
#35564F
(53,86,79)
#2B4640
(43,70,64)
#213631
(33,54,49)
#172622
(23,38,34)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #71B6A9

#71B6A9
(113,182,169)
#7DBCB0
(125,188,176)
#89C2B7
(137,194,183)
#95C8BE
(149,200,190)
#A1CEC5
(161,206,197)
#ADD4CC
(173,212,204)
#B9DAD3
(185,218,211)
#C5E0DA
(197,224,218)
#D1E6E1
(209,230,225)
#DDECE8
(221,236,232)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B6A9; }

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

This text font color is #71B6A9.


Background Color

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

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

This div background color is #71B6A9.


Border color

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

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

This div border color is #71B6A9.


Opacity

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

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

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

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

This text has shadow with #71B6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B6A9 on black background.


Color preview on white background

This text has color #71B6A9 on white background.



Black color preview on #71B6A9 background

This text has black color on #71B6A9 background.


White color preview on #71B6A9 background

This text has white color on #71B6A9 background.