COLOR #B689CB

HEX: #B689CB RGB: (182,137,203)

Color info

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

RGB color model

#B689CB color RGB value is (182,137,203).

RGB: (182,137,203) (71%, 54%, 80%)

RGB channels and saturation

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

182
137
203

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

Portions of RGB colors in percentages

R + G + B = 182 + 137 + 203 = 522 (100%)
R 182 of 522 ~ 34.87%
G 137 of 522 ~ 26.25%
B 203 of 522 ~ 38.89'%

%34.87
%26.25
%38.89

CMYK color model

#B689CB color CMYK value is (10,33,0,20).

  • cyan value is 10.34%
  • magenta value is 32.51%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (10,33,0,20)
C10M33Y0K20 (10%, 33%, 0%, 20%)
(0.10 / 0.33 / 0.00 / 0.20)

CMYK percentages

%10.34
%32.51
%0
%20.39

Codes

Color #B689CB in popluar color models

B6 89 CB
RGB 182 137 203
HSL 281° 38.82% 66.67%
HSB/HSV 281° 32.51% 79.61%
CMYK 10.34% 32.51% 0.00%
20.39%

Color #B689CB in popluar number systems.

HEX B6 89 CB
Decimal 182 137 203
Binary 10110110 10001001 11001011
Octal 266 211 313

Shades and tints

Shades of #B689CB

#B689CB
(182,137,203)
#A67DB9
(166,125,185)
#9671A7
(150,113,167)
#866595
(134,101,149)
#765983
(118,89,131)
#664D71
(102,77,113)
#56415F
(86,65,95)
#46354D
(70,53,77)
#36293B
(54,41,59)
#261D29
(38,29,41)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #B689CB

#B689CB
(182,137,203)
#BC93CF
(188,147,207)
#C29DD3
(194,157,211)
#C8A7D7
(200,167,215)
#CEB1DB
(206,177,219)
#D4BBDF
(212,187,223)
#DAC5E3
(218,197,227)
#E0CFE7
(224,207,231)
#E6D9EB
(230,217,235)
#ECE3EF
(236,227,239)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B689CB; }

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

This text font color is #B689CB.

Background Color

.myBgColor { background-color: #B689CB; }

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

This div background color is #B689CB.

Border color

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

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

This div border color is #B689CB.

Opacity

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

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

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

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

This text has shadow with #B689CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B689CB.

Preview

Color preview on black background

This text has color #B689CB on black background.


Color preview on white background

This text has color #B689CB on white background.


Black color preview on #B689CB background

This text has black color on #B689CB background.


White color preview on #B689CB background

This text has white color on #B689CB background.


Related colors

Complementary color

Complementary color for #hex is #497634.


I love getcolorcode.com

Triadic colors

1 #CBB689 and #89CBB6 with #B689CB are triadic colors.

2 #CB89B6 and #89B6CB with #B689CB are triadic colors.