COLOR #B49ED9

HEX: #B49ED9
RGB: (180,158,217)

Renk bilgisi

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

RGB renk modeli

#B49ED9 color RGB value is (180,158,217).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 158 of 255 = 62%
B 217 of 255 = 85%

180
158
217

R + G + B ~ 73%. #B49ED9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 158 + 217 = 555 (100%)
R 180 of 555 ~ 32.43%
G 158 of 555 ~ 28.47%
B 217 of 555 ~ 39.1%

%32.43
%28.47
%39.1

CMYK RENK MODELİ

#B49ED9 rengi CMYK tonu (17,27,0,15).

  • camgöbeği tonu 17.05%
  • eflatun tonu 27.19%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(17,27,0,15)
C17M27Y0K15 
(17%,27%,0%,15%)
(0.17/0.27/0.00/0.15)	

CMYK yüzdeleri

%17.05
%27.19
%0
%14.9

Codes

Color #B49ED9 in popluar color models

B49ED9
RGB180158217
HSL262°43.70%73.53%
HSB/HSV262°27.19%85.10%
CMYK17.05%27.19%0.00%
14.90%

Color #B49ED9 in popluar number systems.

HEXB49ED9
Decimal180158217
Binary101101001001111011011001
Octal264236331

Shades and tints

Shades of #B49ED9

#B49ED9
(180,158,217)
#A490C6
(164,144,198)
#9482B3
(148,130,179)
#8474A0
(132,116,160)
#74668D
(116,102,141)
#64587A
(100,88,122)
#544A67
(84,74,103)
#443C54
(68,60,84)
#342E41
(52,46,65)
#24202E
(36,32,46)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #B49ED9

#B49ED9
(180,158,217)
#BAA6DC
(186,166,220)
#C0AEDF
(192,174,223)
#C6B6E2
(198,182,226)
#CCBEE5
(204,190,229)
#D2C6E8
(210,198,232)
#D8CEEB
(216,206,235)
#DED6EE
(222,214,238)
#E4DEF1
(228,222,241)
#EAE6F4
(234,230,244)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49ED9; }

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

This text font color is #B49ED9.


Background Color

.myBgColor { background-color: #B49ED9; }

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

This div background color is #B49ED9.


Border color

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

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

This div border color is #B49ED9.


Opacity

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

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

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

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

This text has shadow with #B49ED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49ED9 on black background.


Color preview on white background

This text has color #B49ED9 on white background.



Black color preview on #B49ED9 background

This text has black color on #B49ED9 background.


White color preview on #B49ED9 background

This text has white color on #B49ED9 background.