COLOR #8C799F

HEX: #8C799F RGB: (140,121,159)

Color info

#8C799F contains red, green and blue colors in about the same proportion. Web safe color of #8C799F is #996699 (or #969).

RGB color model

#8C799F color RGB value is (140,121,159).

RGB: (140,121,159) (55%, 47%, 62%)

RGB channels and saturation

R 140 of 255 = 55%
G 121 of 255 = 47%
B 159 of 255 = 62%

140
121
159

R + G + B ~ 55%. #8C799F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 121 + 159 = 420 (100%)
R 140 of 420 ~ 33.33%
G 121 of 420 ~ 28.81%
B 159 of 420 ~ 37.86'%

%33.33
%28.81
%37.86

CMYK color model

#8C799F color CMYK value is (12,24,0,38).

  • cyan value is 11.95%
  • magenta value is 23.90%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (12,24,0,38)
C12M24Y0K38 (12%, 24%, 0%, 38%)
(0.12 / 0.24 / 0.00 / 0.38)

CMYK percentages

%11.95
%23.9
%0
%37.65

Codes

Color #8C799F in popluar color models

8C 79 9F
RGB 140 121 159
HSL 270° 16.52% 54.90%
HSB/HSV 270° 23.90% 62.35%
CMYK 11.95% 23.90% 0.00%
37.65%

Color #8C799F in popluar number systems.

HEX 8C 79 9F
Decimal 140 121 159
Binary 10001100 1111001 10011111
Octal 214 171 237

Shades and tints

Shades of #8C799F

#8C799F
(140,121,159)
#806E91
(128,110,145)
#746383
(116,99,131)
#685875
(104,88,117)
#5C4D67
(92,77,103)
#504259
(80,66,89)
#44374B
(68,55,75)
#382C3D
(56,44,61)
#2C212F
(44,33,47)
#201621
(32,22,33)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #8C799F

#8C799F
(140,121,159)
#9685A7
(150,133,167)
#A091AF
(160,145,175)
#AA9DB7
(170,157,183)
#B4A9BF
(180,169,191)
#BEB5C7
(190,181,199)
#C8C1CF
(200,193,207)
#D2CDD7
(210,205,215)
#DCD9DF
(220,217,223)
#E6E5E7
(230,229,231)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C799F color. Also use rgb(140,121,159) instead hex code.

Text Font Color

.myTextColor { color: #8C799F; }

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

This text font color is #8C799F.

Background Color

.myBgColor { background-color: #8C799F; }

<div style="background-color:#8C799F">Inner text</div>

This div background color is #8C799F.

Border color

.myBorderColor { border: 1px solid #8C799F; }

<div style="border:3px solid #8C799F">Div</div>

This div border color is #8C799F.

Opacity

.myOpacity80 { color: #8C799F; opacity: 0.8; }

<p style="color:#8C799F;opacity:0.8;">80%</p>

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

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

This text has shadow with #8C799F color.


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

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

This text has shadow with #8C799F primary color and red secondary color.


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

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

This text has shadow with #8C799F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8C799F.

Preview

Color preview on black background

This text has color #8C799F on black background.


Color preview on white background

This text has color #8C799F on white background.


Black color preview on #8C799F background

This text has black color on #8C799F background.


White color preview on #8C799F background

This text has white color on #8C799F background.


Related colors

Complementary color

Complementary color for #hex is #738660.


I love getcolorcode.com

Triadic colors

1 #9F8C79 and #799F8C with #8C799F are triadic colors.

2 #9F798C and #798C9F with #8C799F are triadic colors.