COLOR #71B1D0

HEX: #71B1D0
RGB: (113,177,208)

Color info

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

RGB color model

#71B1D0 color RGB value is (113,177,208).

  • red value is 113;
  • green value is 177;
  • blue value is 208.
RGB:
(113,177,208)
(44%,69%,82%)

RGB channels and saturation

R 113 of 255 = 44%
G 177 of 255 = 69%
B 208 of 255 = 82%

113
177
208

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

Portions of RGB colors in percentages

R + G + B =
113 + 177 + 208 = 498 (100%)
R 113 of 498 ~ 22.69%
G 177 of 498 ~ 35.54%
B 208 of 498 ~ 41.77%

%22.69
%35.54
%41.77

CMYK color model

#71B1D0 color CMYK value is (46,15,0,18).

  • cyan value is 45.67%
  • magenta value is 14.90%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(46,15,0,18)
C46M15Y0K18 
(46%,15%,0%,18%)
(0.46/0.15/0.00/0.18)	

CMYK percentages

%45.67
%14.9
%0
%18.43

Codes

Color #71B1D0 in popluar color models

71B1D0
RGB113177208
HSL200°50.26%62.94%
HSB/HSV200°45.67%81.57%
CMYK45.67%14.90%0.00%
18.43%

Color #71B1D0 in popluar number systems.

HEX71B1D0
Decimal113177208
Binary11100011011000111010000
Octal161261320

Shades and tints

Shades of #71B1D0

#71B1D0
(113,177,208)
#67A1BE
(103,161,190)
#5D91AC
(93,145,172)
#53819A
(83,129,154)
#497188
(73,113,136)
#3F6176
(63,97,118)
#355164
(53,81,100)
#2B4152
(43,65,82)
#213140
(33,49,64)
#17212E
(23,33,46)
#0D111C
(13,17,28)
#000000
(0,0,0)

Tints of #71B1D0

#71B1D0
(113,177,208)
#7DB8D4
(125,184,212)
#89BFD8
(137,191,216)
#95C6DC
(149,198,220)
#A1CDE0
(161,205,224)
#ADD4E4
(173,212,228)
#B9DBE8
(185,219,232)
#C5E2EC
(197,226,236)
#D1E9F0
(209,233,240)
#DDF0F4
(221,240,244)
#E9F7F8
(233,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B1D0 color. Also use rgb(113,177,208) instead hex code.

Text Font Color

.myTextColor { color: #71B1D0; }

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

This text font color is #71B1D0.


Background Color

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

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

This div background color is #71B1D0.


Border color

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

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

This div border color is #71B1D0.


Opacity

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

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

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

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

This text has shadow with #71B1D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B1D0 on black background.


Color preview on white background

This text has color #71B1D0 on white background.



Black color preview on #71B1D0 background

This text has black color on #71B1D0 background.


White color preview on #71B1D0 background

This text has white color on #71B1D0 background.