COLOR #85829B

HEX: #85829B
RGB: (133,130,155)

Renk bilgisi

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

RGB renk modeli

#85829B color RGB value is (133,130,155).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 130 of 255 = 51%
B 155 of 255 = 61%

133
130
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 130 + 155 = 418 (100%)
R 133 of 418 ~ 31.82%
G 130 of 418 ~ 31.1%
B 155 of 418 ~ 37.08%

%31.82
%31.1
%37.08

CMYK RENK MODELİ

#85829B rengi CMYK tonu (14,16,0,39).

  • camgöbeği tonu 14.19%
  • eflatun tonu 16.13%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(14,16,0,39)
C14M16Y0K39 
(14%,16%,0%,39%)
(0.14/0.16/0.00/0.39)	

CMYK yüzdeleri

%14.19
%16.13
%0
%39.22

Codes

Color #85829B in popluar color models

85829B
RGB133130155
HSL247°11.11%55.88%
HSB/HSV247°16.13%60.78%
CMYK14.19%16.13%0.00%
39.22%

Color #85829B in popluar number systems.

HEX85829B
Decimal133130155
Binary100001011000001010011011
Octal205202233

Shades and tints

Shades of #85829B

#85829B
(133,130,155)
#79778D
(121,119,141)
#6D6C7F
(109,108,127)
#616171
(97,97,113)
#555663
(85,86,99)
#494B55
(73,75,85)
#3D4047
(61,64,71)
#313539
(49,53,57)
#252A2B
(37,42,43)
#191F1D
(25,31,29)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #85829B

#85829B
(133,130,155)
#908DA4
(144,141,164)
#9B98AD
(155,152,173)
#A6A3B6
(166,163,182)
#B1AEBF
(177,174,191)
#BCB9C8
(188,185,200)
#C7C4D1
(199,196,209)
#D2CFDA
(210,207,218)
#DDDAE3
(221,218,227)
#E8E5EC
(232,229,236)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85829B; }

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

This text font color is #85829B.


Background Color

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

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

This div background color is #85829B.


Border color

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

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

This div border color is #85829B.


Opacity

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

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

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

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

This text has shadow with #85829B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85829B on black background.


Color preview on white background

This text has color #85829B on white background.



Black color preview on #85829B background

This text has black color on #85829B background.


White color preview on #85829B background

This text has white color on #85829B background.