COLOR #7D8FBA

HEX: #7D8FBA
RGB: (125,143,186)

Color info

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

RGB color model

#7D8FBA color RGB value is (125,143,186).

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

RGB channels and saturation

R 125 of 255 = 49%
G 143 of 255 = 56%
B 186 of 255 = 73%

125
143
186

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

Portions of RGB colors in percentages

R + G + B =
125 + 143 + 186 = 454 (100%)
R 125 of 454 ~ 27.53%
G 143 of 454 ~ 31.5%
B 186 of 454 ~ 40.97%

%27.53
%31.5
%40.97

CMYK color model

#7D8FBA color CMYK value is (33,23,0,27).

  • cyan value is 32.80%
  • magenta value is 23.12%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(33,23,0,27)
C33M23Y0K27 
(33%,23%,0%,27%)
(0.33/0.23/0.00/0.27)	

CMYK percentages

%32.8
%23.12
%0
%27.06

Codes

Color #7D8FBA in popluar color models

7D8FBA
RGB125143186
HSL222°30.65%60.98%
HSB/HSV222°32.80%72.94%
CMYK32.80%23.12%0.00%
27.06%

Color #7D8FBA in popluar number systems.

HEX7D8FBA
Decimal125143186
Binary11111011000111110111010
Octal175217272

Shades and tints

Shades of #7D8FBA

#7D8FBA
(125,143,186)
#7282AA
(114,130,170)
#67759A
(103,117,154)
#5C688A
(92,104,138)
#515B7A
(81,91,122)
#464E6A
(70,78,106)
#3B415A
(59,65,90)
#30344A
(48,52,74)
#25273A
(37,39,58)
#1A1A2A
(26,26,42)
#0F0D1A
(15,13,26)
#000000
(0,0,0)

Tints of #7D8FBA

#7D8FBA
(125,143,186)
#8899C0
(136,153,192)
#93A3C6
(147,163,198)
#9EADCC
(158,173,204)
#A9B7D2
(169,183,210)
#B4C1D8
(180,193,216)
#BFCBDE
(191,203,222)
#CAD5E4
(202,213,228)
#D5DFEA
(213,223,234)
#E0E9F0
(224,233,240)
#EBF3F6
(235,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8FBA; }

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

This text font color is #7D8FBA.


Background Color

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

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

This div background color is #7D8FBA.


Border color

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

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

This div border color is #7D8FBA.


Opacity

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

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

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

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

This text has shadow with #7D8FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8FBA on black background.


Color preview on white background

This text has color #7D8FBA on white background.



Black color preview on #7D8FBA background

This text has black color on #7D8FBA background.


White color preview on #7D8FBA background

This text has white color on #7D8FBA background.