COLOR #71BBAA

HEX: #71BBAA
RGB: (113,187,170)

Color info

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

RGB color model

#71BBAA color RGB value is (113,187,170).

  • red value is 113;
  • green value is 187;
  • blue value is 170.
RGB:
(113,187,170)
(44%,73%,67%)

RGB channels and saturation

R 113 of 255 = 44%
G 187 of 255 = 73%
B 170 of 255 = 67%

113
187
170

R + G + B ~ 61%. #71BBAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 187 + 170 = 470 (100%)
R 113 of 470 ~ 24.04%
G 187 of 470 ~ 39.79%
B 170 of 470 ~ 36.17%

%24.04
%39.79
%36.17

CMYK color model

#71BBAA color CMYK value is (40,0,9,27).

  • cyan value is 39.57%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 26.67%
CMYK:
(40,0,9,27)
C40M0Y9K27 
(40%,0%,9%,27%)
(0.40/0.00/0.09/0.27)	

CMYK percentages

%39.57
%0
%9.09
%26.67

Codes

Color #71BBAA in popluar color models

71BBAA
RGB113187170
HSL166°35.24%58.82%
HSB/HSV166°39.57%73.33%
CMYK39.57%0.00%9.09%
26.67%

Color #71BBAA in popluar number systems.

HEX71BBAA
Decimal113187170
Binary11100011011101110101010
Octal161273252

Shades and tints

Shades of #71BBAA

#71BBAA
(113,187,170)
#67AA9B
(103,170,155)
#5D998C
(93,153,140)
#53887D
(83,136,125)
#49776E
(73,119,110)
#3F665F
(63,102,95)
#355550
(53,85,80)
#2B4441
(43,68,65)
#213332
(33,51,50)
#172223
(23,34,35)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #71BBAA

#71BBAA
(113,187,170)
#7DC1B1
(125,193,177)
#89C7B8
(137,199,184)
#95CDBF
(149,205,191)
#A1D3C6
(161,211,198)
#ADD9CD
(173,217,205)
#B9DFD4
(185,223,212)
#C5E5DB
(197,229,219)
#D1EBE2
(209,235,226)
#DDF1E9
(221,241,233)
#E9F7F0
(233,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BBAA color. Also use rgb(113,187,170) instead hex code.

Text Font Color

.myTextColor { color: #71BBAA; }

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

This text font color is #71BBAA.


Background Color

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

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

This div background color is #71BBAA.


Border color

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

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

This div border color is #71BBAA.


Opacity

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

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

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

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

This text has shadow with #71BBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BBAA on black background.


Color preview on white background

This text has color #71BBAA on white background.



Black color preview on #71BBAA background

This text has black color on #71BBAA background.


White color preview on #71BBAA background

This text has white color on #71BBAA background.