COLOR #B493D9

HEX: #B493D9
RGB: (180,147,217)

Renk bilgisi

#B493D9 contains mainly red and blue colors. #B493D9 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#B493D9 color RGB value is (180,147,217).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 147 of 255 = 58%
B 217 of 255 = 85%

180
147
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 147 + 217 = 544 (100%)
R 180 of 544 ~ 33.09%
G 147 of 544 ~ 27.02%
B 217 of 544 ~ 39.89%

%33.09
%27.02
%39.89

CMYK RENK MODELİ

#B493D9 rengi CMYK tonu (17,32,0,15).

  • camgöbeği tonu 17.05%
  • eflatun tonu 32.26%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(17,32,0,15)
C17M32Y0K15 
(17%,32%,0%,15%)
(0.17/0.32/0.00/0.15)	

CMYK yüzdeleri

%17.05
%32.26
%0
%14.9

Codes

Color #B493D9 in popluar color models

B493D9
RGB180147217
HSL268°47.95%71.37%
HSB/HSV268°32.26%85.10%
CMYK17.05%32.26%0.00%
14.90%

Color #B493D9 in popluar number systems.

HEXB493D9
Decimal180147217
Binary101101001001001111011001
Octal264223331

Shades and tints

Shades of #B493D9

#B493D9
(180,147,217)
#A486C6
(164,134,198)
#9479B3
(148,121,179)
#846CA0
(132,108,160)
#745F8D
(116,95,141)
#64527A
(100,82,122)
#544567
(84,69,103)
#443854
(68,56,84)
#342B41
(52,43,65)
#241E2E
(36,30,46)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #B493D9

#B493D9
(180,147,217)
#BA9CDC
(186,156,220)
#C0A5DF
(192,165,223)
#C6AEE2
(198,174,226)
#CCB7E5
(204,183,229)
#D2C0E8
(210,192,232)
#D8C9EB
(216,201,235)
#DED2EE
(222,210,238)
#E4DBF1
(228,219,241)
#EAE4F4
(234,228,244)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B493D9; }

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

This text font color is #B493D9.


Background Color

.myBgColor { background-color: #B493D9; }

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

This div background color is #B493D9.


Border color

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

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

This div border color is #B493D9.


Opacity

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

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

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

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

This text has shadow with #B493D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B493D9 on black background.


Color preview on white background

This text has color #B493D9 on white background.



Black color preview on #B493D9 background

This text has black color on #B493D9 background.


White color preview on #B493D9 background

This text has white color on #B493D9 background.