COLOR #B683B9

HEX: #B683B9
RGB: (182,131,185)

Color info

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

RGB color model

#B683B9 color RGB value is (182,131,185).

  • red value is 182;
  • green value is 131;
  • blue value is 185.
RGB:
(182,131,185)
(71%,51%,73%)

RGB channels and saturation

R 182 of 255 = 71%
G 131 of 255 = 51%
B 185 of 255 = 73%

182
131
185

R + G + B ~ 65%. #B683B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 131 + 185 = 498 (100%)
R 182 of 498 ~ 36.55%
G 131 of 498 ~ 26.31%
B 185 of 498 ~ 37.15%

%36.55
%26.31
%37.15

CMYK color model

#B683B9 color CMYK value is (2,29,0,27).

  • cyan value is 1.62%
  • magenta value is 29.19%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(2,29,0,27)
C2M29Y0K27 
(2%,29%,0%,27%)
(0.02/0.29/0.00/0.27)	

CMYK percentages

%1.62
%29.19
%0
%27.45

Codes

Color #B683B9 in popluar color models

B683B9
RGB182131185
HSL297°27.84%61.96%
HSB/HSV297°29.19%72.55%
CMYK1.62%29.19%0.00%
27.45%

Color #B683B9 in popluar number systems.

HEXB683B9
Decimal182131185
Binary101101101000001110111001
Octal266203271

Shades and tints

Shades of #B683B9

#B683B9
(182,131,185)
#A678A9
(166,120,169)
#966D99
(150,109,153)
#866289
(134,98,137)
#765779
(118,87,121)
#664C69
(102,76,105)
#564159
(86,65,89)
#463649
(70,54,73)
#362B39
(54,43,57)
#262029
(38,32,41)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #B683B9

#B683B9
(182,131,185)
#BC8EBF
(188,142,191)
#C299C5
(194,153,197)
#C8A4CB
(200,164,203)
#CEAFD1
(206,175,209)
#D4BAD7
(212,186,215)
#DAC5DD
(218,197,221)
#E0D0E3
(224,208,227)
#E6DBE9
(230,219,233)
#ECE6EF
(236,230,239)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B683B9 color. Also use rgb(182,131,185) instead hex code.

Text Font Color

.myTextColor { color: #B683B9; }

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

This text font color is #B683B9.


Background Color

.myBgColor { background-color: #B683B9; }

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

This div background color is #B683B9.


Border color

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

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

This div border color is #B683B9.


Opacity

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

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

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

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

This text has shadow with #B683B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B683B9 on black background.


Color preview on white background

This text has color #B683B9 on white background.



Black color preview on #B683B9 background

This text has black color on #B683B9 background.


White color preview on #B683B9 background

This text has white color on #B683B9 background.