COLOR #B794CE

HEX: #B794CE
RGB: (183,148,206)

Color info

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

RGB color model

#B794CE color RGB value is (183,148,206).

  • red value is 183;
  • green value is 148;
  • blue value is 206.
RGB:
(183,148,206)
(72%,58%,81%)

RGB channels and saturation

R 183 of 255 = 72%
G 148 of 255 = 58%
B 206 of 255 = 81%

183
148
206

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

Portions of RGB colors in percentages

R + G + B =
183 + 148 + 206 = 537 (100%)
R 183 of 537 ~ 34.08%
G 148 of 537 ~ 27.56%
B 206 of 537 ~ 38.36%

%34.08
%27.56
%38.36

CMYK color model

#B794CE color CMYK value is (11,28,0,19).

  • cyan value is 11.17%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(11,28,0,19)
C11M28Y0K19 
(11%,28%,0%,19%)
(0.11/0.28/0.00/0.19)	

CMYK percentages

%11.17
%28.16
%0
%19.22

Codes

Color #B794CE in popluar color models

B794CE
RGB183148206
HSL276°37.18%69.41%
HSB/HSV276°28.16%80.78%
CMYK11.17%28.16%0.00%
19.22%

Color #B794CE in popluar number systems.

HEXB794CE
Decimal183148206
Binary101101111001010011001110
Octal267224316

Shades and tints

Shades of #B794CE

#B794CE
(183,148,206)
#A787BC
(167,135,188)
#977AAA
(151,122,170)
#876D98
(135,109,152)
#776086
(119,96,134)
#675374
(103,83,116)
#574662
(87,70,98)
#473950
(71,57,80)
#372C3E
(55,44,62)
#271F2C
(39,31,44)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #B794CE

#B794CE
(183,148,206)
#BD9DD2
(189,157,210)
#C3A6D6
(195,166,214)
#C9AFDA
(201,175,218)
#CFB8DE
(207,184,222)
#D5C1E2
(213,193,226)
#DBCAE6
(219,202,230)
#E1D3EA
(225,211,234)
#E7DCEE
(231,220,238)
#EDE5F2
(237,229,242)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B794CE color. Also use rgb(183,148,206) instead hex code.

Text Font Color

.myTextColor { color: #B794CE; }

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

This text font color is #B794CE.


Background Color

.myBgColor { background-color: #B794CE; }

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

This div background color is #B794CE.


Border color

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

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

This div border color is #B794CE.


Opacity

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

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

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

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

This text has shadow with #B794CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B794CE on black background.


Color preview on white background

This text has color #B794CE on white background.



Black color preview on #B794CE background

This text has black color on #B794CE background.


White color preview on #B794CE background

This text has white color on #B794CE background.