COLOR #71BFC5

HEX: #71BFC5
RGB: (113,191,197)

Color info

#71BFC5 contains mainly green and blue colors. Web safe color of #71BFC5 is #66CCCC (or #6CC).

RGB color model

#71BFC5 color RGB value is (113,191,197).

  • red value is 113;
  • green value is 191;
  • blue value is 197.
RGB:
(113,191,197)
(44%,75%,77%)

RGB channels and saturation

R 113 of 255 = 44%
G 191 of 255 = 75%
B 197 of 255 = 77%

113
191
197

R + G + B ~ 65%. #71BFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 191 + 197 = 501 (100%)
R 113 of 501 ~ 22.55%
G 191 of 501 ~ 38.12%
B 197 of 501 ~ 39.32%

%22.55
%38.12
%39.32

CMYK color model

#71BFC5 color CMYK value is (43,3,0,23).

  • cyan value is 42.64%
  • magenta value is 3.05%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(43,3,0,23)
C43M3Y0K23 
(43%,3%,0%,23%)
(0.43/0.03/0.00/0.23)	

CMYK percentages

%42.64
%3.05
%0
%22.75

Codes

Color #71BFC5 in popluar color models

71BFC5
RGB113191197
HSL184°42.00%60.78%
HSB/HSV184°42.64%77.25%
CMYK42.64%3.05%0.00%
22.75%

Color #71BFC5 in popluar number systems.

HEX71BFC5
Decimal113191197
Binary11100011011111111000101
Octal161277305

Shades and tints

Shades of #71BFC5

#71BFC5
(113,191,197)
#67AEB4
(103,174,180)
#5D9DA3
(93,157,163)
#538C92
(83,140,146)
#497B81
(73,123,129)
#3F6A70
(63,106,112)
#35595F
(53,89,95)
#2B484E
(43,72,78)
#21373D
(33,55,61)
#17262C
(23,38,44)
#0D151B
(13,21,27)
#000000
(0,0,0)

Tints of #71BFC5

#71BFC5
(113,191,197)
#7DC4CA
(125,196,202)
#89C9CF
(137,201,207)
#95CED4
(149,206,212)
#A1D3D9
(161,211,217)
#ADD8DE
(173,216,222)
#B9DDE3
(185,221,227)
#C5E2E8
(197,226,232)
#D1E7ED
(209,231,237)
#DDECF2
(221,236,242)
#E9F1F7
(233,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BFC5 color. Also use rgb(113,191,197) instead hex code.

Text Font Color

.myTextColor { color: #71BFC5; }

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

This text font color is #71BFC5.


Background Color

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

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

This div background color is #71BFC5.


Border color

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

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

This div border color is #71BFC5.


Opacity

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

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

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

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

This text has shadow with #71BFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BFC5 on black background.


Color preview on white background

This text has color #71BFC5 on white background.



Black color preview on #71BFC5 background

This text has black color on #71BFC5 background.


White color preview on #71BFC5 background

This text has white color on #71BFC5 background.