COLOR #B794C9

HEX: #B794C9 RGB: (183,148,201)

Color info

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

RGB color model

#B794C9 color RGB value is (183,148,201).

RGB: (183,148,201) (72%, 58%, 79%)

RGB channels and saturation

R 183 of 255 = 72%
G 148 of 255 = 58%
B 201 of 255 = 79%

183
148
201

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

Portions of RGB colors in percentages

R + G + B = 183 + 148 + 201 = 532 (100%)
R 183 of 532 ~ 34.4%
G 148 of 532 ~ 27.82%
B 201 of 532 ~ 37.78'%

%34.4
%27.82
%37.78

CMYK color model

#B794C9 color CMYK value is (9,26,0,21).

  • cyan value is 8.96%
  • magenta value is 26.37%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (9,26,0,21) C9M26Y0K21 (9%,26%,0%,21%) (0.09/0.26/0.00/0.21) 

CMYK percentages

%8.96
%26.37
%0
%21.18

Codes

Color #B794C9 in popluar color models

B7 94 C9
RGB 183 148 201
HSL 280° 32.92% 68.43%
HSB/HSV 280° 26.37% 78.82%
CMYK 8.96% 26.37% 0.00%
21.18%

Color #B794C9 in popluar number systems.

HEX B7 94 C9
Decimal 183 148 201
Binary 10110111 10010100 11001001
Octal 267 224 311

Shades and tints

Shades of #B794C9

#B794C9
(183,148,201)
#A787B7
(167,135,183)
#977AA5
(151,122,165)
#876D93
(135,109,147)
#776081
(119,96,129)
#67536F
(103,83,111)
#57465D
(87,70,93)
#47394B
(71,57,75)
#372C39
(55,44,57)
#271F27
(39,31,39)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #B794C9

#B794C9
(183,148,201)
#BD9DCD
(189,157,205)
#C3A6D1
(195,166,209)
#C9AFD5
(201,175,213)
#CFB8D9
(207,184,217)
#D5C1DD
(213,193,221)
#DBCAE1
(219,202,225)
#E1D3E5
(225,211,229)
#E7DCE9
(231,220,233)
#EDE5ED
(237,229,237)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B794C9; }

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

This text font color is #B794C9.

Background Color

.myBgColor { background-color: #B794C9; }

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

This div background color is #B794C9.

Border color

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

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

This div border color is #B794C9.

Opacity

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

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

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

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

This text has shadow with #B794C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B794C9.

Preview

Color preview on black background

This text has color #B794C9 on black background.


Color preview on white background

This text has color #B794C9 on white background.


Black color preview on #B794C9 background

This text has black color on #B794C9 background.


White color preview on #B794C9 background

This text has white color on #B794C9 background.


Related colors

Complementary color

Complementary color for #hex is #486B36.


I love getcolorcode.com

Triadic colors

1 #C9B794 and #94C9B7 with #B794C9 are triadic colors.

2 #C994B7 and #94B7C9 with #B794C9 are triadic colors.