COLOR #B696D8

HEX: #B696D8
RGB: (182,150,216)

Color info

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

RGB color model

#B696D8 color RGB value is (182,150,216).

  • red value is 182;
  • green value is 150;
  • blue value is 216.
RGB:
(182,150,216)
(71%,59%,85%)

RGB channels and saturation

R 182 of 255 = 71%
G 150 of 255 = 59%
B 216 of 255 = 85%

182
150
216

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

Portions of RGB colors in percentages

R + G + B =
182 + 150 + 216 = 548 (100%)
R 182 of 548 ~ 33.21%
G 150 of 548 ~ 27.37%
B 216 of 548 ~ 39.42%

%33.21
%27.37
%39.42

CMYK color model

#B696D8 color CMYK value is (16,31,0,15).

  • cyan value is 15.74%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(16,31,0,15)
C16M31Y0K15 
(16%,31%,0%,15%)
(0.16/0.31/0.00/0.15)	

CMYK percentages

%15.74
%30.56
%0
%15.29

Codes

Color #B696D8 in popluar color models

B696D8
RGB182150216
HSL269°45.83%71.76%
HSB/HSV269°30.56%84.71%
CMYK15.74%30.56%0.00%
15.29%

Color #B696D8 in popluar number systems.

HEXB696D8
Decimal182150216
Binary101101101001011011011000
Octal266226330

Shades and tints

Shades of #B696D8

#B696D8
(182,150,216)
#A689C5
(166,137,197)
#967CB2
(150,124,178)
#866F9F
(134,111,159)
#76628C
(118,98,140)
#665579
(102,85,121)
#564866
(86,72,102)
#463B53
(70,59,83)
#362E40
(54,46,64)
#26212D
(38,33,45)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #B696D8

#B696D8
(182,150,216)
#BC9FDB
(188,159,219)
#C2A8DE
(194,168,222)
#C8B1E1
(200,177,225)
#CEBAE4
(206,186,228)
#D4C3E7
(212,195,231)
#DACCEA
(218,204,234)
#E0D5ED
(224,213,237)
#E6DEF0
(230,222,240)
#ECE7F3
(236,231,243)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B696D8 color. Also use rgb(182,150,216) instead hex code.

Text Font Color

.myTextColor { color: #B696D8; }

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

This text font color is #B696D8.


Background Color

.myBgColor { background-color: #B696D8; }

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

This div background color is #B696D8.


Border color

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

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

This div border color is #B696D8.


Opacity

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

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

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

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

This text has shadow with #B696D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B696D8 on black background.


Color preview on white background

This text has color #B696D8 on white background.



Black color preview on #B696D8 background

This text has black color on #B696D8 background.


White color preview on #B696D8 background

This text has white color on #B696D8 background.