COLOR #71C9DD

HEX: #71C9DD RGB: (113,201,221)

Color info

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

RGB color model

#71C9DD color RGB value is (113,201,221).

RGB: (113,201,221) (44%, 79%, 87%)

RGB channels and saturation

R 113 of 255 = 44%
G 201 of 255 = 79%
B 221 of 255 = 87%

113
201
221

R + G + B ~ 70%. #71C9DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 201 + 221 = 535 (100%)
R 113 of 535 ~ 21.12%
G 201 of 535 ~ 37.57%
B 221 of 535 ~ 41.31'%

%21.12
%37.57
%41.31

CMYK color model

#71C9DD color CMYK value is (49,9,0,13).

  • cyan value is 48.87%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (49,9,0,13)
C49M9Y0K13 (49%, 9%, 0%, 13%)
(0.49 / 0.09 / 0.00 / 0.13)

CMYK percentages

%48.87
%9.05
%0
%13.33

Codes

Color #71C9DD in popluar color models

71 C9 DD
RGB 113 201 221
HSL 191° 61.36% 65.49%
HSB/HSV 191° 48.87% 86.67%
CMYK 48.87% 9.05% 0.00%
13.33%

Color #71C9DD in popluar number systems.

HEX 71 C9 DD
Decimal 113 201 221
Binary 1110001 11001001 11011101
Octal 161 311 335

Shades and tints

Shades of #71C9DD

#71C9DD
(113,201,221)
#67B7C9
(103,183,201)
#5DA5B5
(93,165,181)
#5393A1
(83,147,161)
#49818D
(73,129,141)
#3F6F79
(63,111,121)
#355D65
(53,93,101)
#2B4B51
(43,75,81)
#21393D
(33,57,61)
#172729
(23,39,41)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #71C9DD

#71C9DD
(113,201,221)
#7DCDE0
(125,205,224)
#89D1E3
(137,209,227)
#95D5E6
(149,213,230)
#A1D9E9
(161,217,233)
#ADDDEC
(173,221,236)
#B9E1EF
(185,225,239)
#C5E5F2
(197,229,242)
#D1E9F5
(209,233,245)
#DDEDF8
(221,237,248)
#E9F1FB
(233,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C9DD; }

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

This text font color is #71C9DD.

Background Color

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

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

This div background color is #71C9DD.

Border color

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

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

This div border color is #71C9DD.

Opacity

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

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

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

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

This text has shadow with #71C9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71C9DD.

Preview

Color preview on black background

This text has color #71C9DD on black background.


Color preview on white background

This text has color #71C9DD on white background.


Black color preview on #71C9DD background

This text has black color on #71C9DD background.


White color preview on #71C9DD background

This text has white color on #71C9DD background.


Related colors

Complementary color

Complementary color for #hex is #8E3622.


I love getcolorcode.com

Triadic colors

1 #DD71C9 and #C9DD71 with #71C9DD are triadic colors.

2 #DDC971 and #C971DD with #71C9DD are triadic colors.