COLOR #B49DBD

HEX: #B49DBD
RGB: (180,157,189)

Renk bilgisi

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

RGB renk modeli

#B49DBD color RGB value is (180,157,189).

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

RGB bağlantıları ve doygunluk

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

180
157
189

R + G + B ~ 69%. #B49DBD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 157 + 189 = 526 (100%)
R 180 of 526 ~ 34.22%
G 157 of 526 ~ 29.85%
B 189 of 526 ~ 35.93%

%34.22
%29.85
%35.93

CMYK RENK MODELİ

#B49DBD rengi CMYK tonu (5,17,0,26).

  • camgöbeği tonu 4.76%
  • eflatun tonu 16.93%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(5,17,0,26)
C5M17Y0K26 
(5%,17%,0%,26%)
(0.05/0.17/0.00/0.26)	

CMYK yüzdeleri

%4.76
%16.93
%0
%25.88

Codes

Color #B49DBD in popluar color models

B49DBD
RGB180157189
HSL283°19.51%67.84%
HSB/HSV283°16.93%74.12%
CMYK4.76%16.93%0.00%
25.88%

Color #B49DBD in popluar number systems.

HEXB49DBD
Decimal180157189
Binary101101001001110110111101
Octal264235275

Shades and tints

Shades of #B49DBD

#B49DBD
(180,157,189)
#A48FAC
(164,143,172)
#94819B
(148,129,155)
#84738A
(132,115,138)
#746579
(116,101,121)
#645768
(100,87,104)
#544957
(84,73,87)
#443B46
(68,59,70)
#342D35
(52,45,53)
#241F24
(36,31,36)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #B49DBD

#B49DBD
(180,157,189)
#BAA5C3
(186,165,195)
#C0ADC9
(192,173,201)
#C6B5CF
(198,181,207)
#CCBDD5
(204,189,213)
#D2C5DB
(210,197,219)
#D8CDE1
(216,205,225)
#DED5E7
(222,213,231)
#E4DDED
(228,221,237)
#EAE5F3
(234,229,243)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49DBD; }

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

This text font color is #B49DBD.


Background Color

.myBgColor { background-color: #B49DBD; }

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

This div background color is #B49DBD.


Border color

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

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

This div border color is #B49DBD.


Opacity

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

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

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

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

This text has shadow with #B49DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49DBD on black background.


Color preview on white background

This text has color #B49DBD on white background.



Black color preview on #B49DBD background

This text has black color on #B49DBD background.


White color preview on #B49DBD background

This text has white color on #B49DBD background.