COLOR #B688D7

HEX: #B688D7 RGB: (182,136,215)

Color info

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

RGB color model

#B688D7 color RGB value is (182,136,215).

RGB: (182,136,215) (71%, 53%, 84%)

RGB channels and saturation

R 182 of 255 = 71%
G 136 of 255 = 53%
B 215 of 255 = 84%

182
136
215

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

Portions of RGB colors in percentages

R + G + B = 182 + 136 + 215 = 533 (100%)
R 182 of 533 ~ 34.15%
G 136 of 533 ~ 25.52%
B 215 of 533 ~ 40.34'%

%34.15
%25.52
%40.34

CMYK color model

#B688D7 color CMYK value is (15,37,0,16).

  • cyan value is 15.35%
  • magenta value is 36.74%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (15,37,0,16) C15M37Y0K16 (15%,37%,0%,16%) (0.15/0.37/0.00/0.16) 

CMYK percentages

%15.35
%36.74
%0
%15.69

Codes

Color #B688D7 in popluar color models

B6 88 D7
RGB 182 136 215
HSL 275° 49.69% 68.82%
HSB/HSV 275° 36.74% 84.31%
CMYK 15.35% 36.74% 0.00%
15.69%

Color #B688D7 in popluar number systems.

HEX B6 88 D7
Decimal 182 136 215
Binary 10110110 10001000 11010111
Octal 266 210 327

Shades and tints

Shades of #B688D7

#B688D7
(182,136,215)
#A67CC4
(166,124,196)
#9670B1
(150,112,177)
#86649E
(134,100,158)
#76588B
(118,88,139)
#664C78
(102,76,120)
#564065
(86,64,101)
#463452
(70,52,82)
#36283F
(54,40,63)
#261C2C
(38,28,44)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #B688D7

#B688D7
(182,136,215)
#BC92DA
(188,146,218)
#C29CDD
(194,156,221)
#C8A6E0
(200,166,224)
#CEB0E3
(206,176,227)
#D4BAE6
(212,186,230)
#DAC4E9
(218,196,233)
#E0CEEC
(224,206,236)
#E6D8EF
(230,216,239)
#ECE2F2
(236,226,242)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B688D7; }

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

This text font color is #B688D7.

Background Color

.myBgColor { background-color: #B688D7; }

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

This div background color is #B688D7.

Border color

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

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

This div border color is #B688D7.

Opacity

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

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

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

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

This text has shadow with #B688D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B688D7.

Preview

Color preview on black background

This text has color #B688D7 on black background.


Color preview on white background

This text has color #B688D7 on white background.


Black color preview on #B688D7 background

This text has black color on #B688D7 background.


White color preview on #B688D7 background

This text has white color on #B688D7 background.


Related colors

Complementary color

Complementary color for #hex is #497728.


I love getcolorcode.com

Triadic colors

1 #D7B688 and #88D7B6 with #B688D7 are triadic colors.

2 #D788B6 and #88B6D7 with #B688D7 are triadic colors.