COLOR #7D8FE3

HEX: #7D8FE3
RGB: (125,143,227)

Color info

#7D8FE3 contains mainly blue color. Web safe color of #7D8FE3 is #6699CC (or #69C).

RGB color model

#7D8FE3 color RGB value is (125,143,227).

  • red value is 125;
  • green value is 143;
  • blue value is 227.
RGB:
(125,143,227)
(49%,56%,89%)

RGB channels and saturation

R 125 of 255 = 49%
G 143 of 255 = 56%
B 227 of 255 = 89%

125
143
227

R + G + B ~ 65%. #7D8FE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 143 + 227 = 495 (100%)
R 125 of 495 ~ 25.25%
G 143 of 495 ~ 28.89%
B 227 of 495 ~ 45.86%

%25.25
%28.89
%45.86

CMYK color model

#7D8FE3 color CMYK value is (45,37,0,11).

  • cyan value is 44.93%
  • magenta value is 37.00%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(45,37,0,11)
C45M37Y0K11 
(45%,37%,0%,11%)
(0.45/0.37/0.00/0.11)	

CMYK percentages

%44.93
%37
%0
%10.98

Codes

Color #7D8FE3 in popluar color models

7D8FE3
RGB125143227
HSL229°64.56%69.02%
HSB/HSV229°44.93%89.02%
CMYK44.93%37.00%0.00%
10.98%

Color #7D8FE3 in popluar number systems.

HEX7D8FE3
Decimal125143227
Binary11111011000111111100011
Octal175217343

Shades and tints

Shades of #7D8FE3

#7D8FE3
(125,143,227)
#7282CF
(114,130,207)
#6775BB
(103,117,187)
#5C68A7
(92,104,167)
#515B93
(81,91,147)
#464E7F
(70,78,127)
#3B416B
(59,65,107)
#303457
(48,52,87)
#252743
(37,39,67)
#1A1A2F
(26,26,47)
#0F0D1B
(15,13,27)
#000000
(0,0,0)

Tints of #7D8FE3

#7D8FE3
(125,143,227)
#8899E5
(136,153,229)
#93A3E7
(147,163,231)
#9EADE9
(158,173,233)
#A9B7EB
(169,183,235)
#B4C1ED
(180,193,237)
#BFCBEF
(191,203,239)
#CAD5F1
(202,213,241)
#D5DFF3
(213,223,243)
#E0E9F5
(224,233,245)
#EBF3F7
(235,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8FE3 color. Also use rgb(125,143,227) instead hex code.

Text Font Color

.myTextColor { color: #7D8FE3; }

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

This text font color is #7D8FE3.


Background Color

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

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

This div background color is #7D8FE3.


Border color

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

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

This div border color is #7D8FE3.


Opacity

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

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

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

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

This text has shadow with #7D8FE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8FE3 on black background.


Color preview on white background

This text has color #7D8FE3 on white background.



Black color preview on #7D8FE3 background

This text has black color on #7D8FE3 background.


White color preview on #7D8FE3 background

This text has white color on #7D8FE3 background.