COLOR #71ADE0

HEX: #71ADE0
RGB: (113,173,224)

Color info

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

RGB color model

#71ADE0 color RGB value is (113,173,224).

  • red value is 113;
  • green value is 173;
  • blue value is 224.
RGB:
(113,173,224)
(44%,68%,88%)

RGB channels and saturation

R 113 of 255 = 44%
G 173 of 255 = 68%
B 224 of 255 = 88%

113
173
224

R + G + B ~ 67%. #71ADE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 173 + 224 = 510 (100%)
R 113 of 510 ~ 22.16%
G 173 of 510 ~ 33.92%
B 224 of 510 ~ 43.92%

%22.16
%33.92
%43.92

CMYK color model

#71ADE0 color CMYK value is (50,23,0,12).

  • cyan value is 49.55%
  • magenta value is 22.77%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(50,23,0,12)
C50M23Y0K12 
(50%,23%,0%,12%)
(0.50/0.23/0.00/0.12)	

CMYK percentages

%49.55
%22.77
%0
%12.16

Codes

Color #71ADE0 in popluar color models

71ADE0
RGB113173224
HSL208°64.16%66.08%
HSB/HSV208°49.55%87.84%
CMYK49.55%22.77%0.00%
12.16%

Color #71ADE0 in popluar number systems.

HEX71ADE0
Decimal113173224
Binary11100011010110111100000
Octal161255340

Shades and tints

Shades of #71ADE0

#71ADE0
(113,173,224)
#679ECC
(103,158,204)
#5D8FB8
(93,143,184)
#5380A4
(83,128,164)
#497190
(73,113,144)
#3F627C
(63,98,124)
#355368
(53,83,104)
#2B4454
(43,68,84)
#213540
(33,53,64)
#17262C
(23,38,44)
#0D1718
(13,23,24)
#000000
(0,0,0)

Tints of #71ADE0

#71ADE0
(113,173,224)
#7DB4E2
(125,180,226)
#89BBE4
(137,187,228)
#95C2E6
(149,194,230)
#A1C9E8
(161,201,232)
#ADD0EA
(173,208,234)
#B9D7EC
(185,215,236)
#C5DEEE
(197,222,238)
#D1E5F0
(209,229,240)
#DDECF2
(221,236,242)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71ADE0 color. Also use rgb(113,173,224) instead hex code.

Text Font Color

.myTextColor { color: #71ADE0; }

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

This text font color is #71ADE0.


Background Color

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

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

This div background color is #71ADE0.


Border color

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

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

This div border color is #71ADE0.


Opacity

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

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

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

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

This text has shadow with #71ADE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71ADE0 on black background.


Color preview on white background

This text has color #71ADE0 on white background.



Black color preview on #71ADE0 background

This text has black color on #71ADE0 background.


White color preview on #71ADE0 background

This text has white color on #71ADE0 background.