COLOR #87638A

HEX: #87638A
RGB: (135,99,138)

Renk bilgisi

#87638A contains red, green and blue colors in about the same proportion. #87638A ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#87638A color RGB value is (135,99,138).

  • kırmız ton 135;
  • yeşil ton 99;
  • mavi ton 138.
RGB:
(135,99,138)
(53%,39%,54%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 99 of 255 = 39%
B 138 of 255 = 54%

135
99
138

R + G + B ~ 49%. #87638A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 99 + 138 = 372 (100%)
R 135 of 372 ~ 36.29%
G 99 of 372 ~ 26.61%
B 138 of 372 ~ 37.1%

%36.29
%26.61
%37.1

CMYK RENK MODELİ

#87638A rengi CMYK tonu (2,28,0,46).

  • camgöbeği tonu 2.17%
  • eflatun tonu 28.26%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(2,28,0,46)
C2M28Y0K46 
(2%,28%,0%,46%)
(0.02/0.28/0.00/0.46)	

CMYK yüzdeleri

%2.17
%28.26
%0
%45.88

Codes

Color #87638A in popluar color models

87638A
RGB13599138
HSL295°16.46%46.47%
HSB/HSV295°28.26%54.12%
CMYK2.17%28.26%0.00%
45.88%

Color #87638A in popluar number systems.

HEX87638A
Decimal13599138
Binary10000111110001110001010
Octal207143212

Shades and tints

Shades of #87638A

#87638A
(135,99,138)
#7B5A7E
(123,90,126)
#6F5172
(111,81,114)
#634866
(99,72,102)
#573F5A
(87,63,90)
#4B364E
(75,54,78)
#3F2D42
(63,45,66)
#332436
(51,36,54)
#271B2A
(39,27,42)
#1B121E
(27,18,30)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #87638A

#87638A
(135,99,138)
#917194
(145,113,148)
#9B7F9E
(155,127,158)
#A58DA8
(165,141,168)
#AF9BB2
(175,155,178)
#B9A9BC
(185,169,188)
#C3B7C6
(195,183,198)
#CDC5D0
(205,197,208)
#D7D3DA
(215,211,218)
#E1E1E4
(225,225,228)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87638A color. Also use rgb(135,99,138) instead hex code.

Text Font Color

.myTextColor { color: #87638A; }

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

This text font color is #87638A.


Background Color

.myBgColor { background-color: #87638A; }

<div style="background-color:#87638A">Inner text</div>

This div background color is #87638A.


Border color

.myBorderColor { border: 1px solid #87638A; }

<div style="border:3px solid #87638A">Div</div>

This div border color is #87638A.


Opacity

.myOpacity80 { color: #87638A; opacity: 0.8; }

<p style="color:#87638A;opacity:0.8;">80%</p>

Text with #87638A 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 #87638A;}

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

This text has shadow with #87638A color.

.textShadow {text-shadow: 3px 3px 1px #87638A, 3px 3px 1px red;}

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

This text has shadow with #87638A primary color and red secondary color.


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

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

This text has shadow with #87638A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87638A on black background.


Color preview on white background

This text has color #87638A on white background.



Black color preview on #87638A background

This text has black color on #87638A background.


White color preview on #87638A background

This text has white color on #87638A background.