COLOR #887CA6

HEX: #887CA6
RGB: (136,124,166)

Renk bilgisi

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

RGB renk modeli

#887CA6 color RGB value is (136,124,166).

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

RGB bağlantıları ve doygunluk

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

136
124
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 124 + 166 = 426 (100%)
R 136 of 426 ~ 31.92%
G 124 of 426 ~ 29.11%
B 166 of 426 ~ 38.97%

%31.92
%29.11
%38.97

CMYK RENK MODELİ

#887CA6 rengi CMYK tonu (18,25,0,35).

  • camgöbeği tonu 18.07%
  • eflatun tonu 25.30%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(18,25,0,35)
C18M25Y0K35 
(18%,25%,0%,35%)
(0.18/0.25/0.00/0.35)	

CMYK yüzdeleri

%18.07
%25.3
%0
%34.9

Codes

Color #887CA6 in popluar color models

887CA6
RGB136124166
HSL257°19.09%56.86%
HSB/HSV257°25.30%65.10%
CMYK18.07%25.30%0.00%
34.90%

Color #887CA6 in popluar number systems.

HEX887CA6
Decimal136124166
Binary10001000111110010100110
Octal210174246

Shades and tints

Shades of #887CA6

#887CA6
(136,124,166)
#7C7197
(124,113,151)
#706688
(112,102,136)
#645B79
(100,91,121)
#58506A
(88,80,106)
#4C455B
(76,69,91)
#403A4C
(64,58,76)
#342F3D
(52,47,61)
#28242E
(40,36,46)
#1C191F
(28,25,31)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #887CA6

#887CA6
(136,124,166)
#9287AE
(146,135,174)
#9C92B6
(156,146,182)
#A69DBE
(166,157,190)
#B0A8C6
(176,168,198)
#BAB3CE
(186,179,206)
#C4BED6
(196,190,214)
#CEC9DE
(206,201,222)
#D8D4E6
(216,212,230)
#E2DFEE
(226,223,238)
#ECEAF6
(236,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887CA6; }

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

This text font color is #887CA6.


Background Color

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

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

This div background color is #887CA6.


Border color

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

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

This div border color is #887CA6.


Opacity

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

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

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

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

This text has shadow with #887CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887CA6 on black background.


Color preview on white background

This text has color #887CA6 on white background.



Black color preview on #887CA6 background

This text has black color on #887CA6 background.


White color preview on #887CA6 background

This text has white color on #887CA6 background.