COLOR #B49DB4

HEX: #B49DB4
RGB: (180,157,180)

Renk bilgisi

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

RGB renk modeli

#B49DB4 color RGB value is (180,157,180).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 157 of 255 = 62%
B 180 of 255 = 71%

180
157
180

R + G + B ~ 68%. #B49DB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 157 + 180 = 517 (100%)
R 180 of 517 ~ 34.82%
G 157 of 517 ~ 30.37%
B 180 of 517 ~ 34.82%

%34.82
%30.37
%34.82

CMYK RENK MODELİ

#B49DB4 rengi CMYK tonu (0,13,0,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.78%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(0,13,0,29)
C0M13Y0K29 
(0%,13%,0%,29%)
(0.00/0.13/0.00/0.29)	

CMYK yüzdeleri

%0
%12.78
%0
%29.41

Codes

Color #B49DB4 in popluar color models

B49DB4
RGB180157180
HSL300°13.29%66.08%
HSB/HSV300°12.78%70.59%
CMYK0.00%12.78%0.00%
29.41%

Color #B49DB4 in popluar number systems.

HEXB49DB4
Decimal180157180
Binary101101001001110110110100
Octal264235264

Shades and tints

Shades of #B49DB4

#B49DB4
(180,157,180)
#A48FA4
(164,143,164)
#948194
(148,129,148)
#847384
(132,115,132)
#746574
(116,101,116)
#645764
(100,87,100)
#544954
(84,73,84)
#443B44
(68,59,68)
#342D34
(52,45,52)
#241F24
(36,31,36)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #B49DB4

#B49DB4
(180,157,180)
#BAA5BA
(186,165,186)
#C0ADC0
(192,173,192)
#C6B5C6
(198,181,198)
#CCBDCC
(204,189,204)
#D2C5D2
(210,197,210)
#D8CDD8
(216,205,216)
#DED5DE
(222,213,222)
#E4DDE4
(228,221,228)
#EAE5EA
(234,229,234)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49DB4; }

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

This text font color is #B49DB4.


Background Color

.myBgColor { background-color: #B49DB4; }

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

This div background color is #B49DB4.


Border color

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

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

This div border color is #B49DB4.


Opacity

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

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

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

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

This text has shadow with #B49DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49DB4 on black background.


Color preview on white background

This text has color #B49DB4 on white background.



Black color preview on #B49DB4 background

This text has black color on #B49DB4 background.


White color preview on #B49DB4 background

This text has white color on #B49DB4 background.