COLOR #7D8BD3

HEX: #7D8BD3
RGB: (125,139,211)

Color info

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

RGB color model

#7D8BD3 color RGB value is (125,139,211).

  • red value is 125;
  • green value is 139;
  • blue value is 211.
RGB:
(125,139,211)
(49%,55%,83%)

RGB channels and saturation

R 125 of 255 = 49%
G 139 of 255 = 55%
B 211 of 255 = 83%

125
139
211

R + G + B ~ 62%. #7D8BD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 139 + 211 = 475 (100%)
R 125 of 475 ~ 26.32%
G 139 of 475 ~ 29.26%
B 211 of 475 ~ 44.42%

%26.32
%29.26
%44.42

CMYK color model

#7D8BD3 color CMYK value is (41,34,0,17).

  • cyan value is 40.76%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(41,34,0,17)
C41M34Y0K17 
(41%,34%,0%,17%)
(0.41/0.34/0.00/0.17)	

CMYK percentages

%40.76
%34.12
%0
%17.25

Codes

Color #7D8BD3 in popluar color models

7D8BD3
RGB125139211
HSL230°49.43%65.88%
HSB/HSV230°40.76%82.75%
CMYK40.76%34.12%0.00%
17.25%

Color #7D8BD3 in popluar number systems.

HEX7D8BD3
Decimal125139211
Binary11111011000101111010011
Octal175213323

Shades and tints

Shades of #7D8BD3

#7D8BD3
(125,139,211)
#727FC0
(114,127,192)
#6773AD
(103,115,173)
#5C679A
(92,103,154)
#515B87
(81,91,135)
#464F74
(70,79,116)
#3B4361
(59,67,97)
#30374E
(48,55,78)
#252B3B
(37,43,59)
#1A1F28
(26,31,40)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #7D8BD3

#7D8BD3
(125,139,211)
#8895D7
(136,149,215)
#939FDB
(147,159,219)
#9EA9DF
(158,169,223)
#A9B3E3
(169,179,227)
#B4BDE7
(180,189,231)
#BFC7EB
(191,199,235)
#CAD1EF
(202,209,239)
#D5DBF3
(213,219,243)
#E0E5F7
(224,229,247)
#EBEFFB
(235,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8BD3 color. Also use rgb(125,139,211) instead hex code.

Text Font Color

.myTextColor { color: #7D8BD3; }

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

This text font color is #7D8BD3.


Background Color

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

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

This div background color is #7D8BD3.


Border color

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

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

This div border color is #7D8BD3.


Opacity

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

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

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

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

This text has shadow with #7D8BD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8BD3 on black background.


Color preview on white background

This text has color #7D8BD3 on white background.



Black color preview on #7D8BD3 background

This text has black color on #7D8BD3 background.


White color preview on #7D8BD3 background

This text has white color on #7D8BD3 background.