COLOR #887688

HEX: #887688
RGB: (136,118,136)

Renk bilgisi

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

RGB renk modeli

#887688 color RGB value is (136,118,136).

  • kırmız ton 136;
  • yeşil ton 118;
  • mavi ton 136.
RGB:
(136,118,136)
(53%,46%,53%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 118 of 255 = 46%
B 136 of 255 = 53%

136
118
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 118 + 136 = 390 (100%)
R 136 of 390 ~ 34.87%
G 118 of 390 ~ 30.26%
B 136 of 390 ~ 34.87%

%34.87
%30.26
%34.87

CMYK RENK MODELİ

#887688 rengi CMYK tonu (0,13,0,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.24%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(0,13,0,47)
C0M13Y0K47 
(0%,13%,0%,47%)
(0.00/0.13/0.00/0.47)	

CMYK yüzdeleri

%0
%13.24
%0
%46.67

Codes

Color #887688 in popluar color models

887688
RGB136118136
HSL300°7.09%49.80%
HSB/HSV300°13.24%53.33%
CMYK0.00%13.24%0.00%
46.67%

Color #887688 in popluar number systems.

HEX887688
Decimal136118136
Binary10001000111011010001000
Octal210166210

Shades and tints

Shades of #887688

#887688
(136,118,136)
#7C6C7C
(124,108,124)
#706270
(112,98,112)
#645864
(100,88,100)
#584E58
(88,78,88)
#4C444C
(76,68,76)
#403A40
(64,58,64)
#343034
(52,48,52)
#282628
(40,38,40)
#1C1C1C
(28,28,28)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #887688

#887688
(136,118,136)
#928292
(146,130,146)
#9C8E9C
(156,142,156)
#A69AA6
(166,154,166)
#B0A6B0
(176,166,176)
#BAB2BA
(186,178,186)
#C4BEC4
(196,190,196)
#CECACE
(206,202,206)
#D8D6D8
(216,214,216)
#E2E2E2
(226,226,226)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887688 color. Also use rgb(136,118,136) instead hex code.

Text Font Color

.myTextColor { color: #887688; }

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

This text font color is #887688.


Background Color

.myBgColor { background-color: #887688; }

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

This div background color is #887688.


Border color

.myBorderColor { border: 1px solid #887688; }

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

This div border color is #887688.


Opacity

.myOpacity80 { color: #887688; opacity: 0.8; }

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

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

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

This text has shadow with #887688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887688 on black background.


Color preview on white background

This text has color #887688 on white background.



Black color preview on #887688 background

This text has black color on #887688 background.


White color preview on #887688 background

This text has white color on #887688 background.