COLOR #B688EC

HEX: #B688EC
RGB: (182,136,236)

Color info

#B688EC contains mainly red and blue colors. Web safe color of #B688EC is #CC99FF (or #C9F).

RGB color model

#B688EC color RGB value is (182,136,236).

  • red value is 182;
  • green value is 136;
  • blue value is 236.
RGB:
(182,136,236)
(71%,53%,93%)

RGB channels and saturation

R 182 of 255 = 71%
G 136 of 255 = 53%
B 236 of 255 = 93%

182
136
236

R + G + B ~ 72%. #B688EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 136 + 236 = 554 (100%)
R 182 of 554 ~ 32.85%
G 136 of 554 ~ 24.55%
B 236 of 554 ~ 42.6%

%32.85
%24.55
%42.6

CMYK color model

#B688EC color CMYK value is (23,42,0,7).

  • cyan value is 22.88%
  • magenta value is 42.37%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(23,42,0,7)
C23M42Y0K7 
(23%,42%,0%,7%)
(0.23/0.42/0.00/0.07)	

CMYK percentages

%22.88
%42.37
%0
%7.45

Codes

Color #B688EC in popluar color models

B688EC
RGB182136236
HSL268°72.46%72.94%
HSB/HSV268°42.37%92.55%
CMYK22.88%42.37%0.00%
7.45%

Color #B688EC in popluar number systems.

HEXB688EC
Decimal182136236
Binary101101101000100011101100
Octal266210354

Shades and tints

Shades of #B688EC

#B688EC
(182,136,236)
#A67CD7
(166,124,215)
#9670C2
(150,112,194)
#8664AD
(134,100,173)
#765898
(118,88,152)
#664C83
(102,76,131)
#56406E
(86,64,110)
#463459
(70,52,89)
#362844
(54,40,68)
#261C2F
(38,28,47)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #B688EC

#B688EC
(182,136,236)
#BC92ED
(188,146,237)
#C29CEE
(194,156,238)
#C8A6EF
(200,166,239)
#CEB0F0
(206,176,240)
#D4BAF1
(212,186,241)
#DAC4F2
(218,196,242)
#E0CEF3
(224,206,243)
#E6D8F4
(230,216,244)
#ECE2F5
(236,226,245)
#F2ECF6
(242,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B688EC; }

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

This text font color is #B688EC.


Background Color

.myBgColor { background-color: #B688EC; }

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

This div background color is #B688EC.


Border color

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

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

This div border color is #B688EC.


Opacity

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

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

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

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

This text has shadow with #B688EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B688EC on black background.


Color preview on white background

This text has color #B688EC on white background.



Black color preview on #B688EC background

This text has black color on #B688EC background.


White color preview on #B688EC background

This text has white color on #B688EC background.