COLOR #B688BD

HEX: #B688BD RGB: (182,136,189)

Color info

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

RGB color model

#B688BD color RGB value is (182,136,189).

RGB: (182,136,189) (71%, 53%, 74%)

RGB channels and saturation

R 182 of 255 = 71%
G 136 of 255 = 53%
B 189 of 255 = 74%

182
136
189

R + G + B ~ 66%. #B688BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 136 + 189 = 507 (100%)
R 182 of 507 ~ 35.9%
G 136 of 507 ~ 26.82%
B 189 of 507 ~ 37.28'%

%35.9
%26.82
%37.28

CMYK color model

#B688BD color CMYK value is (4,28,0,26).

  • cyan value is 3.70%
  • magenta value is 28.04%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (4,28,0,26)
C4M28Y0K26 (4%, 28%, 0%, 26%)
(0.04 / 0.28 / 0.00 / 0.26)

CMYK percentages

%3.7
%28.04
%0
%25.88

Codes

Color #B688BD in popluar color models

B6 88 BD
RGB 182 136 189
HSL 292° 28.65% 63.73%
HSB/HSV 292° 28.04% 74.12%
CMYK 3.70% 28.04% 0.00%
25.88%

Color #B688BD in popluar number systems.

HEX B6 88 BD
Decimal 182 136 189
Binary 10110110 10001000 10111101
Octal 266 210 275

Shades and tints

Shades of #B688BD

#B688BD
(182,136,189)
#A67CAC
(166,124,172)
#96709B
(150,112,155)
#86648A
(134,100,138)
#765879
(118,88,121)
#664C68
(102,76,104)
#564057
(86,64,87)
#463446
(70,52,70)
#362835
(54,40,53)
#261C24
(38,28,36)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #B688BD

#B688BD
(182,136,189)
#BC92C3
(188,146,195)
#C29CC9
(194,156,201)
#C8A6CF
(200,166,207)
#CEB0D5
(206,176,213)
#D4BADB
(212,186,219)
#DAC4E1
(218,196,225)
#E0CEE7
(224,206,231)
#E6D8ED
(230,216,237)
#ECE2F3
(236,226,243)
#F2ECF9
(242,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B688BD color. Also use rgb(182,136,189) instead hex code.

Text Font Color

.myTextColor { color: #B688BD; }

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

This text font color is #B688BD.

Background Color

.myBgColor { background-color: #B688BD; }

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

This div background color is #B688BD.

Border color

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

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

This div border color is #B688BD.

Opacity

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

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

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

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

This text has shadow with #B688BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B688BD.

Preview

Color preview on black background

This text has color #B688BD on black background.


Color preview on white background

This text has color #B688BD on white background.


Black color preview on #B688BD background

This text has black color on #B688BD background.


White color preview on #B688BD background

This text has white color on #B688BD background.


Related colors

Complementary color

Complementary color for #hex is #497742.


I love getcolorcode.com

Triadic colors

1 #BDB688 and #88BDB6 with #B688BD are triadic colors.

2 #BD88B6 and #88B6BD with #B688BD are triadic colors.