COLOR #71A7DF

HEX: #71A7DF
RGB: (113,167,223)

Color info

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

RGB color model

#71A7DF color RGB value is (113,167,223).

  • red value is 113;
  • green value is 167;
  • blue value is 223.
RGB:
(113,167,223)
(44%,65%,87%)

RGB channels and saturation

R 113 of 255 = 44%
G 167 of 255 = 65%
B 223 of 255 = 87%

113
167
223

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

Portions of RGB colors in percentages

R + G + B =
113 + 167 + 223 = 503 (100%)
R 113 of 503 ~ 22.47%
G 167 of 503 ~ 33.2%
B 223 of 503 ~ 44.33%

%22.47
%33.2
%44.33

CMYK color model

#71A7DF color CMYK value is (49,25,0,13).

  • cyan value is 49.33%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(49,25,0,13)
C49M25Y0K13 
(49%,25%,0%,13%)
(0.49/0.25/0.00/0.13)	

CMYK percentages

%49.33
%25.11
%0
%12.55

Codes

Color #71A7DF in popluar color models

71A7DF
RGB113167223
HSL211°63.22%65.88%
HSB/HSV211°49.33%87.45%
CMYK49.33%25.11%0.00%
12.55%

Color #71A7DF in popluar number systems.

HEX71A7DF
Decimal113167223
Binary11100011010011111011111
Octal161247337

Shades and tints

Shades of #71A7DF

#71A7DF
(113,167,223)
#6798CB
(103,152,203)
#5D89B7
(93,137,183)
#537AA3
(83,122,163)
#496B8F
(73,107,143)
#3F5C7B
(63,92,123)
#354D67
(53,77,103)
#2B3E53
(43,62,83)
#212F3F
(33,47,63)
#17202B
(23,32,43)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #71A7DF

#71A7DF
(113,167,223)
#7DAFE1
(125,175,225)
#89B7E3
(137,183,227)
#95BFE5
(149,191,229)
#A1C7E7
(161,199,231)
#ADCFE9
(173,207,233)
#B9D7EB
(185,215,235)
#C5DFED
(197,223,237)
#D1E7EF
(209,231,239)
#DDEFF1
(221,239,241)
#E9F7F3
(233,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A7DF color. Also use rgb(113,167,223) instead hex code.

Text Font Color

.myTextColor { color: #71A7DF; }

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

This text font color is #71A7DF.


Background Color

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

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

This div background color is #71A7DF.


Border color

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

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

This div border color is #71A7DF.


Opacity

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

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

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

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

This text has shadow with #71A7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A7DF on black background.


Color preview on white background

This text has color #71A7DF on white background.



Black color preview on #71A7DF background

This text has black color on #71A7DF background.


White color preview on #71A7DF background

This text has white color on #71A7DF background.