COLOR #886076

HEX: #886076
RGB: (136,96,118)

Renk bilgisi

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

RGB renk modeli

#886076 color RGB value is (136,96,118).

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

RGB bağlantıları ve doygunluk

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

136
96
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 96 + 118 = 350 (100%)
R 136 of 350 ~ 38.86%
G 96 of 350 ~ 27.43%
B 118 of 350 ~ 33.71%

%38.86
%27.43
%33.71

CMYK RENK MODELİ

#886076 rengi CMYK tonu (0,29,13,47).

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

CMYK yüzdeleri

%0
%29.41
%13.24
%46.67

Codes

Color #886076 in popluar color models

886076
RGB13696118
HSL327°17.24%45.49%
HSB/HSV327°29.41%53.33%
CMYK0.00%29.41%13.24%
46.67%

Color #886076 in popluar number systems.

HEX886076
Decimal13696118
Binary1000100011000001110110
Octal210140166

Shades and tints

Shades of #886076

#886076
(136,96,118)
#7C586C
(124,88,108)
#705062
(112,80,98)
#644858
(100,72,88)
#58404E
(88,64,78)
#4C3844
(76,56,68)
#40303A
(64,48,58)
#342830
(52,40,48)
#282026
(40,32,38)
#1C181C
(28,24,28)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #886076

#886076
(136,96,118)
#926E82
(146,110,130)
#9C7C8E
(156,124,142)
#A68A9A
(166,138,154)
#B098A6
(176,152,166)
#BAA6B2
(186,166,178)
#C4B4BE
(196,180,190)
#CEC2CA
(206,194,202)
#D8D0D6
(216,208,214)
#E2DEE2
(226,222,226)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886076; }

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

This text font color is #886076.


Background Color

.myBgColor { background-color: #886076; }

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

This div background color is #886076.


Border color

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

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

This div border color is #886076.


Opacity

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

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

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

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

This text has shadow with #886076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886076 on black background.


Color preview on white background

This text has color #886076 on white background.



Black color preview on #886076 background

This text has black color on #886076 background.


White color preview on #886076 background

This text has white color on #886076 background.