COLOR #B793C1

HEX: #B793C1
RGB: (183,147,193)

Color info

#B793C1 contains red, green and blue colors in about the same proportion. Web safe color of #B793C1 is #CC99CC (or #C9C).

RGB color model

#B793C1 color RGB value is (183,147,193).

  • red value is 183;
  • green value is 147;
  • blue value is 193.
RGB:
(183,147,193)
(72%,58%,76%)

RGB channels and saturation

R 183 of 255 = 72%
G 147 of 255 = 58%
B 193 of 255 = 76%

183
147
193

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

Portions of RGB colors in percentages

R + G + B =
183 + 147 + 193 = 523 (100%)
R 183 of 523 ~ 34.99%
G 147 of 523 ~ 28.11%
B 193 of 523 ~ 36.9%

%34.99
%28.11
%36.9

CMYK color model

#B793C1 color CMYK value is (5,24,0,24).

  • cyan value is 5.18%
  • magenta value is 23.83%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(5,24,0,24)
C5M24Y0K24 
(5%,24%,0%,24%)
(0.05/0.24/0.00/0.24)	

CMYK percentages

%5.18
%23.83
%0
%24.31

Codes

Color #B793C1 in popluar color models

B793C1
RGB183147193
HSL287°27.06%66.67%
HSB/HSV287°23.83%75.69%
CMYK5.18%23.83%0.00%
24.31%

Color #B793C1 in popluar number systems.

HEXB793C1
Decimal183147193
Binary101101111001001111000001
Octal267223301

Shades and tints

Shades of #B793C1

#B793C1
(183,147,193)
#A786B0
(167,134,176)
#97799F
(151,121,159)
#876C8E
(135,108,142)
#775F7D
(119,95,125)
#67526C
(103,82,108)
#57455B
(87,69,91)
#47384A
(71,56,74)
#372B39
(55,43,57)
#271E28
(39,30,40)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #B793C1

#B793C1
(183,147,193)
#BD9CC6
(189,156,198)
#C3A5CB
(195,165,203)
#C9AED0
(201,174,208)
#CFB7D5
(207,183,213)
#D5C0DA
(213,192,218)
#DBC9DF
(219,201,223)
#E1D2E4
(225,210,228)
#E7DBE9
(231,219,233)
#EDE4EE
(237,228,238)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B793C1 color. Also use rgb(183,147,193) instead hex code.

Text Font Color

.myTextColor { color: #B793C1; }

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

This text font color is #B793C1.


Background Color

.myBgColor { background-color: #B793C1; }

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

This div background color is #B793C1.


Border color

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

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

This div border color is #B793C1.


Opacity

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

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

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

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

This text has shadow with #B793C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B793C1 on black background.


Color preview on white background

This text has color #B793C1 on white background.



Black color preview on #B793C1 background

This text has black color on #B793C1 background.


White color preview on #B793C1 background

This text has white color on #B793C1 background.