COLOR #B5829D

HEX: #B5829D
RGB: (181,130,157)

Renk bilgisi

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

RGB renk modeli

#B5829D color RGB value is (181,130,157).

  • kırmız ton 181;
  • yeşil ton 130;
  • mavi ton 157.
RGB:
(181,130,157)
(71%,51%,62%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 130 of 255 = 51%
B 157 of 255 = 62%

181
130
157

R + G + B ~ 61%. #B5829D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 130 + 157 = 468 (100%)
R 181 of 468 ~ 38.68%
G 130 of 468 ~ 27.78%
B 157 of 468 ~ 33.55%

%38.68
%27.78
%33.55

CMYK RENK MODELİ

#B5829D rengi CMYK tonu (0,28,13,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.18%
  • sarı tonu 13.26%
  • ana renk tonu 29.02%
CMYK:
(0,28,13,29)
C0M28Y13K29 
(0%,28%,13%,29%)
(0.00/0.28/0.13/0.29)	

CMYK yüzdeleri

%0
%28.18
%13.26
%29.02

Codes

Color #B5829D in popluar color models

B5829D
RGB181130157
HSL328°25.63%60.98%
HSB/HSV328°28.18%70.98%
CMYK0.00%28.18%13.26%
29.02%

Color #B5829D in popluar number systems.

HEXB5829D
Decimal181130157
Binary101101011000001010011101
Octal265202235

Shades and tints

Shades of #B5829D

#B5829D
(181,130,157)
#A5778F
(165,119,143)
#956C81
(149,108,129)
#856173
(133,97,115)
#755665
(117,86,101)
#654B57
(101,75,87)
#554049
(85,64,73)
#45353B
(69,53,59)
#352A2D
(53,42,45)
#251F1F
(37,31,31)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #B5829D

#B5829D
(181,130,157)
#BB8DA5
(187,141,165)
#C198AD
(193,152,173)
#C7A3B5
(199,163,181)
#CDAEBD
(205,174,189)
#D3B9C5
(211,185,197)
#D9C4CD
(217,196,205)
#DFCFD5
(223,207,213)
#E5DADD
(229,218,221)
#EBE5E5
(235,229,229)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5829D color. Also use rgb(181,130,157) instead hex code.

Text Font Color

.myTextColor { color: #B5829D; }

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

This text font color is #B5829D.


Background Color

.myBgColor { background-color: #B5829D; }

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

This div background color is #B5829D.


Border color

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

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

This div border color is #B5829D.


Opacity

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

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

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

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

This text has shadow with #B5829D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5829D on black background.


Color preview on white background

This text has color #B5829D on white background.



Black color preview on #B5829D background

This text has black color on #B5829D background.


White color preview on #B5829D background

This text has white color on #B5829D background.