COLOR #71A3EE

HEX: #71A3EE
RGB: (113,163,238)

Color info

#71A3EE contains mainly blue color. Web safe color of #71A3EE is #6699FF (or #69F).

RGB color model

#71A3EE color RGB value is (113,163,238).

  • red value is 113;
  • green value is 163;
  • blue value is 238.
RGB:
(113,163,238)
(44%,64%,93%)

RGB channels and saturation

R 113 of 255 = 44%
G 163 of 255 = 64%
B 238 of 255 = 93%

113
163
238

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

Portions of RGB colors in percentages

R + G + B =
113 + 163 + 238 = 514 (100%)
R 113 of 514 ~ 21.98%
G 163 of 514 ~ 31.71%
B 238 of 514 ~ 46.3%

%21.98
%31.71
%46.3

CMYK color model

#71A3EE color CMYK value is (53,32,0,7).

  • cyan value is 52.52%
  • magenta value is 31.51%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(53,32,0,7)
C53M32Y0K7 
(53%,32%,0%,7%)
(0.53/0.32/0.00/0.07)	

CMYK percentages

%52.52
%31.51
%0
%6.67

Codes

Color #71A3EE in popluar color models

71A3EE
RGB113163238
HSL216°78.62%68.82%
HSB/HSV216°52.52%93.33%
CMYK52.52%31.51%0.00%
6.67%

Color #71A3EE in popluar number systems.

HEX71A3EE
Decimal113163238
Binary11100011010001111101110
Octal161243356

Shades and tints

Shades of #71A3EE

#71A3EE
(113,163,238)
#6795D9
(103,149,217)
#5D87C4
(93,135,196)
#5379AF
(83,121,175)
#496B9A
(73,107,154)
#3F5D85
(63,93,133)
#354F70
(53,79,112)
#2B415B
(43,65,91)
#213346
(33,51,70)
#172531
(23,37,49)
#0D171C
(13,23,28)
#000000
(0,0,0)

Tints of #71A3EE

#71A3EE
(113,163,238)
#7DABEF
(125,171,239)
#89B3F0
(137,179,240)
#95BBF1
(149,187,241)
#A1C3F2
(161,195,242)
#ADCBF3
(173,203,243)
#B9D3F4
(185,211,244)
#C5DBF5
(197,219,245)
#D1E3F6
(209,227,246)
#DDEBF7
(221,235,247)
#E9F3F8
(233,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A3EE color. Also use rgb(113,163,238) instead hex code.

Text Font Color

.myTextColor { color: #71A3EE; }

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

This text font color is #71A3EE.


Background Color

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

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

This div background color is #71A3EE.


Border color

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

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

This div border color is #71A3EE.


Opacity

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

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

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

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

This text has shadow with #71A3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A3EE on black background.


Color preview on white background

This text has color #71A3EE on white background.



Black color preview on #71A3EE background

This text has black color on #71A3EE background.


White color preview on #71A3EE background

This text has white color on #71A3EE background.