COLOR #B684C8

HEX: #B684C8 RGB: (182,132,200)

Color info

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

RGB color model

#B684C8 color RGB value is (182,132,200).

RGB: (182,132,200) (71%, 52%, 78%)

RGB channels and saturation

R 182 of 255 = 71%
G 132 of 255 = 52%
B 200 of 255 = 78%

182
132
200

R + G + B ~ 67%. #B684C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 132 + 200 = 514 (100%)
R 182 of 514 ~ 35.41%
G 132 of 514 ~ 25.68%
B 200 of 514 ~ 38.91'%

%35.41
%25.68
%38.91

CMYK color model

#B684C8 color CMYK value is (9,34,0,22).

  • cyan value is 9.00%
  • magenta value is 34.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (9,34,0,22)
C9M34Y0K22 (9%, 34%, 0%, 22%)
(0.09 / 0.34 / 0.00 / 0.22)

CMYK percentages

%9
%34
%0
%21.57

Codes

Color #B684C8 in popluar color models

B6 84 C8
RGB 182 132 200
HSL 284° 38.20% 65.10%
HSB/HSV 284° 34.00% 78.43%
CMYK 9.00% 34.00% 0.00%
21.57%

Color #B684C8 in popluar number systems.

HEX B6 84 C8
Decimal 182 132 200
Binary 10110110 10000100 11001000
Octal 266 204 310

Shades and tints

Shades of #B684C8

#B684C8
(182,132,200)
#A678B6
(166,120,182)
#966CA4
(150,108,164)
#866092
(134,96,146)
#765480
(118,84,128)
#66486E
(102,72,110)
#563C5C
(86,60,92)
#46304A
(70,48,74)
#362438
(54,36,56)
#261826
(38,24,38)
#160C14
(22,12,20)
#000000
(0,0,0)

Tints of #B684C8

#B684C8
(182,132,200)
#BC8FCD
(188,143,205)
#C29AD2
(194,154,210)
#C8A5D7
(200,165,215)
#CEB0DC
(206,176,220)
#D4BBE1
(212,187,225)
#DAC6E6
(218,198,230)
#E0D1EB
(224,209,235)
#E6DCF0
(230,220,240)
#ECE7F5
(236,231,245)
#F2F2FA
(242,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B684C8 color. Also use rgb(182,132,200) instead hex code.

Text Font Color

.myTextColor { color: #B684C8; }

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

This text font color is #B684C8.

Background Color

.myBgColor { background-color: #B684C8; }

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

This div background color is #B684C8.

Border color

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

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

This div border color is #B684C8.

Opacity

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

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

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

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

This text has shadow with #B684C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B684C8.

Preview

Color preview on black background

This text has color #B684C8 on black background.


Color preview on white background

This text has color #B684C8 on white background.


Black color preview on #B684C8 background

This text has black color on #B684C8 background.


White color preview on #B684C8 background

This text has white color on #B684C8 background.


Related colors

Complementary color

Complementary color for #hex is #497B37.


I love getcolorcode.com

Triadic colors

1 #C8B684 and #84C8B6 with #B684C8 are triadic colors.

2 #C884B6 and #84B6C8 with #B684C8 are triadic colors.