COLOR #8F6C71

HEX: #8F6C71
RGB: (143,108,113)

Renk bilgisi

#8F6C71 contains red, green and blue colors in about the same proportion. #8F6C71 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#8F6C71 color RGB value is (143,108,113).

  • kırmız ton 143;
  • yeşil ton 108;
  • mavi ton 113.
RGB:
(143,108,113)
(56%,42%,44%)

RGB bağlantıları ve doygunluk

R 143 of 255 = 56%
G 108 of 255 = 42%
B 113 of 255 = 44%

143
108
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
143 + 108 + 113 = 364 (100%)
R 143 of 364 ~ 39.29%
G 108 of 364 ~ 29.67%
B 113 of 364 ~ 31.04%

%39.29
%29.67
%31.04

CMYK RENK MODELİ

#8F6C71 rengi CMYK tonu (0,24,21,44).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.48%
  • sarı tonu 20.98%
  • ana renk tonu 43.92%
CMYK:
(0,24,21,44)
C0M24Y21K44 
(0%,24%,21%,44%)
(0.00/0.24/0.21/0.44)	

CMYK yüzdeleri

%0
%24.48
%20.98
%43.92

Codes

Color #8F6C71 in popluar color models

8F6C71
RGB143108113
HSL351°13.94%49.22%
HSB/HSV351°24.48%56.08%
CMYK0.00%24.48%20.98%
43.92%

Color #8F6C71 in popluar number systems.

HEX8F6C71
Decimal143108113
Binary1000111111011001110001
Octal217154161

Shades and tints

Shades of #8F6C71

#8F6C71
(143,108,113)
#826367
(130,99,103)
#755A5D
(117,90,93)
#685153
(104,81,83)
#5B4849
(91,72,73)
#4E3F3F
(78,63,63)
#413635
(65,54,53)
#342D2B
(52,45,43)
#272421
(39,36,33)
#1A1B17
(26,27,23)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #8F6C71

#8F6C71
(143,108,113)
#99797D
(153,121,125)
#A38689
(163,134,137)
#AD9395
(173,147,149)
#B7A0A1
(183,160,161)
#C1ADAD
(193,173,173)
#CBBAB9
(203,186,185)
#D5C7C5
(213,199,197)
#DFD4D1
(223,212,209)
#E9E1DD
(233,225,221)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6C71 color. Also use rgb(143,108,113) instead hex code.

Text Font Color

.myTextColor { color: #8F6C71; }

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

This text font color is #8F6C71.


Background Color

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

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

This div background color is #8F6C71.


Border color

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

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

This div border color is #8F6C71.


Opacity

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

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

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

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

This text has shadow with #8F6C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6C71 on black background.


Color preview on white background

This text has color #8F6C71 on white background.



Black color preview on #8F6C71 background

This text has black color on #8F6C71 background.


White color preview on #8F6C71 background

This text has white color on #8F6C71 background.