COLOR #B688CC

HEX: #B688CC RGB: (182,136,204)

Color info

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

RGB color model

#B688CC color RGB value is (182,136,204).

RGB: (182,136,204) (71%, 53%, 80%)

RGB channels and saturation

R 182 of 255 = 71%
G 136 of 255 = 53%
B 204 of 255 = 80%

182
136
204

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

Portions of RGB colors in percentages

R + G + B = 182 + 136 + 204 = 522 (100%)
R 182 of 522 ~ 34.87%
G 136 of 522 ~ 26.05%
B 204 of 522 ~ 39.08'%

%34.87
%26.05
%39.08

CMYK color model

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

  • cyan value is 10.78%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (11,33,0,20)
C11M33Y0K20 (11%, 33%, 0%, 20%)
(0.11 / 0.33 / 0.00 / 0.20)

CMYK percentages

%10.78
%33.33
%0
%20

Codes

Color #B688CC in popluar color models

B6 88 CC
RGB 182 136 204
HSL 281° 40.00% 66.67%
HSB/HSV 281° 33.33% 80.00%
CMYK 10.78% 33.33% 0.00%
20.00%

Color #B688CC in popluar number systems.

HEX B6 88 CC
Decimal 182 136 204
Binary 10110110 10001000 11001100
Octal 266 210 314

Shades and tints

Shades of #B688CC

#B688CC
(182,136,204)
#A67CBA
(166,124,186)
#9670A8
(150,112,168)
#866496
(134,100,150)
#765884
(118,88,132)
#664C72
(102,76,114)
#564060
(86,64,96)
#46344E
(70,52,78)
#36283C
(54,40,60)
#261C2A
(38,28,42)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #B688CC

#B688CC
(182,136,204)
#BC92D0
(188,146,208)
#C29CD4
(194,156,212)
#C8A6D8
(200,166,216)
#CEB0DC
(206,176,220)
#D4BAE0
(212,186,224)
#DAC4E4
(218,196,228)
#E0CEE8
(224,206,232)
#E6D8EC
(230,216,236)
#ECE2F0
(236,226,240)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B688CC; }

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

This text font color is #B688CC.

Background Color

.myBgColor { background-color: #B688CC; }

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

This div background color is #B688CC.

Border color

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

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

This div border color is #B688CC.

Opacity

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

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

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

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

This text has shadow with #B688CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B688CC.

Preview

Color preview on black background

This text has color #B688CC on black background.


Color preview on white background

This text has color #B688CC on white background.


Black color preview on #B688CC background

This text has black color on #B688CC background.


White color preview on #B688CC background

This text has white color on #B688CC background.


Related colors

Complementary color

Complementary color for #hex is #497733.


I love getcolorcode.com

Triadic colors

1 #CCB688 and #88CCB6 with #B688CC are triadic colors.

2 #CC88B6 and #88B6CC with #B688CC are triadic colors.