COLOR #85829F

HEX: #85829F
RGB: (133,130,159)

Renk bilgisi

#85829F contains red, green and blue colors in about the same proportion. #85829F ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#85829F color RGB value is (133,130,159).

  • kırmız ton 133;
  • yeşil ton 130;
  • mavi ton 159.
RGB:
(133,130,159)
(52%,51%,62%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 130 of 255 = 51%
B 159 of 255 = 62%

133
130
159

R + G + B ~ 55%. #85829F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 130 + 159 = 422 (100%)
R 133 of 422 ~ 31.52%
G 130 of 422 ~ 30.81%
B 159 of 422 ~ 37.68%

%31.52
%30.81
%37.68

CMYK RENK MODELİ

#85829F rengi CMYK tonu (16,18,0,38).

  • camgöbeği tonu 16.35%
  • eflatun tonu 18.24%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(16,18,0,38)
C16M18Y0K38 
(16%,18%,0%,38%)
(0.16/0.18/0.00/0.38)	

CMYK yüzdeleri

%16.35
%18.24
%0
%37.65

Codes

Color #85829F in popluar color models

85829F
RGB133130159
HSL246°13.12%56.67%
HSB/HSV246°18.24%62.35%
CMYK16.35%18.24%0.00%
37.65%

Color #85829F in popluar number systems.

HEX85829F
Decimal133130159
Binary100001011000001010011111
Octal205202237

Shades and tints

Shades of #85829F

#85829F
(133,130,159)
#797791
(121,119,145)
#6D6C83
(109,108,131)
#616175
(97,97,117)
#555667
(85,86,103)
#494B59
(73,75,89)
#3D404B
(61,64,75)
#31353D
(49,53,61)
#252A2F
(37,42,47)
#191F21
(25,31,33)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #85829F

#85829F
(133,130,159)
#908DA7
(144,141,167)
#9B98AF
(155,152,175)
#A6A3B7
(166,163,183)
#B1AEBF
(177,174,191)
#BCB9C7
(188,185,199)
#C7C4CF
(199,196,207)
#D2CFD7
(210,207,215)
#DDDADF
(221,218,223)
#E8E5E7
(232,229,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85829F color. Also use rgb(133,130,159) instead hex code.

Text Font Color

.myTextColor { color: #85829F; }

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

This text font color is #85829F.


Background Color

.myBgColor { background-color: #85829F; }

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

This div background color is #85829F.


Border color

.myBorderColor { border: 1px solid #85829F; }

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

This div border color is #85829F.


Opacity

.myOpacity80 { color: #85829F; opacity: 0.8; }

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

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

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

This text has shadow with #85829F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85829F on black background.


Color preview on white background

This text has color #85829F on white background.



Black color preview on #85829F background

This text has black color on #85829F background.


White color preview on #85829F background

This text has white color on #85829F background.