COLOR #706BEB

HEX: #706BEB
RGB: (112,107,235)

Color info

#706BEB contains mainly blue color. Web safe color of #706BEB is #6666FF (or #66F).

RGB color model

#706BEB color RGB value is (112,107,235).

  • red value is 112;
  • green value is 107;
  • blue value is 235.
RGB:
(112,107,235)
(44%,42%,92%)

RGB channels and saturation

R 112 of 255 = 44%
G 107 of 255 = 42%
B 235 of 255 = 92%

112
107
235

R + G + B ~ 59%. #706BEB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 107 + 235 = 454 (100%)
R 112 of 454 ~ 24.67%
G 107 of 454 ~ 23.57%
B 235 of 454 ~ 51.76%

%24.67
%23.57
%51.76

CMYK color model

#706BEB color CMYK value is (52,54,0,8).

  • cyan value is 52.34%
  • magenta value is 54.47%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(52,54,0,8)
C52M54Y0K8 
(52%,54%,0%,8%)
(0.52/0.54/0.00/0.08)	

CMYK percentages

%52.34
%54.47
%0
%7.84

Codes

Color #706BEB in popluar color models

706BEB
RGB112107235
HSL242°76.19%67.06%
HSB/HSV242°54.47%92.16%
CMYK52.34%54.47%0.00%
7.84%

Color #706BEB in popluar number systems.

HEX706BEB
Decimal112107235
Binary1110000110101111101011
Octal160153353

Shades and tints

Shades of #706BEB

#706BEB
(112,107,235)
#6662D6
(102,98,214)
#5C59C1
(92,89,193)
#5250AC
(82,80,172)
#484797
(72,71,151)
#3E3E82
(62,62,130)
#34356D
(52,53,109)
#2A2C58
(42,44,88)
#202343
(32,35,67)
#161A2E
(22,26,46)
#0C1119
(12,17,25)
#000000
(0,0,0)

Tints of #706BEB

#706BEB
(112,107,235)
#7D78EC
(125,120,236)
#8A85ED
(138,133,237)
#9792EE
(151,146,238)
#A49FEF
(164,159,239)
#B1ACF0
(177,172,240)
#BEB9F1
(190,185,241)
#CBC6F2
(203,198,242)
#D8D3F3
(216,211,243)
#E5E0F4
(229,224,244)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706BEB color. Also use rgb(112,107,235) instead hex code.

Text Font Color

.myTextColor { color: #706BEB; }

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

This text font color is #706BEB.


Background Color

.myBgColor { background-color: #706BEB; }

<div style="background-color:#706BEB">Inner text</div>

This div background color is #706BEB.


Border color

.myBorderColor { border: 1px solid #706BEB; }

<div style="border:3px solid #706BEB">Div</div>

This div border color is #706BEB.


Opacity

.myOpacity80 { color: #706BEB; opacity: 0.8; }

<p style="color:#706BEB;opacity:0.8;">80%</p>

Text with #706BEB 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 #706BEB;}

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

This text has shadow with #706BEB color.

.textShadow {text-shadow: 3px 3px 1px #706BEB, 3px 3px 1px red;}

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

This text has shadow with #706BEB primary color and red secondary color.


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

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

This text has shadow with #706BEB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706BEB on black background.


Color preview on white background

This text has color #706BEB on white background.



Black color preview on #706BEB background

This text has black color on #706BEB background.


White color preview on #706BEB background

This text has white color on #706BEB background.