COLOR #7C698E

HEX: #7C698E
RGB: (124,105,142)

Color info

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

RGB color model

#7C698E color RGB value is (124,105,142).

  • red value is 124;
  • green value is 105;
  • blue value is 142.
RGB:
(124,105,142)
(49%,41%,56%)

RGB channels and saturation

R 124 of 255 = 49%
G 105 of 255 = 41%
B 142 of 255 = 56%

124
105
142

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

Portions of RGB colors in percentages

R + G + B =
124 + 105 + 142 = 371 (100%)
R 124 of 371 ~ 33.42%
G 105 of 371 ~ 28.3%
B 142 of 371 ~ 38.27%

%33.42
%28.3
%38.27

CMYK color model

#7C698E color CMYK value is (13,26,0,44).

  • cyan value is 12.68%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(13,26,0,44)
C13M26Y0K44 
(13%,26%,0%,44%)
(0.13/0.26/0.00/0.44)	

CMYK percentages

%12.68
%26.06
%0
%44.31

Codes

Color #7C698E in popluar color models

7C698E
RGB124105142
HSL271°14.98%48.43%
HSB/HSV271°26.06%55.69%
CMYK12.68%26.06%0.00%
44.31%

Color #7C698E in popluar number systems.

HEX7C698E
Decimal124105142
Binary1111100110100110001110
Octal174151216

Shades and tints

Shades of #7C698E

#7C698E
(124,105,142)
#716082
(113,96,130)
#665776
(102,87,118)
#5B4E6A
(91,78,106)
#50455E
(80,69,94)
#453C52
(69,60,82)
#3A3346
(58,51,70)
#2F2A3A
(47,42,58)
#24212E
(36,33,46)
#191822
(25,24,34)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #7C698E

#7C698E
(124,105,142)
#877698
(135,118,152)
#9283A2
(146,131,162)
#9D90AC
(157,144,172)
#A89DB6
(168,157,182)
#B3AAC0
(179,170,192)
#BEB7CA
(190,183,202)
#C9C4D4
(201,196,212)
#D4D1DE
(212,209,222)
#DFDEE8
(223,222,232)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C698E color. Also use rgb(124,105,142) instead hex code.

Text Font Color

.myTextColor { color: #7C698E; }

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

This text font color is #7C698E.


Background Color

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

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

This div background color is #7C698E.


Border color

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

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

This div border color is #7C698E.


Opacity

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

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

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

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

This text has shadow with #7C698E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C698E on black background.


Color preview on white background

This text has color #7C698E on white background.



Black color preview on #7C698E background

This text has black color on #7C698E background.


White color preview on #7C698E background

This text has white color on #7C698E background.