COLOR #887CA7

HEX: #887CA7
RGB: (136,124,167)

Renk bilgisi

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

RGB renk modeli

#887CA7 color RGB value is (136,124,167).

  • kırmız ton 136;
  • yeşil ton 124;
  • mavi ton 167.
RGB:
(136,124,167)
(53%,49%,65%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 124 of 255 = 49%
B 167 of 255 = 65%

136
124
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 124 + 167 = 427 (100%)
R 136 of 427 ~ 31.85%
G 124 of 427 ~ 29.04%
B 167 of 427 ~ 39.11%

%31.85
%29.04
%39.11

CMYK RENK MODELİ

#887CA7 rengi CMYK tonu (19,26,0,35).

  • camgöbeği tonu 18.56%
  • eflatun tonu 25.75%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(19,26,0,35)
C19M26Y0K35 
(19%,26%,0%,35%)
(0.19/0.26/0.00/0.35)	

CMYK yüzdeleri

%18.56
%25.75
%0
%34.51

Codes

Color #887CA7 in popluar color models

887CA7
RGB136124167
HSL257°19.63%57.06%
HSB/HSV257°25.75%65.49%
CMYK18.56%25.75%0.00%
34.51%

Color #887CA7 in popluar number systems.

HEX887CA7
Decimal136124167
Binary10001000111110010100111
Octal210174247

Shades and tints

Shades of #887CA7

#887CA7
(136,124,167)
#7C7198
(124,113,152)
#706689
(112,102,137)
#645B7A
(100,91,122)
#58506B
(88,80,107)
#4C455C
(76,69,92)
#403A4D
(64,58,77)
#342F3E
(52,47,62)
#28242F
(40,36,47)
#1C1920
(28,25,32)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #887CA7

#887CA7
(136,124,167)
#9287AF
(146,135,175)
#9C92B7
(156,146,183)
#A69DBF
(166,157,191)
#B0A8C7
(176,168,199)
#BAB3CF
(186,179,207)
#C4BED7
(196,190,215)
#CEC9DF
(206,201,223)
#D8D4E7
(216,212,231)
#E2DFEF
(226,223,239)
#ECEAF7
(236,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887CA7 color. Also use rgb(136,124,167) instead hex code.

Text Font Color

.myTextColor { color: #887CA7; }

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

This text font color is #887CA7.


Background Color

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

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

This div background color is #887CA7.


Border color

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

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

This div border color is #887CA7.


Opacity

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

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

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

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

This text has shadow with #887CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887CA7 on black background.


Color preview on white background

This text has color #887CA7 on white background.



Black color preview on #887CA7 background

This text has black color on #887CA7 background.


White color preview on #887CA7 background

This text has white color on #887CA7 background.