COLOR #836E93

HEX: #836E93
RGB: (131,110,147)

Renk bilgisi

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

RGB renk modeli

#836E93 color RGB value is (131,110,147).

  • kırmız ton 131;
  • yeşil ton 110;
  • mavi ton 147.
RGB:
(131,110,147)
(51%,43%,58%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 110 of 255 = 43%
B 147 of 255 = 58%

131
110
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 110 + 147 = 388 (100%)
R 131 of 388 ~ 33.76%
G 110 of 388 ~ 28.35%
B 147 of 388 ~ 37.89%

%33.76
%28.35
%37.89

CMYK RENK MODELİ

#836E93 rengi CMYK tonu (11,25,0,42).

  • camgöbeği tonu 10.88%
  • eflatun tonu 25.17%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(11,25,0,42)
C11M25Y0K42 
(11%,25%,0%,42%)
(0.11/0.25/0.00/0.42)	

CMYK yüzdeleri

%10.88
%25.17
%0
%42.35

Codes

Color #836E93 in popluar color models

836E93
RGB131110147
HSL274°14.62%50.39%
HSB/HSV274°25.17%57.65%
CMYK10.88%25.17%0.00%
42.35%

Color #836E93 in popluar number systems.

HEX836E93
Decimal131110147
Binary10000011110111010010011
Octal203156223

Shades and tints

Shades of #836E93

#836E93
(131,110,147)
#786486
(120,100,134)
#6D5A79
(109,90,121)
#62506C
(98,80,108)
#57465F
(87,70,95)
#4C3C52
(76,60,82)
#413245
(65,50,69)
#362838
(54,40,56)
#2B1E2B
(43,30,43)
#20141E
(32,20,30)
#150A11
(21,10,17)
#000000
(0,0,0)

Tints of #836E93

#836E93
(131,110,147)
#8E7B9C
(142,123,156)
#9988A5
(153,136,165)
#A495AE
(164,149,174)
#AFA2B7
(175,162,183)
#BAAFC0
(186,175,192)
#C5BCC9
(197,188,201)
#D0C9D2
(208,201,210)
#DBD6DB
(219,214,219)
#E6E3E4
(230,227,228)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836E93 color. Also use rgb(131,110,147) instead hex code.

Text Font Color

.myTextColor { color: #836E93; }

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

This text font color is #836E93.


Background Color

.myBgColor { background-color: #836E93; }

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

This div background color is #836E93.


Border color

.myBorderColor { border: 1px solid #836E93; }

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

This div border color is #836E93.


Opacity

.myOpacity80 { color: #836E93; opacity: 0.8; }

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

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

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

This text has shadow with #836E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836E93 on black background.


Color preview on white background

This text has color #836E93 on white background.



Black color preview on #836E93 background

This text has black color on #836E93 background.


White color preview on #836E93 background

This text has white color on #836E93 background.