COLOR #B688D4

HEX: #B688D4
RGB: (182,136,212)

Color info

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

RGB color model

#B688D4 color RGB value is (182,136,212).

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

RGB channels and saturation

R 182 of 255 = 71%
G 136 of 255 = 53%
B 212 of 255 = 83%

182
136
212

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

Portions of RGB colors in percentages

R + G + B =
182 + 136 + 212 = 530 (100%)
R 182 of 530 ~ 34.34%
G 136 of 530 ~ 25.66%
B 212 of 530 ~ 40%

%34.34
%25.66
%40

CMYK color model

#B688D4 color CMYK value is (14,36,0,17).

  • cyan value is 14.15%
  • magenta value is 35.85%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(14,36,0,17)
C14M36Y0K17 
(14%,36%,0%,17%)
(0.14/0.36/0.00/0.17)	

CMYK percentages

%14.15
%35.85
%0
%16.86

Codes

Color #B688D4 in popluar color models

B688D4
RGB182136212
HSL276°46.91%68.24%
HSB/HSV276°35.85%83.14%
CMYK14.15%35.85%0.00%
16.86%

Color #B688D4 in popluar number systems.

HEXB688D4
Decimal182136212
Binary101101101000100011010100
Octal266210324

Shades and tints

Shades of #B688D4

#B688D4
(182,136,212)
#A67CC1
(166,124,193)
#9670AE
(150,112,174)
#86649B
(134,100,155)
#765888
(118,88,136)
#664C75
(102,76,117)
#564062
(86,64,98)
#46344F
(70,52,79)
#36283C
(54,40,60)
#261C29
(38,28,41)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #B688D4

#B688D4
(182,136,212)
#BC92D7
(188,146,215)
#C29CDA
(194,156,218)
#C8A6DD
(200,166,221)
#CEB0E0
(206,176,224)
#D4BAE3
(212,186,227)
#DAC4E6
(218,196,230)
#E0CEE9
(224,206,233)
#E6D8EC
(230,216,236)
#ECE2EF
(236,226,239)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B688D4; }

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

This text font color is #B688D4.


Background Color

.myBgColor { background-color: #B688D4; }

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

This div background color is #B688D4.


Border color

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

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

This div border color is #B688D4.


Opacity

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

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

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

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

This text has shadow with #B688D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B688D4 on black background.


Color preview on white background

This text has color #B688D4 on white background.



Black color preview on #B688D4 background

This text has black color on #B688D4 background.


White color preview on #B688D4 background

This text has white color on #B688D4 background.