COLOR #8F6A71

HEX: #8F6A71
RGB: (143,106,113)

Renk bilgisi

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

RGB renk modeli

#8F6A71 color RGB value is (143,106,113).

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

RGB bağlantıları ve doygunluk

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

143
106
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
143 + 106 + 113 = 362 (100%)
R 143 of 362 ~ 39.5%
G 106 of 362 ~ 29.28%
B 113 of 362 ~ 31.22%

%39.5
%29.28
%31.22

CMYK RENK MODELİ

#8F6A71 rengi CMYK tonu (0,26,21,44).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.87%
  • sarı tonu 20.98%
  • ana renk tonu 43.92%
CMYK:
(0,26,21,44)
C0M26Y21K44 
(0%,26%,21%,44%)
(0.00/0.26/0.21/0.44)	

CMYK yüzdeleri

%0
%25.87
%20.98
%43.92

Codes

Color #8F6A71 in popluar color models

8F6A71
RGB143106113
HSL349°14.86%48.82%
HSB/HSV349°25.87%56.08%
CMYK0.00%25.87%20.98%
43.92%

Color #8F6A71 in popluar number systems.

HEX8F6A71
Decimal143106113
Binary1000111111010101110001
Octal217152161

Shades and tints

Shades of #8F6A71

#8F6A71
(143,106,113)
#826167
(130,97,103)
#75585D
(117,88,93)
#684F53
(104,79,83)
#5B4649
(91,70,73)
#4E3D3F
(78,61,63)
#413435
(65,52,53)
#342B2B
(52,43,43)
#272221
(39,34,33)
#1A1917
(26,25,23)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #8F6A71

#8F6A71
(143,106,113)
#99777D
(153,119,125)
#A38489
(163,132,137)
#AD9195
(173,145,149)
#B79EA1
(183,158,161)
#C1ABAD
(193,171,173)
#CBB8B9
(203,184,185)
#D5C5C5
(213,197,197)
#DFD2D1
(223,210,209)
#E9DFDD
(233,223,221)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6A71; }

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

This text font color is #8F6A71.


Background Color

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

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

This div background color is #8F6A71.


Border color

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

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

This div border color is #8F6A71.


Opacity

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

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

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

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

This text has shadow with #8F6A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6A71 on black background.


Color preview on white background

This text has color #8F6A71 on white background.



Black color preview on #8F6A71 background

This text has black color on #8F6A71 background.


White color preview on #8F6A71 background

This text has white color on #8F6A71 background.