COLOR #71B1DD

HEX: #71B1DD RGB: (113,177,221)

Color info

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

RGB color model

#71B1DD color RGB value is (113,177,221).

RGB: (113,177,221) (44%, 69%, 87%)

RGB channels and saturation

R 113 of 255 = 44%
G 177 of 255 = 69%
B 221 of 255 = 87%

113
177
221

R + G + B ~ 67%. #71B1DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 177 + 221 = 511 (100%)
R 113 of 511 ~ 22.11%
G 177 of 511 ~ 34.64%
B 221 of 511 ~ 43.25'%

%22.11
%34.64
%43.25

CMYK color model

#71B1DD color CMYK value is (49,20,0,13).

  • cyan value is 48.87%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (49,20,0,13) C49M20Y0K13 (49%,20%,0%,13%) (0.49/0.20/0.00/0.13) 

CMYK percentages

%48.87
%19.91
%0
%13.33

Codes

Color #71B1DD in popluar color models

71 B1 DD
RGB 113 177 221
HSL 204° 61.36% 65.49%
HSB/HSV 204° 48.87% 86.67%
CMYK 48.87% 19.91% 0.00%
13.33%

Color #71B1DD in popluar number systems.

HEX 71 B1 DD
Decimal 113 177 221
Binary 1110001 10110001 11011101
Octal 161 261 335

Shades and tints

Shades of #71B1DD

#71B1DD
(113,177,221)
#67A1C9
(103,161,201)
#5D91B5
(93,145,181)
#5381A1
(83,129,161)
#49718D
(73,113,141)
#3F6179
(63,97,121)
#355165
(53,81,101)
#2B4151
(43,65,81)
#21313D
(33,49,61)
#172129
(23,33,41)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #71B1DD

#71B1DD
(113,177,221)
#7DB8E0
(125,184,224)
#89BFE3
(137,191,227)
#95C6E6
(149,198,230)
#A1CDE9
(161,205,233)
#ADD4EC
(173,212,236)
#B9DBEF
(185,219,239)
#C5E2F2
(197,226,242)
#D1E9F5
(209,233,245)
#DDF0F8
(221,240,248)
#E9F7FB
(233,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B1DD; }

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

This text font color is #71B1DD.

Background Color

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

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

This div background color is #71B1DD.

Border color

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

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

This div border color is #71B1DD.

Opacity

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

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

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

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

This text has shadow with #71B1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71B1DD.

Preview

Color preview on black background

This text has color #71B1DD on black background.


Color preview on white background

This text has color #71B1DD on white background.


Black color preview on #71B1DD background

This text has black color on #71B1DD background.


White color preview on #71B1DD background

This text has white color on #71B1DD background.


Related colors

Complementary color

Complementary color for #hex is #8E4E22.


I love getcolorcode.com

Triadic colors

1 #DD71B1 and #B1DD71 with #71B1DD are triadic colors.

2 #DDB171 and #B171DD with #71B1DD are triadic colors.