COLOR #B794D7

HEX: #B794D7
RGB: (183,148,215)

Color info

#B794D7 contains mainly red and blue colors. Web safe color of #B794D7 is #CC99CC (or #C9C).

RGB color model

#B794D7 color RGB value is (183,148,215).

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

RGB channels and saturation

R 183 of 255 = 72%
G 148 of 255 = 58%
B 215 of 255 = 84%

183
148
215

R + G + B ~ 71%. #B794D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 148 + 215 = 546 (100%)
R 183 of 546 ~ 33.52%
G 148 of 546 ~ 27.11%
B 215 of 546 ~ 39.38%

%33.52
%27.11
%39.38

CMYK color model

#B794D7 color CMYK value is (15,31,0,16).

  • cyan value is 14.88%
  • magenta value is 31.16%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(15,31,0,16)
C15M31Y0K16 
(15%,31%,0%,16%)
(0.15/0.31/0.00/0.16)	

CMYK percentages

%14.88
%31.16
%0
%15.69

Codes

Color #B794D7 in popluar color models

B794D7
RGB183148215
HSL271°45.58%71.18%
HSB/HSV271°31.16%84.31%
CMYK14.88%31.16%0.00%
15.69%

Color #B794D7 in popluar number systems.

HEXB794D7
Decimal183148215
Binary101101111001010011010111
Octal267224327

Shades and tints

Shades of #B794D7

#B794D7
(183,148,215)
#A787C4
(167,135,196)
#977AB1
(151,122,177)
#876D9E
(135,109,158)
#77608B
(119,96,139)
#675378
(103,83,120)
#574665
(87,70,101)
#473952
(71,57,82)
#372C3F
(55,44,63)
#271F2C
(39,31,44)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #B794D7

#B794D7
(183,148,215)
#BD9DDA
(189,157,218)
#C3A6DD
(195,166,221)
#C9AFE0
(201,175,224)
#CFB8E3
(207,184,227)
#D5C1E6
(213,193,230)
#DBCAE9
(219,202,233)
#E1D3EC
(225,211,236)
#E7DCEF
(231,220,239)
#EDE5F2
(237,229,242)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B794D7; }

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

This text font color is #B794D7.


Background Color

.myBgColor { background-color: #B794D7; }

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

This div background color is #B794D7.


Border color

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

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

This div border color is #B794D7.


Opacity

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

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

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

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

This text has shadow with #B794D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B794D7 on black background.


Color preview on white background

This text has color #B794D7 on white background.



Black color preview on #B794D7 background

This text has black color on #B794D7 background.


White color preview on #B794D7 background

This text has white color on #B794D7 background.