COLOR #71BCC2

HEX: #71BCC2 RGB: (113,188,194)

Color info

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

RGB color model

#71BCC2 color RGB value is (113,188,194).

RGB: (113,188,194) (44%, 74%, 76%)

RGB channels and saturation

R 113 of 255 = 44%
G 188 of 255 = 74%
B 194 of 255 = 76%

113
188
194

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

Portions of RGB colors in percentages

R + G + B = 113 + 188 + 194 = 495 (100%)
R 113 of 495 ~ 22.83%
G 188 of 495 ~ 37.98%
B 194 of 495 ~ 39.19'%

%22.83
%37.98
%39.19

CMYK color model

#71BCC2 color CMYK value is (42,3,0,24).

  • cyan value is 41.75%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (42,3,0,24)
C42M3Y0K24 (42%, 3%, 0%, 24%)
(0.42 / 0.03 / 0.00 / 0.24)

CMYK percentages

%41.75
%3.09
%0
%23.92

Codes

Color #71BCC2 in popluar color models

71 BC C2
RGB 113 188 194
HSL 184° 39.90% 60.20%
HSB/HSV 184° 41.75% 76.08%
CMYK 41.75% 3.09% 0.00%
23.92%

Color #71BCC2 in popluar number systems.

HEX 71 BC C2
Decimal 113 188 194
Binary 1110001 10111100 11000010
Octal 161 274 302

Shades and tints

Shades of #71BCC2

#71BCC2
(113,188,194)
#67ABB1
(103,171,177)
#5D9AA0
(93,154,160)
#53898F
(83,137,143)
#49787E
(73,120,126)
#3F676D
(63,103,109)
#35565C
(53,86,92)
#2B454B
(43,69,75)
#21343A
(33,52,58)
#172329
(23,35,41)
#0D1218
(13,18,24)
#000000
(0,0,0)

Tints of #71BCC2

#71BCC2
(113,188,194)
#7DC2C7
(125,194,199)
#89C8CC
(137,200,204)
#95CED1
(149,206,209)
#A1D4D6
(161,212,214)
#ADDADB
(173,218,219)
#B9E0E0
(185,224,224)
#C5E6E5
(197,230,229)
#D1ECEA
(209,236,234)
#DDF2EF
(221,242,239)
#E9F8F4
(233,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BCC2 color. Also use rgb(113,188,194) instead hex code.

Text Font Color

.myTextColor { color: #71BCC2; }

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

This text font color is #71BCC2.

Background Color

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

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

This div background color is #71BCC2.

Border color

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

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

This div border color is #71BCC2.

Opacity

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

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

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

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

This text has shadow with #71BCC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71BCC2.

Preview

Color preview on black background

This text has color #71BCC2 on black background.


Color preview on white background

This text has color #71BCC2 on white background.


Black color preview on #71BCC2 background

This text has black color on #71BCC2 background.


White color preview on #71BCC2 background

This text has white color on #71BCC2 background.


Related colors

Complementary color

Complementary color for #hex is #8E433D.


I love getcolorcode.com

Triadic colors

1 #C271BC and #BCC271 with #71BCC2 are triadic colors.

2 #C2BC71 and #BC71C2 with #71BCC2 are triadic colors.