COLOR #7D86C5

HEX: #7D86C5 RGB: (125,134,197)

Color info

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

RGB color model

#7D86C5 color RGB value is (125,134,197).

RGB: (125,134,197) (49%, 53%, 77%)

RGB channels and saturation

R 125 of 255 = 49%
G 134 of 255 = 53%
B 197 of 255 = 77%

125
134
197

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

Portions of RGB colors in percentages

R + G + B = 125 + 134 + 197 = 456 (100%)
R 125 of 456 ~ 27.41%
G 134 of 456 ~ 29.39%
B 197 of 456 ~ 43.2'%

%27.41
%29.39
%43.2

CMYK color model

#7D86C5 color CMYK value is (37,32,0,23).

  • cyan value is 36.55%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (37,32,0,23)
C37M32Y0K23 (37%, 32%, 0%, 23%)
(0.37 / 0.32 / 0.00 / 0.23)

CMYK percentages

%36.55
%31.98
%0
%22.75

Codes

Color #7D86C5 in popluar color models

7D 86 C5
RGB 125 134 197
HSL 233° 38.30% 63.14%
HSB/HSV 233° 36.55% 77.25%
CMYK 36.55% 31.98% 0.00%
22.75%

Color #7D86C5 in popluar number systems.

HEX 7D 86 C5
Decimal 125 134 197
Binary 1111101 10000110 11000101
Octal 175 206 305

Shades and tints

Shades of #7D86C5

#7D86C5
(125,134,197)
#727AB4
(114,122,180)
#676EA3
(103,110,163)
#5C6292
(92,98,146)
#515681
(81,86,129)
#464A70
(70,74,112)
#3B3E5F
(59,62,95)
#30324E
(48,50,78)
#25263D
(37,38,61)
#1A1A2C
(26,26,44)
#0F0E1B
(15,14,27)
#000000
(0,0,0)

Tints of #7D86C5

#7D86C5
(125,134,197)
#8891CA
(136,145,202)
#939CCF
(147,156,207)
#9EA7D4
(158,167,212)
#A9B2D9
(169,178,217)
#B4BDDE
(180,189,222)
#BFC8E3
(191,200,227)
#CAD3E8
(202,211,232)
#D5DEED
(213,222,237)
#E0E9F2
(224,233,242)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D86C5 color. Also use rgb(125,134,197) instead hex code.

Text Font Color

.myTextColor { color: #7D86C5; }

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

This text font color is #7D86C5.

Background Color

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

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

This div background color is #7D86C5.

Border color

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

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

This div border color is #7D86C5.

Opacity

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

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

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

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

This text has shadow with #7D86C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D86C5.

Preview

Color preview on black background

This text has color #7D86C5 on black background.


Color preview on white background

This text has color #7D86C5 on white background.


Black color preview on #7D86C5 background

This text has black color on #7D86C5 background.


White color preview on #7D86C5 background

This text has white color on #7D86C5 background.


Related colors

Complementary color

Complementary color for #hex is #82793A.


I love getcolorcode.com

Triadic colors

1 #C57D86 and #86C57D with #7D86C5 are triadic colors.

2 #C5867D and #867DC5 with #7D86C5 are triadic colors.