COLOR #71B7E0

HEX: #71B7E0 RGB: (113,183,224)

Color info

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

RGB color model

#71B7E0 color RGB value is (113,183,224).

RGB: (113,183,224) (44%, 72%, 88%)

RGB channels and saturation

R 113 of 255 = 44%
G 183 of 255 = 72%
B 224 of 255 = 88%

113
183
224

R + G + B ~ 68%. #71B7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 183 + 224 = 520 (100%)
R 113 of 520 ~ 21.73%
G 183 of 520 ~ 35.19%
B 224 of 520 ~ 43.08'%

%21.73
%35.19
%43.08

CMYK color model

#71B7E0 color CMYK value is (50,18,0,12).

  • cyan value is 49.55%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (50,18,0,12)
C50M18Y0K12 (50%, 18%, 0%, 12%)
(0.50 / 0.18 / 0.00 / 0.12)

CMYK percentages

%49.55
%18.3
%0
%12.16

Codes

Color #71B7E0 in popluar color models

71 B7 E0
RGB 113 183 224
HSL 202° 64.16% 66.08%
HSB/HSV 202° 49.55% 87.84%
CMYK 49.55% 18.30% 0.00%
12.16%

Color #71B7E0 in popluar number systems.

HEX 71 B7 E0
Decimal 113 183 224
Binary 1110001 10110111 11100000
Octal 161 267 340

Shades and tints

Shades of #71B7E0

#71B7E0
(113,183,224)
#67A7CC
(103,167,204)
#5D97B8
(93,151,184)
#5387A4
(83,135,164)
#497790
(73,119,144)
#3F677C
(63,103,124)
#355768
(53,87,104)
#2B4754
(43,71,84)
#213740
(33,55,64)
#17272C
(23,39,44)
#0D1718
(13,23,24)
#000000
(0,0,0)

Tints of #71B7E0

#71B7E0
(113,183,224)
#7DBDE2
(125,189,226)
#89C3E4
(137,195,228)
#95C9E6
(149,201,230)
#A1CFE8
(161,207,232)
#ADD5EA
(173,213,234)
#B9DBEC
(185,219,236)
#C5E1EE
(197,225,238)
#D1E7F0
(209,231,240)
#DDEDF2
(221,237,242)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B7E0; }

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

This text font color is #71B7E0.

Background Color

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

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

This div background color is #71B7E0.

Border color

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

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

This div border color is #71B7E0.

Opacity

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

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

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

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

This text has shadow with #71B7E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71B7E0.

Preview

Color preview on black background

This text has color #71B7E0 on black background.


Color preview on white background

This text has color #71B7E0 on white background.


Black color preview on #71B7E0 background

This text has black color on #71B7E0 background.


White color preview on #71B7E0 background

This text has white color on #71B7E0 background.


Related colors

Complementary color

Complementary color for #hex is #8E481F.


I love getcolorcode.com

Triadic colors

1 #E071B7 and #B7E071 with #71B7E0 are triadic colors.

2 #E0B771 and #B771E0 with #71B7E0 are triadic colors.