COLOR #707DE5

HEX: #707DE5
RGB: (112,125,229)

Color info

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

RGB color model

#707DE5 color RGB value is (112,125,229).

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

RGB channels and saturation

R 112 of 255 = 44%
G 125 of 255 = 49%
B 229 of 255 = 90%

112
125
229

R + G + B ~ 61%. #707DE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 125 + 229 = 466 (100%)
R 112 of 466 ~ 24.03%
G 125 of 466 ~ 26.82%
B 229 of 466 ~ 49.14%

%24.03
%26.82
%49.14

CMYK color model

#707DE5 color CMYK value is (51,45,0,10).

  • cyan value is 51.09%
  • magenta value is 45.41%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(51,45,0,10)
C51M45Y0K10 
(51%,45%,0%,10%)
(0.51/0.45/0.00/0.10)	

CMYK percentages

%51.09
%45.41
%0
%10.2

Codes

Color #707DE5 in popluar color models

707DE5
RGB112125229
HSL233°69.23%66.86%
HSB/HSV233°51.09%89.80%
CMYK51.09%45.41%0.00%
10.20%

Color #707DE5 in popluar number systems.

HEX707DE5
Decimal112125229
Binary1110000111110111100101
Octal160175345

Shades and tints

Shades of #707DE5

#707DE5
(112,125,229)
#6672D1
(102,114,209)
#5C67BD
(92,103,189)
#525CA9
(82,92,169)
#485195
(72,81,149)
#3E4681
(62,70,129)
#343B6D
(52,59,109)
#2A3059
(42,48,89)
#202545
(32,37,69)
#161A31
(22,26,49)
#0C0F1D
(12,15,29)
#000000
(0,0,0)

Tints of #707DE5

#707DE5
(112,125,229)
#7D88E7
(125,136,231)
#8A93E9
(138,147,233)
#979EEB
(151,158,235)
#A4A9ED
(164,169,237)
#B1B4EF
(177,180,239)
#BEBFF1
(190,191,241)
#CBCAF3
(203,202,243)
#D8D5F5
(216,213,245)
#E5E0F7
(229,224,247)
#F2EBF9
(242,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707DE5; }

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

This text font color is #707DE5.


Background Color

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

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

This div background color is #707DE5.


Border color

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

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

This div border color is #707DE5.


Opacity

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

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

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

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

This text has shadow with #707DE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707DE5 on black background.


Color preview on white background

This text has color #707DE5 on white background.



Black color preview on #707DE5 background

This text has black color on #707DE5 background.


White color preview on #707DE5 background

This text has white color on #707DE5 background.