COLOR #71B2DE

HEX: #71B2DE
RGB: (113,178,222)

Color info

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

RGB color model

#71B2DE color RGB value is (113,178,222).

  • red value is 113;
  • green value is 178;
  • blue value is 222.
RGB:
(113,178,222)
(44%,70%,87%)

RGB channels and saturation

R 113 of 255 = 44%
G 178 of 255 = 70%
B 222 of 255 = 87%

113
178
222

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

Portions of RGB colors in percentages

R + G + B =
113 + 178 + 222 = 513 (100%)
R 113 of 513 ~ 22.03%
G 178 of 513 ~ 34.7%
B 222 of 513 ~ 43.27%

%22.03
%34.7
%43.27

CMYK color model

#71B2DE color CMYK value is (49,20,0,13).

  • cyan value is 49.10%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(49,20,0,13)
C49M20Y0K13 
(49%,20%,0%,13%)
(0.49/0.20/0.00/0.13)	

CMYK percentages

%49.1
%19.82
%0
%12.94

Codes

Color #71B2DE in popluar color models

71B2DE
RGB113178222
HSL204°62.29%65.69%
HSB/HSV204°49.10%87.06%
CMYK49.10%19.82%0.00%
12.94%

Color #71B2DE in popluar number systems.

HEX71B2DE
Decimal113178222
Binary11100011011001011011110
Octal161262336

Shades and tints

Shades of #71B2DE

#71B2DE
(113,178,222)
#67A2CA
(103,162,202)
#5D92B6
(93,146,182)
#5382A2
(83,130,162)
#49728E
(73,114,142)
#3F627A
(63,98,122)
#355266
(53,82,102)
#2B4252
(43,66,82)
#21323E
(33,50,62)
#17222A
(23,34,42)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #71B2DE

#71B2DE
(113,178,222)
#7DB9E1
(125,185,225)
#89C0E4
(137,192,228)
#95C7E7
(149,199,231)
#A1CEEA
(161,206,234)
#ADD5ED
(173,213,237)
#B9DCF0
(185,220,240)
#C5E3F3
(197,227,243)
#D1EAF6
(209,234,246)
#DDF1F9
(221,241,249)
#E9F8FC
(233,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B2DE color. Also use rgb(113,178,222) instead hex code.

Text Font Color

.myTextColor { color: #71B2DE; }

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

This text font color is #71B2DE.


Background Color

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

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

This div background color is #71B2DE.


Border color

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

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

This div border color is #71B2DE.


Opacity

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

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

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

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

This text has shadow with #71B2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B2DE on black background.


Color preview on white background

This text has color #71B2DE on white background.



Black color preview on #71B2DE background

This text has black color on #71B2DE background.


White color preview on #71B2DE background

This text has white color on #71B2DE background.