COLOR #71BBAE

HEX: #71BBAE
RGB: (113,187,174)

Color info

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

RGB color model

#71BBAE color RGB value is (113,187,174).

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

RGB channels and saturation

R 113 of 255 = 44%
G 187 of 255 = 73%
B 174 of 255 = 68%

113
187
174

R + G + B ~ 62%. #71BBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 187 + 174 = 474 (100%)
R 113 of 474 ~ 23.84%
G 187 of 474 ~ 39.45%
B 174 of 474 ~ 36.71%

%23.84
%39.45
%36.71

CMYK color model

#71BBAE color CMYK value is (40,0,7,27).

  • cyan value is 39.57%
  • magenta value is 0.00%
  • yellow value is 6.95%
  • key color value is 26.67%
CMYK:
(40,0,7,27)
C40M0Y7K27 
(40%,0%,7%,27%)
(0.40/0.00/0.07/0.27)	

CMYK percentages

%39.57
%0
%6.95
%26.67

Codes

Color #71BBAE in popluar color models

71BBAE
RGB113187174
HSL169°35.24%58.82%
HSB/HSV169°39.57%73.33%
CMYK39.57%0.00%6.95%
26.67%

Color #71BBAE in popluar number systems.

HEX71BBAE
Decimal113187174
Binary11100011011101110101110
Octal161273256

Shades and tints

Shades of #71BBAE

#71BBAE
(113,187,174)
#67AA9F
(103,170,159)
#5D9990
(93,153,144)
#538881
(83,136,129)
#497772
(73,119,114)
#3F6663
(63,102,99)
#355554
(53,85,84)
#2B4445
(43,68,69)
#213336
(33,51,54)
#172227
(23,34,39)
#0D1118
(13,17,24)
#000000
(0,0,0)

Tints of #71BBAE

#71BBAE
(113,187,174)
#7DC1B5
(125,193,181)
#89C7BC
(137,199,188)
#95CDC3
(149,205,195)
#A1D3CA
(161,211,202)
#ADD9D1
(173,217,209)
#B9DFD8
(185,223,216)
#C5E5DF
(197,229,223)
#D1EBE6
(209,235,230)
#DDF1ED
(221,241,237)
#E9F7F4
(233,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71BBAE; }

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

This text font color is #71BBAE.


Background Color

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

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

This div background color is #71BBAE.


Border color

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

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

This div border color is #71BBAE.


Opacity

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

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

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

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

This text has shadow with #71BBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BBAE on black background.


Color preview on white background

This text has color #71BBAE on white background.



Black color preview on #71BBAE background

This text has black color on #71BBAE background.


White color preview on #71BBAE background

This text has white color on #71BBAE background.