COLOR #835E85

HEX: #835E85
RGB: (131,94,133)

Renk bilgisi

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

RGB renk modeli

#835E85 color RGB value is (131,94,133).

  • kırmız ton 131;
  • yeşil ton 94;
  • mavi ton 133.
RGB:
(131,94,133)
(51%,37%,52%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 94 of 255 = 37%
B 133 of 255 = 52%

131
94
133

R + G + B ~ 47%. #835E85 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 94 + 133 = 358 (100%)
R 131 of 358 ~ 36.59%
G 94 of 358 ~ 26.26%
B 133 of 358 ~ 37.15%

%36.59
%26.26
%37.15

CMYK RENK MODELİ

#835E85 rengi CMYK tonu (2,29,0,48).

  • camgöbeği tonu 1.50%
  • eflatun tonu 29.32%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(2,29,0,48)
C2M29Y0K48 
(2%,29%,0%,48%)
(0.02/0.29/0.00/0.48)	

CMYK yüzdeleri

%1.5
%29.32
%0
%47.84

Codes

Color #835E85 in popluar color models

835E85
RGB13194133
HSL297°17.18%44.51%
HSB/HSV297°29.32%52.16%
CMYK1.50%29.32%0.00%
47.84%

Color #835E85 in popluar number systems.

HEX835E85
Decimal13194133
Binary10000011101111010000101
Octal203136205

Shades and tints

Shades of #835E85

#835E85
(131,94,133)
#785679
(120,86,121)
#6D4E6D
(109,78,109)
#624661
(98,70,97)
#573E55
(87,62,85)
#4C3649
(76,54,73)
#412E3D
(65,46,61)
#362631
(54,38,49)
#2B1E25
(43,30,37)
#201619
(32,22,25)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #835E85

#835E85
(131,94,133)
#8E6C90
(142,108,144)
#997A9B
(153,122,155)
#A488A6
(164,136,166)
#AF96B1
(175,150,177)
#BAA4BC
(186,164,188)
#C5B2C7
(197,178,199)
#D0C0D2
(208,192,210)
#DBCEDD
(219,206,221)
#E6DCE8
(230,220,232)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835E85 color. Also use rgb(131,94,133) instead hex code.

Text Font Color

.myTextColor { color: #835E85; }

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

This text font color is #835E85.


Background Color

.myBgColor { background-color: #835E85; }

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

This div background color is #835E85.


Border color

.myBorderColor { border: 1px solid #835E85; }

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

This div border color is #835E85.


Opacity

.myOpacity80 { color: #835E85; opacity: 0.8; }

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

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

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

This text has shadow with #835E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835E85 on black background.


Color preview on white background

This text has color #835E85 on white background.



Black color preview on #835E85 background

This text has black color on #835E85 background.


White color preview on #835E85 background

This text has white color on #835E85 background.