COLOR #B793C6

HEX: #B793C6
RGB: (183,147,198)

Color info

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

RGB color model

#B793C6 color RGB value is (183,147,198).

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

RGB channels and saturation

R 183 of 255 = 72%
G 147 of 255 = 58%
B 198 of 255 = 78%

183
147
198

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

Portions of RGB colors in percentages

R + G + B =
183 + 147 + 198 = 528 (100%)
R 183 of 528 ~ 34.66%
G 147 of 528 ~ 27.84%
B 198 of 528 ~ 37.5%

%34.66
%27.84
%37.5

CMYK color model

#B793C6 color CMYK value is (8,26,0,22).

  • cyan value is 7.58%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(8,26,0,22)
C8M26Y0K22 
(8%,26%,0%,22%)
(0.08/0.26/0.00/0.22)	

CMYK percentages

%7.58
%25.76
%0
%22.35

Codes

Color #B793C6 in popluar color models

B793C6
RGB183147198
HSL282°30.91%67.65%
HSB/HSV282°25.76%77.65%
CMYK7.58%25.76%0.00%
22.35%

Color #B793C6 in popluar number systems.

HEXB793C6
Decimal183147198
Binary101101111001001111000110
Octal267223306

Shades and tints

Shades of #B793C6

#B793C6
(183,147,198)
#A786B4
(167,134,180)
#9779A2
(151,121,162)
#876C90
(135,108,144)
#775F7E
(119,95,126)
#67526C
(103,82,108)
#57455A
(87,69,90)
#473848
(71,56,72)
#372B36
(55,43,54)
#271E24
(39,30,36)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #B793C6

#B793C6
(183,147,198)
#BD9CCB
(189,156,203)
#C3A5D0
(195,165,208)
#C9AED5
(201,174,213)
#CFB7DA
(207,183,218)
#D5C0DF
(213,192,223)
#DBC9E4
(219,201,228)
#E1D2E9
(225,210,233)
#E7DBEE
(231,219,238)
#EDE4F3
(237,228,243)
#F3EDF8
(243,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B793C6; }

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

This text font color is #B793C6.


Background Color

.myBgColor { background-color: #B793C6; }

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

This div background color is #B793C6.


Border color

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

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

This div border color is #B793C6.


Opacity

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

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

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

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

This text has shadow with #B793C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B793C6 on black background.


Color preview on white background

This text has color #B793C6 on white background.



Black color preview on #B793C6 background

This text has black color on #B793C6 background.


White color preview on #B793C6 background

This text has white color on #B793C6 background.