COLOR #7D6897

HEX: #7D6897
RGB: (125,104,151)

Color info

#7D6897 contains red, green and blue colors in about the same proportion. Web safe color of #7D6897 is #666699 (or #669).

RGB color model

#7D6897 color RGB value is (125,104,151).

  • red value is 125;
  • green value is 104;
  • blue value is 151.
RGB:
(125,104,151)
(49%,41%,59%)

RGB channels and saturation

R 125 of 255 = 49%
G 104 of 255 = 41%
B 151 of 255 = 59%

125
104
151

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

Portions of RGB colors in percentages

R + G + B =
125 + 104 + 151 = 380 (100%)
R 125 of 380 ~ 32.89%
G 104 of 380 ~ 27.37%
B 151 of 380 ~ 39.74%

%32.89
%27.37
%39.74

CMYK color model

#7D6897 color CMYK value is (17,31,0,41).

  • cyan value is 17.22%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(17,31,0,41)
C17M31Y0K41 
(17%,31%,0%,41%)
(0.17/0.31/0.00/0.41)	

CMYK percentages

%17.22
%31.13
%0
%40.78

Codes

Color #7D6897 in popluar color models

7D6897
RGB125104151
HSL267°18.43%50.00%
HSB/HSV267°31.13%59.22%
CMYK17.22%31.13%0.00%
40.78%

Color #7D6897 in popluar number systems.

HEX7D6897
Decimal125104151
Binary1111101110100010010111
Octal175150227

Shades and tints

Shades of #7D6897

#7D6897
(125,104,151)
#725F8A
(114,95,138)
#67567D
(103,86,125)
#5C4D70
(92,77,112)
#514463
(81,68,99)
#463B56
(70,59,86)
#3B3249
(59,50,73)
#30293C
(48,41,60)
#25202F
(37,32,47)
#1A1722
(26,23,34)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #7D6897

#7D6897
(125,104,151)
#8875A0
(136,117,160)
#9382A9
(147,130,169)
#9E8FB2
(158,143,178)
#A99CBB
(169,156,187)
#B4A9C4
(180,169,196)
#BFB6CD
(191,182,205)
#CAC3D6
(202,195,214)
#D5D0DF
(213,208,223)
#E0DDE8
(224,221,232)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6897 color. Also use rgb(125,104,151) instead hex code.

Text Font Color

.myTextColor { color: #7D6897; }

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

This text font color is #7D6897.


Background Color

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

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

This div background color is #7D6897.


Border color

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

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

This div border color is #7D6897.


Opacity

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

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

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

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

This text has shadow with #7D6897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6897 on black background.


Color preview on white background

This text has color #7D6897 on white background.



Black color preview on #7D6897 background

This text has black color on #7D6897 background.


White color preview on #7D6897 background

This text has white color on #7D6897 background.