COLOR #71A6DB

HEX: #71A6DB
RGB: (113,166,219)

Color info

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

RGB color model

#71A6DB color RGB value is (113,166,219).

  • red value is 113;
  • green value is 166;
  • blue value is 219.
RGB:
(113,166,219)
(44%,65%,86%)

RGB channels and saturation

R 113 of 255 = 44%
G 166 of 255 = 65%
B 219 of 255 = 86%

113
166
219

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

Portions of RGB colors in percentages

R + G + B =
113 + 166 + 219 = 498 (100%)
R 113 of 498 ~ 22.69%
G 166 of 498 ~ 33.33%
B 219 of 498 ~ 43.98%

%22.69
%33.33
%43.98

CMYK color model

#71A6DB color CMYK value is (48,24,0,14).

  • cyan value is 48.40%
  • magenta value is 24.20%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(48,24,0,14)
C48M24Y0K14 
(48%,24%,0%,14%)
(0.48/0.24/0.00/0.14)	

CMYK percentages

%48.4
%24.2
%0
%14.12

Codes

Color #71A6DB in popluar color models

71A6DB
RGB113166219
HSL210°59.55%65.10%
HSB/HSV210°48.40%85.88%
CMYK48.40%24.20%0.00%
14.12%

Color #71A6DB in popluar number systems.

HEX71A6DB
Decimal113166219
Binary11100011010011011011011
Octal161246333

Shades and tints

Shades of #71A6DB

#71A6DB
(113,166,219)
#6797C8
(103,151,200)
#5D88B5
(93,136,181)
#5379A2
(83,121,162)
#496A8F
(73,106,143)
#3F5B7C
(63,91,124)
#354C69
(53,76,105)
#2B3D56
(43,61,86)
#212E43
(33,46,67)
#171F30
(23,31,48)
#0D101D
(13,16,29)
#000000
(0,0,0)

Tints of #71A6DB

#71A6DB
(113,166,219)
#7DAEDE
(125,174,222)
#89B6E1
(137,182,225)
#95BEE4
(149,190,228)
#A1C6E7
(161,198,231)
#ADCEEA
(173,206,234)
#B9D6ED
(185,214,237)
#C5DEF0
(197,222,240)
#D1E6F3
(209,230,243)
#DDEEF6
(221,238,246)
#E9F6F9
(233,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A6DB color. Also use rgb(113,166,219) instead hex code.

Text Font Color

.myTextColor { color: #71A6DB; }

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

This text font color is #71A6DB.


Background Color

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

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

This div background color is #71A6DB.


Border color

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

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

This div border color is #71A6DB.


Opacity

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

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

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

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

This text has shadow with #71A6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A6DB on black background.


Color preview on white background

This text has color #71A6DB on white background.



Black color preview on #71A6DB background

This text has black color on #71A6DB background.


White color preview on #71A6DB background

This text has white color on #71A6DB background.