COLOR #71B0CC

HEX: #71B0CC RGB: (113,176,204)

Color info

#71B0CC contains mainly green and blue colors. Web safe color of #71B0CC is #6699CC (or #69C).

RGB color model

#71B0CC color RGB value is (113,176,204).

RGB: (113,176,204) (44%, 69%, 80%)

RGB channels and saturation

R 113 of 255 = 44%
G 176 of 255 = 69%
B 204 of 255 = 80%

113
176
204

R + G + B ~ 64%. #71B0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 176 + 204 = 493 (100%)
R 113 of 493 ~ 22.92%
G 176 of 493 ~ 35.7%
B 204 of 493 ~ 41.38'%

%22.92
%35.7
%41.38

CMYK color model

#71B0CC color CMYK value is (45,14,0,20).

  • cyan value is 44.61%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (45,14,0,20)
C45M14Y0K20 (45%, 14%, 0%, 20%)
(0.45 / 0.14 / 0.00 / 0.20)

CMYK percentages

%44.61
%13.73
%0
%20

Codes

Color #71B0CC in popluar color models

71 B0 CC
RGB 113 176 204
HSL 198° 47.15% 62.16%
HSB/HSV 198° 44.61% 80.00%
CMYK 44.61% 13.73% 0.00%
20.00%

Color #71B0CC in popluar number systems.

HEX 71 B0 CC
Decimal 113 176 204
Binary 1110001 10110000 11001100
Octal 161 260 314

Shades and tints

Shades of #71B0CC

#71B0CC
(113,176,204)
#67A0BA
(103,160,186)
#5D90A8
(93,144,168)
#538096
(83,128,150)
#497084
(73,112,132)
#3F6072
(63,96,114)
#355060
(53,80,96)
#2B404E
(43,64,78)
#21303C
(33,48,60)
#17202A
(23,32,42)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #71B0CC

#71B0CC
(113,176,204)
#7DB7D0
(125,183,208)
#89BED4
(137,190,212)
#95C5D8
(149,197,216)
#A1CCDC
(161,204,220)
#ADD3E0
(173,211,224)
#B9DAE4
(185,218,228)
#C5E1E8
(197,225,232)
#D1E8EC
(209,232,236)
#DDEFF0
(221,239,240)
#E9F6F4
(233,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B0CC color. Also use rgb(113,176,204) instead hex code.

Text Font Color

.myTextColor { color: #71B0CC; }

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

This text font color is #71B0CC.

Background Color

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

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

This div background color is #71B0CC.

Border color

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

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

This div border color is #71B0CC.

Opacity

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

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

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

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

This text has shadow with #71B0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71B0CC.

Preview

Color preview on black background

This text has color #71B0CC on black background.


Color preview on white background

This text has color #71B0CC on white background.


Black color preview on #71B0CC background

This text has black color on #71B0CC background.


White color preview on #71B0CC background

This text has white color on #71B0CC background.


Related colors

Complementary color

Complementary color for #hex is #8E4F33.


I love getcolorcode.com

Triadic colors

1 #CC71B0 and #B0CC71 with #71B0CC are triadic colors.

2 #CCB071 and #B071CC with #71B0CC are triadic colors.