COLOR #71B8AD

HEX: #71B8AD RGB: (113,184,173)

Color info

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

RGB color model

#71B8AD color RGB value is (113,184,173).

RGB: (113,184,173) (44%, 72%, 68%)

RGB channels and saturation

R 113 of 255 = 44%
G 184 of 255 = 72%
B 173 of 255 = 68%

113
184
173

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

Portions of RGB colors in percentages

R + G + B = 113 + 184 + 173 = 470 (100%)
R 113 of 470 ~ 24.04%
G 184 of 470 ~ 39.15%
B 173 of 470 ~ 36.81'%

%24.04
%39.15
%36.81

CMYK color model

#71B8AD color CMYK value is (39,0,6,28).

  • cyan value is 38.59%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 27.84%

CMYK: (39,0,6,28)
C39M0Y6K28 (39%, 0%, 6%, 28%)
(0.39 / 0.00 / 0.06 / 0.28)

CMYK percentages

%38.59
%0
%5.98
%27.84

Codes

Color #71B8AD in popluar color models

71 B8 AD
RGB 113 184 173
HSL 171° 33.33% 58.24%
HSB/HSV 171° 38.59% 72.16%
CMYK 38.59% 0.00% 5.98%
27.84%

Color #71B8AD in popluar number systems.

HEX 71 B8 AD
Decimal 113 184 173
Binary 1110001 10111000 10101101
Octal 161 270 255

Shades and tints

Shades of #71B8AD

#71B8AD
(113,184,173)
#67A89E
(103,168,158)
#5D988F
(93,152,143)
#538880
(83,136,128)
#497871
(73,120,113)
#3F6862
(63,104,98)
#355853
(53,88,83)
#2B4844
(43,72,68)
#213835
(33,56,53)
#172826
(23,40,38)
#0D1817
(13,24,23)
#000000
(0,0,0)

Tints of #71B8AD

#71B8AD
(113,184,173)
#7DBEB4
(125,190,180)
#89C4BB
(137,196,187)
#95CAC2
(149,202,194)
#A1D0C9
(161,208,201)
#ADD6D0
(173,214,208)
#B9DCD7
(185,220,215)
#C5E2DE
(197,226,222)
#D1E8E5
(209,232,229)
#DDEEEC
(221,238,236)
#E9F4F3
(233,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B8AD color. Also use rgb(113,184,173) instead hex code.

Text Font Color

.myTextColor { color: #71B8AD; }

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

This text font color is #71B8AD.

Background Color

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

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

This div background color is #71B8AD.

Border color

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

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

This div border color is #71B8AD.

Opacity

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

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

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

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

This text has shadow with #71B8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71B8AD.

Preview

Color preview on black background

This text has color #71B8AD on black background.


Color preview on white background

This text has color #71B8AD on white background.


Black color preview on #71B8AD background

This text has black color on #71B8AD background.


White color preview on #71B8AD background

This text has white color on #71B8AD background.


Related colors

Complementary color

Complementary color for #hex is #8E4752.


I love getcolorcode.com

Triadic colors

1 #AD71B8 and #B8AD71 with #71B8AD are triadic colors.

2 #ADB871 and #B871AD with #71B8AD are triadic colors.