COLOR #71C8DD

HEX: #71C8DD
RGB: (113,200,221)

Color info

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

RGB color model

#71C8DD color RGB value is (113,200,221).

  • red value is 113;
  • green value is 200;
  • blue value is 221.
RGB:
(113,200,221)
(44%,78%,87%)

RGB channels and saturation

R 113 of 255 = 44%
G 200 of 255 = 78%
B 221 of 255 = 87%

113
200
221

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

Portions of RGB colors in percentages

R + G + B =
113 + 200 + 221 = 534 (100%)
R 113 of 534 ~ 21.16%
G 200 of 534 ~ 37.45%
B 221 of 534 ~ 41.39%

%21.16
%37.45
%41.39

CMYK color model

#71C8DD color CMYK value is (49,10,0,13).

  • cyan value is 48.87%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(49,10,0,13)
C49M10Y0K13 
(49%,10%,0%,13%)
(0.49/0.10/0.00/0.13)	

CMYK percentages

%48.87
%9.5
%0
%13.33

Codes

Color #71C8DD in popluar color models

71C8DD
RGB113200221
HSL192°61.36%65.49%
HSB/HSV192°48.87%86.67%
CMYK48.87%9.50%0.00%
13.33%

Color #71C8DD in popluar number systems.

HEX71C8DD
Decimal113200221
Binary11100011100100011011101
Octal161310335

Shades and tints

Shades of #71C8DD

#71C8DD
(113,200,221)
#67B6C9
(103,182,201)
#5DA4B5
(93,164,181)
#5392A1
(83,146,161)
#49808D
(73,128,141)
#3F6E79
(63,110,121)
#355C65
(53,92,101)
#2B4A51
(43,74,81)
#21383D
(33,56,61)
#172629
(23,38,41)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #71C8DD

#71C8DD
(113,200,221)
#7DCDE0
(125,205,224)
#89D2E3
(137,210,227)
#95D7E6
(149,215,230)
#A1DCE9
(161,220,233)
#ADE1EC
(173,225,236)
#B9E6EF
(185,230,239)
#C5EBF2
(197,235,242)
#D1F0F5
(209,240,245)
#DDF5F8
(221,245,248)
#E9FAFB
(233,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C8DD; }

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

This text font color is #71C8DD.


Background Color

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

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

This div background color is #71C8DD.


Border color

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

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

This div border color is #71C8DD.


Opacity

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

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

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

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

This text has shadow with #71C8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C8DD on black background.


Color preview on white background

This text has color #71C8DD on white background.



Black color preview on #71C8DD background

This text has black color on #71C8DD background.


White color preview on #71C8DD background

This text has white color on #71C8DD background.