COLOR #887B6E

HEX: #887B6E
RGB: (136,123,110)

Renk bilgisi

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

RGB renk modeli

#887B6E color RGB value is (136,123,110).

  • kırmız ton 136;
  • yeşil ton 123;
  • mavi ton 110.
RGB:
(136,123,110)
(53%,48%,43%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 123 of 255 = 48%
B 110 of 255 = 43%

136
123
110

R + G + B ~ 48%. #887B6E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 123 + 110 = 369 (100%)
R 136 of 369 ~ 36.86%
G 123 of 369 ~ 33.33%
B 110 of 369 ~ 29.81%

%36.86
%33.33
%29.81

CMYK RENK MODELİ

#887B6E rengi CMYK tonu (0,10,19,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.56%
  • sarı tonu 19.12%
  • ana renk tonu 46.67%
CMYK:
(0,10,19,47)
C0M10Y19K47 
(0%,10%,19%,47%)
(0.00/0.10/0.19/0.47)	

CMYK yüzdeleri

%0
%9.56
%19.12
%46.67

Codes

Color #887B6E in popluar color models

887B6E
RGB136123110
HSL30°10.57%48.24%
HSB/HSV30°19.12%53.33%
CMYK0.00%9.56%19.12%
46.67%

Color #887B6E in popluar number systems.

HEX887B6E
Decimal136123110
Binary1000100011110111101110
Octal210173156

Shades and tints

Shades of #887B6E

#887B6E
(136,123,110)
#7C7064
(124,112,100)
#70655A
(112,101,90)
#645A50
(100,90,80)
#584F46
(88,79,70)
#4C443C
(76,68,60)
#403932
(64,57,50)
#342E28
(52,46,40)
#28231E
(40,35,30)
#1C1814
(28,24,20)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #887B6E

#887B6E
(136,123,110)
#92877B
(146,135,123)
#9C9388
(156,147,136)
#A69F95
(166,159,149)
#B0ABA2
(176,171,162)
#BAB7AF
(186,183,175)
#C4C3BC
(196,195,188)
#CECFC9
(206,207,201)
#D8DBD6
(216,219,214)
#E2E7E3
(226,231,227)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887B6E color. Also use rgb(136,123,110) instead hex code.

Text Font Color

.myTextColor { color: #887B6E; }

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

This text font color is #887B6E.


Background Color

.myBgColor { background-color: #887B6E; }

<div style="background-color:#887B6E">Inner text</div>

This div background color is #887B6E.


Border color

.myBorderColor { border: 1px solid #887B6E; }

<div style="border:3px solid #887B6E">Div</div>

This div border color is #887B6E.


Opacity

.myOpacity80 { color: #887B6E; opacity: 0.8; }

<p style="color:#887B6E;opacity:0.8;">80%</p>

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

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

This text has shadow with #887B6E color.

.textShadow {text-shadow: 3px 3px 1px #887B6E, 3px 3px 1px red;}

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

This text has shadow with #887B6E primary color and red secondary color.


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

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

This text has shadow with #887B6E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887B6E on black background.


Color preview on white background

This text has color #887B6E on white background.



Black color preview on #887B6E background

This text has black color on #887B6E background.


White color preview on #887B6E background

This text has white color on #887B6E background.