COLOR #B49DBB

HEX: #B49DBB
RGB: (180,157,187)

Renk bilgisi

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

RGB renk modeli

#B49DBB color RGB value is (180,157,187).

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

RGB bağlantıları ve doygunluk

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

180
157
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 157 + 187 = 524 (100%)
R 180 of 524 ~ 34.35%
G 157 of 524 ~ 29.96%
B 187 of 524 ~ 35.69%

%34.35
%29.96
%35.69

CMYK RENK MODELİ

#B49DBB rengi CMYK tonu (4,16,0,27).

  • camgöbeği tonu 3.74%
  • eflatun tonu 16.04%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(4,16,0,27)
C4M16Y0K27 
(4%,16%,0%,27%)
(0.04/0.16/0.00/0.27)	

CMYK yüzdeleri

%3.74
%16.04
%0
%26.67

Codes

Color #B49DBB in popluar color models

B49DBB
RGB180157187
HSL286°18.07%67.45%
HSB/HSV286°16.04%73.33%
CMYK3.74%16.04%0.00%
26.67%

Color #B49DBB in popluar number systems.

HEXB49DBB
Decimal180157187
Binary101101001001110110111011
Octal264235273

Shades and tints

Shades of #B49DBB

#B49DBB
(180,157,187)
#A48FAA
(164,143,170)
#948199
(148,129,153)
#847388
(132,115,136)
#746577
(116,101,119)
#645766
(100,87,102)
#544955
(84,73,85)
#443B44
(68,59,68)
#342D33
(52,45,51)
#241F22
(36,31,34)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #B49DBB

#B49DBB
(180,157,187)
#BAA5C1
(186,165,193)
#C0ADC7
(192,173,199)
#C6B5CD
(198,181,205)
#CCBDD3
(204,189,211)
#D2C5D9
(210,197,217)
#D8CDDF
(216,205,223)
#DED5E5
(222,213,229)
#E4DDEB
(228,221,235)
#EAE5F1
(234,229,241)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49DBB; }

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

This text font color is #B49DBB.


Background Color

.myBgColor { background-color: #B49DBB; }

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

This div background color is #B49DBB.


Border color

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

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

This div border color is #B49DBB.


Opacity

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

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

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

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

This text has shadow with #B49DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49DBB on black background.


Color preview on white background

This text has color #B49DBB on white background.



Black color preview on #B49DBB background

This text has black color on #B49DBB background.


White color preview on #B49DBB background

This text has white color on #B49DBB background.