COLOR #87687B

HEX: #87687B
RGB: (135,104,123)

Renk bilgisi

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

RGB renk modeli

#87687B color RGB value is (135,104,123).

  • kırmız ton 135;
  • yeşil ton 104;
  • mavi ton 123.
RGB:
(135,104,123)
(53%,41%,48%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 104 of 255 = 41%
B 123 of 255 = 48%

135
104
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 104 + 123 = 362 (100%)
R 135 of 362 ~ 37.29%
G 104 of 362 ~ 28.73%
B 123 of 362 ~ 33.98%

%37.29
%28.73
%33.98

CMYK RENK MODELİ

#87687B rengi CMYK tonu (0,23,9,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.96%
  • sarı tonu 8.89%
  • ana renk tonu 47.06%
CMYK:
(0,23,9,47)
C0M23Y9K47 
(0%,23%,9%,47%)
(0.00/0.23/0.09/0.47)	

CMYK yüzdeleri

%0
%22.96
%8.89
%47.06

Codes

Color #87687B in popluar color models

87687B
RGB135104123
HSL323°12.97%46.86%
HSB/HSV323°22.96%52.94%
CMYK0.00%22.96%8.89%
47.06%

Color #87687B in popluar number systems.

HEX87687B
Decimal135104123
Binary1000011111010001111011
Octal207150173

Shades and tints

Shades of #87687B

#87687B
(135,104,123)
#7B5F70
(123,95,112)
#6F5665
(111,86,101)
#634D5A
(99,77,90)
#57444F
(87,68,79)
#4B3B44
(75,59,68)
#3F3239
(63,50,57)
#33292E
(51,41,46)
#272023
(39,32,35)
#1B1718
(27,23,24)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #87687B

#87687B
(135,104,123)
#917587
(145,117,135)
#9B8293
(155,130,147)
#A58F9F
(165,143,159)
#AF9CAB
(175,156,171)
#B9A9B7
(185,169,183)
#C3B6C3
(195,182,195)
#CDC3CF
(205,195,207)
#D7D0DB
(215,208,219)
#E1DDE7
(225,221,231)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87687B color. Also use rgb(135,104,123) instead hex code.

Text Font Color

.myTextColor { color: #87687B; }

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

This text font color is #87687B.


Background Color

.myBgColor { background-color: #87687B; }

<div style="background-color:#87687B">Inner text</div>

This div background color is #87687B.


Border color

.myBorderColor { border: 1px solid #87687B; }

<div style="border:3px solid #87687B">Div</div>

This div border color is #87687B.


Opacity

.myOpacity80 { color: #87687B; opacity: 0.8; }

<p style="color:#87687B;opacity:0.8;">80%</p>

Text with #87687B 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 #87687B;}

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

This text has shadow with #87687B color.

.textShadow {text-shadow: 3px 3px 1px #87687B, 3px 3px 1px red;}

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

This text has shadow with #87687B primary color and red secondary color.


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

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

This text has shadow with #87687B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87687B on black background.


Color preview on white background

This text has color #87687B on white background.



Black color preview on #87687B background

This text has black color on #87687B background.


White color preview on #87687B background

This text has white color on #87687B background.