COLOR #B585A6

HEX: #B585A6
RGB: (181,133,166)

Renk bilgisi

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

RGB renk modeli

#B585A6 color RGB value is (181,133,166).

  • kırmız ton 181;
  • yeşil ton 133;
  • mavi ton 166.
RGB:
(181,133,166)
(71%,52%,65%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 133 of 255 = 52%
B 166 of 255 = 65%

181
133
166

R + G + B ~ 63%. #B585A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 133 + 166 = 480 (100%)
R 181 of 480 ~ 37.71%
G 133 of 480 ~ 27.71%
B 166 of 480 ~ 34.58%

%37.71
%27.71
%34.58

CMYK RENK MODELİ

#B585A6 rengi CMYK tonu (0,27,8,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.52%
  • sarı tonu 8.29%
  • ana renk tonu 29.02%
CMYK:
(0,27,8,29)
C0M27Y8K29 
(0%,27%,8%,29%)
(0.00/0.27/0.08/0.29)	

CMYK yüzdeleri

%0
%26.52
%8.29
%29.02

Codes

Color #B585A6 in popluar color models

B585A6
RGB181133166
HSL319°24.49%61.57%
HSB/HSV319°26.52%70.98%
CMYK0.00%26.52%8.29%
29.02%

Color #B585A6 in popluar number systems.

HEXB585A6
Decimal181133166
Binary101101011000010110100110
Octal265205246

Shades and tints

Shades of #B585A6

#B585A6
(181,133,166)
#A57997
(165,121,151)
#956D88
(149,109,136)
#856179
(133,97,121)
#75556A
(117,85,106)
#65495B
(101,73,91)
#553D4C
(85,61,76)
#45313D
(69,49,61)
#35252E
(53,37,46)
#25191F
(37,25,31)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #B585A6

#B585A6
(181,133,166)
#BB90AE
(187,144,174)
#C19BB6
(193,155,182)
#C7A6BE
(199,166,190)
#CDB1C6
(205,177,198)
#D3BCCE
(211,188,206)
#D9C7D6
(217,199,214)
#DFD2DE
(223,210,222)
#E5DDE6
(229,221,230)
#EBE8EE
(235,232,238)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B585A6 color. Also use rgb(181,133,166) instead hex code.

Text Font Color

.myTextColor { color: #B585A6; }

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

This text font color is #B585A6.


Background Color

.myBgColor { background-color: #B585A6; }

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

This div background color is #B585A6.


Border color

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

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

This div border color is #B585A6.


Opacity

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

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

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

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

This text has shadow with #B585A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B585A6 on black background.


Color preview on white background

This text has color #B585A6 on white background.



Black color preview on #B585A6 background

This text has black color on #B585A6 background.


White color preview on #B585A6 background

This text has white color on #B585A6 background.