COLOR #B49DD2

HEX: #B49DD2
RGB: (180,157,210)

Renk bilgisi

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

RGB renk modeli

#B49DD2 color RGB value is (180,157,210).

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

RGB bağlantıları ve doygunluk

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

180
157
210

R + G + B ~ 72%. #B49DD2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 157 + 210 = 547 (100%)
R 180 of 547 ~ 32.91%
G 157 of 547 ~ 28.7%
B 210 of 547 ~ 38.39%

%32.91
%28.7
%38.39

CMYK RENK MODELİ

#B49DD2 rengi CMYK tonu (14,25,0,18).

  • camgöbeği tonu 14.29%
  • eflatun tonu 25.24%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(14,25,0,18)
C14M25Y0K18 
(14%,25%,0%,18%)
(0.14/0.25/0.00/0.18)	

CMYK yüzdeleri

%14.29
%25.24
%0
%17.65

Codes

Color #B49DD2 in popluar color models

B49DD2
RGB180157210
HSL266°37.06%71.96%
HSB/HSV266°25.24%82.35%
CMYK14.29%25.24%0.00%
17.65%

Color #B49DD2 in popluar number systems.

HEXB49DD2
Decimal180157210
Binary101101001001110111010010
Octal264235322

Shades and tints

Shades of #B49DD2

#B49DD2
(180,157,210)
#A48FBF
(164,143,191)
#9481AC
(148,129,172)
#847399
(132,115,153)
#746586
(116,101,134)
#645773
(100,87,115)
#544960
(84,73,96)
#443B4D
(68,59,77)
#342D3A
(52,45,58)
#241F27
(36,31,39)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #B49DD2

#B49DD2
(180,157,210)
#BAA5D6
(186,165,214)
#C0ADDA
(192,173,218)
#C6B5DE
(198,181,222)
#CCBDE2
(204,189,226)
#D2C5E6
(210,197,230)
#D8CDEA
(216,205,234)
#DED5EE
(222,213,238)
#E4DDF2
(228,221,242)
#EAE5F6
(234,229,246)
#F0EDFA
(240,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49DD2; }

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

This text font color is #B49DD2.


Background Color

.myBgColor { background-color: #B49DD2; }

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

This div background color is #B49DD2.


Border color

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

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

This div border color is #B49DD2.


Opacity

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

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

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

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

This text has shadow with #B49DD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49DD2 on black background.


Color preview on white background

This text has color #B49DD2 on white background.



Black color preview on #B49DD2 background

This text has black color on #B49DD2 background.


White color preview on #B49DD2 background

This text has white color on #B49DD2 background.