COLOR #716EBB

HEX: #716EBB
RGB: (113,110,187)

Color info

#716EBB contains mainly blue color. Web safe color of #716EBB is #6666CC (or #66C).

RGB color model

#716EBB color RGB value is (113,110,187).

  • red value is 113;
  • green value is 110;
  • blue value is 187.
RGB:
(113,110,187)
(44%,43%,73%)

RGB channels and saturation

R 113 of 255 = 44%
G 110 of 255 = 43%
B 187 of 255 = 73%

113
110
187

R + G + B ~ 53%. #716EBB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 110 + 187 = 410 (100%)
R 113 of 410 ~ 27.56%
G 110 of 410 ~ 26.83%
B 187 of 410 ~ 45.61%

%27.56
%26.83
%45.61

CMYK color model

#716EBB color CMYK value is (40,41,0,27).

  • cyan value is 39.57%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(40,41,0,27)
C40M41Y0K27 
(40%,41%,0%,27%)
(0.40/0.41/0.00/0.27)	

CMYK percentages

%39.57
%41.18
%0
%26.67

Codes

Color #716EBB in popluar color models

716EBB
RGB113110187
HSL242°36.15%58.24%
HSB/HSV242°41.18%73.33%
CMYK39.57%41.18%0.00%
26.67%

Color #716EBB in popluar number systems.

HEX716EBB
Decimal113110187
Binary1110001110111010111011
Octal161156273

Shades and tints

Shades of #716EBB

#716EBB
(113,110,187)
#6764AA
(103,100,170)
#5D5A99
(93,90,153)
#535088
(83,80,136)
#494677
(73,70,119)
#3F3C66
(63,60,102)
#353255
(53,50,85)
#2B2844
(43,40,68)
#211E33
(33,30,51)
#171422
(23,20,34)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #716EBB

#716EBB
(113,110,187)
#7D7BC1
(125,123,193)
#8988C7
(137,136,199)
#9595CD
(149,149,205)
#A1A2D3
(161,162,211)
#ADAFD9
(173,175,217)
#B9BCDF
(185,188,223)
#C5C9E5
(197,201,229)
#D1D6EB
(209,214,235)
#DDE3F1
(221,227,241)
#E9F0F7
(233,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716EBB color. Also use rgb(113,110,187) instead hex code.

Text Font Color

.myTextColor { color: #716EBB; }

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

This text font color is #716EBB.


Background Color

.myBgColor { background-color: #716EBB; }

<div style="background-color:#716EBB">Inner text</div>

This div background color is #716EBB.


Border color

.myBorderColor { border: 1px solid #716EBB; }

<div style="border:3px solid #716EBB">Div</div>

This div border color is #716EBB.


Opacity

.myOpacity80 { color: #716EBB; opacity: 0.8; }

<p style="color:#716EBB;opacity:0.8;">80%</p>

Text with #716EBB 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 #716EBB;}

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

This text has shadow with #716EBB color.

.textShadow {text-shadow: 3px 3px 1px #716EBB, 3px 3px 1px red;}

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

This text has shadow with #716EBB primary color and red secondary color.


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

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

This text has shadow with #716EBB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716EBB on black background.


Color preview on white background

This text has color #716EBB on white background.



Black color preview on #716EBB background

This text has black color on #716EBB background.


White color preview on #716EBB background

This text has white color on #716EBB background.