COLOR #B493CE

HEX: #B493CE
RGB: (180,147,206)

Renk bilgisi

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

RGB renk modeli

#B493CE color RGB value is (180,147,206).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 147 of 255 = 58%
B 206 of 255 = 81%

180
147
206

R + G + B ~ 70%. #B493CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 147 + 206 = 533 (100%)
R 180 of 533 ~ 33.77%
G 147 of 533 ~ 27.58%
B 206 of 533 ~ 38.65%

%33.77
%27.58
%38.65

CMYK RENK MODELİ

#B493CE rengi CMYK tonu (13,29,0,19).

  • camgöbeği tonu 12.62%
  • eflatun tonu 28.64%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(13,29,0,19)
C13M29Y0K19 
(13%,29%,0%,19%)
(0.13/0.29/0.00/0.19)	

CMYK yüzdeleri

%12.62
%28.64
%0
%19.22

Codes

Color #B493CE in popluar color models

B493CE
RGB180147206
HSL274°37.58%69.22%
HSB/HSV274°28.64%80.78%
CMYK12.62%28.64%0.00%
19.22%

Color #B493CE in popluar number systems.

HEXB493CE
Decimal180147206
Binary101101001001001111001110
Octal264223316

Shades and tints

Shades of #B493CE

#B493CE
(180,147,206)
#A486BC
(164,134,188)
#9479AA
(148,121,170)
#846C98
(132,108,152)
#745F86
(116,95,134)
#645274
(100,82,116)
#544562
(84,69,98)
#443850
(68,56,80)
#342B3E
(52,43,62)
#241E2C
(36,30,44)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #B493CE

#B493CE
(180,147,206)
#BA9CD2
(186,156,210)
#C0A5D6
(192,165,214)
#C6AEDA
(198,174,218)
#CCB7DE
(204,183,222)
#D2C0E2
(210,192,226)
#D8C9E6
(216,201,230)
#DED2EA
(222,210,234)
#E4DBEE
(228,219,238)
#EAE4F2
(234,228,242)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B493CE; }

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

This text font color is #B493CE.


Background Color

.myBgColor { background-color: #B493CE; }

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

This div background color is #B493CE.


Border color

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

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

This div border color is #B493CE.


Opacity

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

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

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

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

This text has shadow with #B493CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B493CE on black background.


Color preview on white background

This text has color #B493CE on white background.



Black color preview on #B493CE background

This text has black color on #B493CE background.


White color preview on #B493CE background

This text has white color on #B493CE background.