COLOR #B49DCB

HEX: #B49DCB
RGB: (180,157,203)

Renk bilgisi

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

RGB renk modeli

#B49DCB color RGB value is (180,157,203).

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

RGB bağlantıları ve doygunluk

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

180
157
203

R + G + B ~ 71%. #B49DCB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 157 + 203 = 540 (100%)
R 180 of 540 ~ 33.33%
G 157 of 540 ~ 29.07%
B 203 of 540 ~ 37.59%

%33.33
%29.07
%37.59

CMYK RENK MODELİ

#B49DCB rengi CMYK tonu (11,23,0,20).

  • camgöbeği tonu 11.33%
  • eflatun tonu 22.66%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(11,23,0,20)
C11M23Y0K20 
(11%,23%,0%,20%)
(0.11/0.23/0.00/0.20)	

CMYK yüzdeleri

%11.33
%22.66
%0
%20.39

Codes

Color #B49DCB in popluar color models

B49DCB
RGB180157203
HSL270°30.67%70.59%
HSB/HSV270°22.66%79.61%
CMYK11.33%22.66%0.00%
20.39%

Color #B49DCB in popluar number systems.

HEXB49DCB
Decimal180157203
Binary101101001001110111001011
Octal264235313

Shades and tints

Shades of #B49DCB

#B49DCB
(180,157,203)
#A48FB9
(164,143,185)
#9481A7
(148,129,167)
#847395
(132,115,149)
#746583
(116,101,131)
#645771
(100,87,113)
#54495F
(84,73,95)
#443B4D
(68,59,77)
#342D3B
(52,45,59)
#241F29
(36,31,41)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #B49DCB

#B49DCB
(180,157,203)
#BAA5CF
(186,165,207)
#C0ADD3
(192,173,211)
#C6B5D7
(198,181,215)
#CCBDDB
(204,189,219)
#D2C5DF
(210,197,223)
#D8CDE3
(216,205,227)
#DED5E7
(222,213,231)
#E4DDEB
(228,221,235)
#EAE5EF
(234,229,239)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49DCB; }

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

This text font color is #B49DCB.


Background Color

.myBgColor { background-color: #B49DCB; }

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

This div background color is #B49DCB.


Border color

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

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

This div border color is #B49DCB.


Opacity

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

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

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

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

This text has shadow with #B49DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49DCB on black background.


Color preview on white background

This text has color #B49DCB on white background.



Black color preview on #B49DCB background

This text has black color on #B49DCB background.


White color preview on #B49DCB background

This text has white color on #B49DCB background.