COLOR #B689CD

HEX: #B689CD
RGB: (182,137,205)

Color info

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

RGB color model

#B689CD color RGB value is (182,137,205).

  • red value is 182;
  • green value is 137;
  • blue value is 205.
RGB:
(182,137,205)
(71%,54%,80%)

RGB channels and saturation

R 182 of 255 = 71%
G 137 of 255 = 54%
B 205 of 255 = 80%

182
137
205

R + G + B ~ 68%. #B689CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 137 + 205 = 524 (100%)
R 182 of 524 ~ 34.73%
G 137 of 524 ~ 26.15%
B 205 of 524 ~ 39.12%

%34.73
%26.15
%39.12

CMYK color model

#B689CD color CMYK value is (11,33,0,20).

  • cyan value is 11.22%
  • magenta value is 33.17%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(11,33,0,20)
C11M33Y0K20 
(11%,33%,0%,20%)
(0.11/0.33/0.00/0.20)	

CMYK percentages

%11.22
%33.17
%0
%19.61

Codes

Color #B689CD in popluar color models

B689CD
RGB182137205
HSL280°40.48%67.06%
HSB/HSV280°33.17%80.39%
CMYK11.22%33.17%0.00%
19.61%

Color #B689CD in popluar number systems.

HEXB689CD
Decimal182137205
Binary101101101000100111001101
Octal266211315

Shades and tints

Shades of #B689CD

#B689CD
(182,137,205)
#A67DBB
(166,125,187)
#9671A9
(150,113,169)
#866597
(134,101,151)
#765985
(118,89,133)
#664D73
(102,77,115)
#564161
(86,65,97)
#46354F
(70,53,79)
#36293D
(54,41,61)
#261D2B
(38,29,43)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #B689CD

#B689CD
(182,137,205)
#BC93D1
(188,147,209)
#C29DD5
(194,157,213)
#C8A7D9
(200,167,217)
#CEB1DD
(206,177,221)
#D4BBE1
(212,187,225)
#DAC5E5
(218,197,229)
#E0CFE9
(224,207,233)
#E6D9ED
(230,217,237)
#ECE3F1
(236,227,241)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B689CD color. Also use rgb(182,137,205) instead hex code.

Text Font Color

.myTextColor { color: #B689CD; }

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

This text font color is #B689CD.


Background Color

.myBgColor { background-color: #B689CD; }

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

This div background color is #B689CD.


Border color

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

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

This div border color is #B689CD.


Opacity

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

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

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

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

This text has shadow with #B689CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B689CD on black background.


Color preview on white background

This text has color #B689CD on white background.



Black color preview on #B689CD background

This text has black color on #B689CD background.


White color preview on #B689CD background

This text has white color on #B689CD background.