COLOR #707DF7

HEX: #707DF7
RGB: (112,125,247)

Color info

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

RGB color model

#707DF7 color RGB value is (112,125,247).

  • red value is 112;
  • green value is 125;
  • blue value is 247.
RGB:
(112,125,247)
(44%,49%,97%)

RGB channels and saturation

R 112 of 255 = 44%
G 125 of 255 = 49%
B 247 of 255 = 97%

112
125
247

R + G + B ~ 63%. #707DF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 125 + 247 = 484 (100%)
R 112 of 484 ~ 23.14%
G 125 of 484 ~ 25.83%
B 247 of 484 ~ 51.03%

%23.14
%25.83
%51.03

CMYK color model

#707DF7 color CMYK value is (55,49,0,3).

  • cyan value is 54.66%
  • magenta value is 49.39%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(55,49,0,3)
C55M49Y0K3 
(55%,49%,0%,3%)
(0.55/0.49/0.00/0.03)	

CMYK percentages

%54.66
%49.39
%0
%3.14

Codes

Color #707DF7 in popluar color models

707DF7
RGB112125247
HSL234°89.40%70.39%
HSB/HSV234°54.66%96.86%
CMYK54.66%49.39%0.00%
3.14%

Color #707DF7 in popluar number systems.

HEX707DF7
Decimal112125247
Binary1110000111110111110111
Octal160175367

Shades and tints

Shades of #707DF7

#707DF7
(112,125,247)
#6672E1
(102,114,225)
#5C67CB
(92,103,203)
#525CB5
(82,92,181)
#48519F
(72,81,159)
#3E4689
(62,70,137)
#343B73
(52,59,115)
#2A305D
(42,48,93)
#202547
(32,37,71)
#161A31
(22,26,49)
#0C0F1B
(12,15,27)
#000000
(0,0,0)

Tints of #707DF7

#707DF7
(112,125,247)
#7D88F7
(125,136,247)
#8A93F7
(138,147,247)
#979EF7
(151,158,247)
#A4A9F7
(164,169,247)
#B1B4F7
(177,180,247)
#BEBFF7
(190,191,247)
#CBCAF7
(203,202,247)
#D8D5F7
(216,213,247)
#E5E0F7
(229,224,247)
#F2EBF7
(242,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707DF7 color. Also use rgb(112,125,247) instead hex code.

Text Font Color

.myTextColor { color: #707DF7; }

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

This text font color is #707DF7.


Background Color

.myBgColor { background-color: #707DF7; }

<div style="background-color:#707DF7">Inner text</div>

This div background color is #707DF7.


Border color

.myBorderColor { border: 1px solid #707DF7; }

<div style="border:3px solid #707DF7">Div</div>

This div border color is #707DF7.


Opacity

.myOpacity80 { color: #707DF7; opacity: 0.8; }

<p style="color:#707DF7;opacity:0.8;">80%</p>

Text with #707DF7 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 #707DF7;}

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

This text has shadow with #707DF7 color.

.textShadow {text-shadow: 3px 3px 1px #707DF7, 3px 3px 1px red;}

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

This text has shadow with #707DF7 primary color and red secondary color.


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

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

This text has shadow with #707DF7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707DF7 on black background.


Color preview on white background

This text has color #707DF7 on white background.



Black color preview on #707DF7 background

This text has black color on #707DF7 background.


White color preview on #707DF7 background

This text has white color on #707DF7 background.