COLOR #8C6271

HEX: #8C6271
RGB: (140,98,113)

Color info

#8C6271 contains red, green and blue colors in about the same proportion. Web safe color of #8C6271 is #996666 (or #966).

RGB color model

#8C6271 color RGB value is (140,98,113).

  • red value is 140;
  • green value is 98;
  • blue value is 113.
RGB: (140,98,113) (55%,38%,44%)

RGB channels and saturation

R 140 of 255 = 55%
G 98 of 255 = 38%
B 113 of 255 = 44%

140
98
113

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

Portions of RGB colors in percentages

R + G + B =
140 + 98 + 113 = 351 (100%)
R 140 of 351 ~ 39.89%
G 98 of 351 ~ 27.92%
B 113 of 351 ~ 32.19%

%39.89
%27.92
%32.19

CMYK color model

#8C6271 color CMYK value is (0,30,19,45).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 19.29%
  • key color value is 45.10%
CMYK: (0,30,19,45) C0M30Y19K45 (0%,30%,19%,45%) (0.00/0.30/0.19/0.45)

CMYK percentages

%0
%30
%19.29
%45.1

Codes

Color #8C6271 in popluar color models

8C6271
RGB14098113
HSL339°17.65%46.67%
HSB/HSV339°30.00%54.90%
CMYK0.00%30.00%19.29%
45.10%

Color #8C6271 in popluar number systems.

HEX8C6271
Decimal14098113
Binary1000110011000101110001
Octal214142161

Shades and tints

Shades of #8C6271

#8C6271
(140,98,113)
#805A67
(128,90,103)
#74525D
(116,82,93)
#684A53
(104,74,83)
#5C4249
(92,66,73)
#503A3F
(80,58,63)
#443235
(68,50,53)
#382A2B
(56,42,43)
#2C2221
(44,34,33)
#201A17
(32,26,23)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #8C6271

#8C6271
(140,98,113)
#96707D
(150,112,125)
#A07E89
(160,126,137)
#AA8C95
(170,140,149)
#B49AA1
(180,154,161)
#BEA8AD
(190,168,173)
#C8B6B9
(200,182,185)
#D2C4C5
(210,196,197)
#DCD2D1
(220,210,209)
#E6E0DD
(230,224,221)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6271 color. Also use rgb(140,98,113) instead hex code.

Text Font Color

.myTextColor { color: #8C6271; }

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

This text font color is #8C6271.


Background Color

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

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

This div background color is #8C6271.


Border color

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

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

This div border color is #8C6271.


Opacity

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

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

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

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

This text has shadow with #8C6271 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #8C6271; -webkit-box-shadow:	1px 1px 3px 2px #8C6271; box-shadow:	1px 1px 3px 2px #8C6271; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8C6271; -webkit-box-shadow: 1px 1px 3px 2px #8C6271; box-shadow:1px 1px 3px 2px #8C6271;">
Div content here</div>
This div box has shadow with color #8C6271.

Preview

Color preview on black background

This text has color #8C6271 on black background.


Color preview on white background

This text has color #8C6271 on white background.



Black color preview on #8C6271 background

This text has black color on #8C6271 background.


White color preview on #8C6271 background

This text has white color on #8C6271 background.