COLOR #71A0DA

HEX: #71A0DA
RGB: (113,160,218)

Color info

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

RGB color model

#71A0DA color RGB value is (113,160,218).

  • red value is 113;
  • green value is 160;
  • blue value is 218.
RGB:
(113,160,218)
(44%,63%,85%)

RGB channels and saturation

R 113 of 255 = 44%
G 160 of 255 = 63%
B 218 of 255 = 85%

113
160
218

R + G + B ~ 64%. #71A0DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 160 + 218 = 491 (100%)
R 113 of 491 ~ 23.01%
G 160 of 491 ~ 32.59%
B 218 of 491 ~ 44.4%

%23.01
%32.59
%44.4

CMYK color model

#71A0DA color CMYK value is (48,27,0,15).

  • cyan value is 48.17%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(48,27,0,15)
C48M27Y0K15 
(48%,27%,0%,15%)
(0.48/0.27/0.00/0.15)	

CMYK percentages

%48.17
%26.61
%0
%14.51

Codes

Color #71A0DA in popluar color models

71A0DA
RGB113160218
HSL213°58.66%64.90%
HSB/HSV213°48.17%85.49%
CMYK48.17%26.61%0.00%
14.51%

Color #71A0DA in popluar number systems.

HEX71A0DA
Decimal113160218
Binary11100011010000011011010
Octal161240332

Shades and tints

Shades of #71A0DA

#71A0DA
(113,160,218)
#6792C7
(103,146,199)
#5D84B4
(93,132,180)
#5376A1
(83,118,161)
#49688E
(73,104,142)
#3F5A7B
(63,90,123)
#354C68
(53,76,104)
#2B3E55
(43,62,85)
#213042
(33,48,66)
#17222F
(23,34,47)
#0D141C
(13,20,28)
#000000
(0,0,0)

Tints of #71A0DA

#71A0DA
(113,160,218)
#7DA8DD
(125,168,221)
#89B0E0
(137,176,224)
#95B8E3
(149,184,227)
#A1C0E6
(161,192,230)
#ADC8E9
(173,200,233)
#B9D0EC
(185,208,236)
#C5D8EF
(197,216,239)
#D1E0F2
(209,224,242)
#DDE8F5
(221,232,245)
#E9F0F8
(233,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A0DA color. Also use rgb(113,160,218) instead hex code.

Text Font Color

.myTextColor { color: #71A0DA; }

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

This text font color is #71A0DA.


Background Color

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

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

This div background color is #71A0DA.


Border color

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

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

This div border color is #71A0DA.


Opacity

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

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

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

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

This text has shadow with #71A0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A0DA on black background.


Color preview on white background

This text has color #71A0DA on white background.



Black color preview on #71A0DA background

This text has black color on #71A0DA background.


White color preview on #71A0DA background

This text has white color on #71A0DA background.