COLOR #B685DA

HEX: #B685DA RGB: (182,133,218)

Color info

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

RGB color model

#B685DA color RGB value is (182,133,218).

RGB: (182,133,218) (71%, 52%, 85%)

RGB channels and saturation

R 182 of 255 = 71%
G 133 of 255 = 52%
B 218 of 255 = 85%

182
133
218

R + G + B ~ 69%. #B685DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 133 + 218 = 533 (100%)
R 182 of 533 ~ 34.15%
G 133 of 533 ~ 24.95%
B 218 of 533 ~ 40.9'%

%34.15
%24.95
%40.9

CMYK color model

#B685DA color CMYK value is (17,39,0,15).

  • cyan value is 16.51%
  • magenta value is 38.99%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (17,39,0,15)
C17M39Y0K15 (17%, 39%, 0%, 15%)
(0.17 / 0.39 / 0.00 / 0.15)

CMYK percentages

%16.51
%38.99
%0
%14.51

Codes

Color #B685DA in popluar color models

B6 85 DA
RGB 182 133 218
HSL 275° 53.46% 68.82%
HSB/HSV 275° 38.99% 85.49%
CMYK 16.51% 38.99% 0.00%
14.51%

Color #B685DA in popluar number systems.

HEX B6 85 DA
Decimal 182 133 218
Binary 10110110 10000101 11011010
Octal 266 205 332

Shades and tints

Shades of #B685DA

#B685DA
(182,133,218)
#A679C7
(166,121,199)
#966DB4
(150,109,180)
#8661A1
(134,97,161)
#76558E
(118,85,142)
#66497B
(102,73,123)
#563D68
(86,61,104)
#463155
(70,49,85)
#362542
(54,37,66)
#26192F
(38,25,47)
#160D1C
(22,13,28)
#000000
(0,0,0)

Tints of #B685DA

#B685DA
(182,133,218)
#BC90DD
(188,144,221)
#C29BE0
(194,155,224)
#C8A6E3
(200,166,227)
#CEB1E6
(206,177,230)
#D4BCE9
(212,188,233)
#DAC7EC
(218,199,236)
#E0D2EF
(224,210,239)
#E6DDF2
(230,221,242)
#ECE8F5
(236,232,245)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B685DA color. Also use rgb(182,133,218) instead hex code.

Text Font Color

.myTextColor { color: #B685DA; }

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

This text font color is #B685DA.

Background Color

.myBgColor { background-color: #B685DA; }

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

This div background color is #B685DA.

Border color

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

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

This div border color is #B685DA.

Opacity

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

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

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

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

This text has shadow with #B685DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B685DA.

Preview

Color preview on black background

This text has color #B685DA on black background.


Color preview on white background

This text has color #B685DA on white background.


Black color preview on #B685DA background

This text has black color on #B685DA background.


White color preview on #B685DA background

This text has white color on #B685DA background.


Related colors

Complementary color

Complementary color for #hex is #497A25.


I love getcolorcode.com

Triadic colors

1 #DAB685 and #85DAB6 with #B685DA are triadic colors.

2 #DA85B6 and #85B6DA with #B685DA are triadic colors.