COLOR #B493C7

HEX: #B493C7
RGB: (180,147,199)

Renk bilgisi

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

RGB renk modeli

#B493C7 color RGB value is (180,147,199).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 147 of 255 = 58%
B 199 of 255 = 78%

180
147
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 147 + 199 = 526 (100%)
R 180 of 526 ~ 34.22%
G 147 of 526 ~ 27.95%
B 199 of 526 ~ 37.83%

%34.22
%27.95
%37.83

CMYK RENK MODELİ

#B493C7 rengi CMYK tonu (10,26,0,22).

  • camgöbeği tonu 9.55%
  • eflatun tonu 26.13%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(10,26,0,22)
C10M26Y0K22 
(10%,26%,0%,22%)
(0.10/0.26/0.00/0.22)	

CMYK yüzdeleri

%9.55
%26.13
%0
%21.96

Codes

Color #B493C7 in popluar color models

B493C7
RGB180147199
HSL278°31.71%67.84%
HSB/HSV278°26.13%78.04%
CMYK9.55%26.13%0.00%
21.96%

Color #B493C7 in popluar number systems.

HEXB493C7
Decimal180147199
Binary101101001001001111000111
Octal264223307

Shades and tints

Shades of #B493C7

#B493C7
(180,147,199)
#A486B5
(164,134,181)
#9479A3
(148,121,163)
#846C91
(132,108,145)
#745F7F
(116,95,127)
#64526D
(100,82,109)
#54455B
(84,69,91)
#443849
(68,56,73)
#342B37
(52,43,55)
#241E25
(36,30,37)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #B493C7

#B493C7
(180,147,199)
#BA9CCC
(186,156,204)
#C0A5D1
(192,165,209)
#C6AED6
(198,174,214)
#CCB7DB
(204,183,219)
#D2C0E0
(210,192,224)
#D8C9E5
(216,201,229)
#DED2EA
(222,210,234)
#E4DBEF
(228,219,239)
#EAE4F4
(234,228,244)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B493C7; }

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

This text font color is #B493C7.


Background Color

.myBgColor { background-color: #B493C7; }

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

This div background color is #B493C7.


Border color

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

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

This div border color is #B493C7.


Opacity

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

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

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

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

This text has shadow with #B493C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B493C7 on black background.


Color preview on white background

This text has color #B493C7 on white background.



Black color preview on #B493C7 background

This text has black color on #B493C7 background.


White color preview on #B493C7 background

This text has white color on #B493C7 background.