COLOR #7D8EC1

HEX: #7D8EC1
RGB: (125,142,193)

Color info

#7D8EC1 contains mainly green and blue colors. Web safe color of #7D8EC1 is #6699CC (or #69C).

RGB color model

#7D8EC1 color RGB value is (125,142,193).

  • red value is 125;
  • green value is 142;
  • blue value is 193.
RGB:
(125,142,193)
(49%,56%,76%)

RGB channels and saturation

R 125 of 255 = 49%
G 142 of 255 = 56%
B 193 of 255 = 76%

125
142
193

R + G + B ~ 60%. #7D8EC1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 142 + 193 = 460 (100%)
R 125 of 460 ~ 27.17%
G 142 of 460 ~ 30.87%
B 193 of 460 ~ 41.96%

%27.17
%30.87
%41.96

CMYK color model

#7D8EC1 color CMYK value is (35,26,0,24).

  • cyan value is 35.23%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(35,26,0,24)
C35M26Y0K24 
(35%,26%,0%,24%)
(0.35/0.26/0.00/0.24)	

CMYK percentages

%35.23
%26.42
%0
%24.31

Codes

Color #7D8EC1 in popluar color models

7D8EC1
RGB125142193
HSL225°35.42%62.35%
HSB/HSV225°35.23%75.69%
CMYK35.23%26.42%0.00%
24.31%

Color #7D8EC1 in popluar number systems.

HEX7D8EC1
Decimal125142193
Binary11111011000111011000001
Octal175216301

Shades and tints

Shades of #7D8EC1

#7D8EC1
(125,142,193)
#7282B0
(114,130,176)
#67769F
(103,118,159)
#5C6A8E
(92,106,142)
#515E7D
(81,94,125)
#46526C
(70,82,108)
#3B465B
(59,70,91)
#303A4A
(48,58,74)
#252E39
(37,46,57)
#1A2228
(26,34,40)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #7D8EC1

#7D8EC1
(125,142,193)
#8898C6
(136,152,198)
#93A2CB
(147,162,203)
#9EACD0
(158,172,208)
#A9B6D5
(169,182,213)
#B4C0DA
(180,192,218)
#BFCADF
(191,202,223)
#CAD4E4
(202,212,228)
#D5DEE9
(213,222,233)
#E0E8EE
(224,232,238)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8EC1 color. Also use rgb(125,142,193) instead hex code.

Text Font Color

.myTextColor { color: #7D8EC1; }

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

This text font color is #7D8EC1.


Background Color

.myBgColor { background-color: #7D8EC1; }

<div style="background-color:#7D8EC1">Inner text</div>

This div background color is #7D8EC1.


Border color

.myBorderColor { border: 1px solid #7D8EC1; }

<div style="border:3px solid #7D8EC1">Div</div>

This div border color is #7D8EC1.


Opacity

.myOpacity80 { color: #7D8EC1; opacity: 0.8; }

<p style="color:#7D8EC1;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D8EC1 color.

.textShadow {text-shadow: 3px 3px 1px #7D8EC1, 3px 3px 1px red;}

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

This text has shadow with #7D8EC1 primary color and red secondary color.


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

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

This text has shadow with #7D8EC1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8EC1 on black background.


Color preview on white background

This text has color #7D8EC1 on white background.



Black color preview on #7D8EC1 background

This text has black color on #7D8EC1 background.


White color preview on #7D8EC1 background

This text has white color on #7D8EC1 background.