COLOR #B684DB

HEX: #B684DB RGB: (182,132,219)

Color info

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

RGB color model

#B684DB color RGB value is (182,132,219).

RGB: (182,132,219) (71%, 52%, 86%)

RGB channels and saturation

R 182 of 255 = 71%
G 132 of 255 = 52%
B 219 of 255 = 86%

182
132
219

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

Portions of RGB colors in percentages

R + G + B = 182 + 132 + 219 = 533 (100%)
R 182 of 533 ~ 34.15%
G 132 of 533 ~ 24.77%
B 219 of 533 ~ 41.09'%

%34.15
%24.77
%41.09

CMYK color model

#B684DB color CMYK value is (17,40,0,14).

  • cyan value is 16.89%
  • magenta value is 39.73%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (17,40,0,14)
C17M40Y0K14 (17%, 40%, 0%, 14%)
(0.17 / 0.40 / 0.00 / 0.14)

CMYK percentages

%16.89
%39.73
%0
%14.12

Codes

Color #B684DB in popluar color models

B6 84 DB
RGB 182 132 219
HSL 274° 54.72% 68.82%
HSB/HSV 274° 39.73% 85.88%
CMYK 16.89% 39.73% 0.00%
14.12%

Color #B684DB in popluar number systems.

HEX B6 84 DB
Decimal 182 132 219
Binary 10110110 10000100 11011011
Octal 266 204 333

Shades and tints

Shades of #B684DB

#B684DB
(182,132,219)
#A678C8
(166,120,200)
#966CB5
(150,108,181)
#8660A2
(134,96,162)
#76548F
(118,84,143)
#66487C
(102,72,124)
#563C69
(86,60,105)
#463056
(70,48,86)
#362443
(54,36,67)
#261830
(38,24,48)
#160C1D
(22,12,29)
#000000
(0,0,0)

Tints of #B684DB

#B684DB
(182,132,219)
#BC8FDE
(188,143,222)
#C29AE1
(194,154,225)
#C8A5E4
(200,165,228)
#CEB0E7
(206,176,231)
#D4BBEA
(212,187,234)
#DAC6ED
(218,198,237)
#E0D1F0
(224,209,240)
#E6DCF3
(230,220,243)
#ECE7F6
(236,231,246)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B684DB; }

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

This text font color is #B684DB.

Background Color

.myBgColor { background-color: #B684DB; }

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

This div background color is #B684DB.

Border color

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

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

This div border color is #B684DB.

Opacity

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

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

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

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

This text has shadow with #B684DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B684DB.

Preview

Color preview on black background

This text has color #B684DB on black background.


Color preview on white background

This text has color #B684DB on white background.


Black color preview on #B684DB background

This text has black color on #B684DB background.


White color preview on #B684DB background

This text has white color on #B684DB background.


Related colors

Complementary color

Complementary color for #hex is #497B24.


I love getcolorcode.com

Triadic colors

1 #DBB684 and #84DBB6 with #B684DB are triadic colors.

2 #DB84B6 and #84B6DB with #B684DB are triadic colors.