COLOR #B696C7

HEX: #B696C7
RGB: (182,150,199)

Color info

#B696C7 contains red, green and blue colors in about the same proportion. Web safe color of #B696C7 is #CC99CC (or #C9C).

RGB color model

#B696C7 color RGB value is (182,150,199).

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

RGB channels and saturation

R 182 of 255 = 71%
G 150 of 255 = 59%
B 199 of 255 = 78%

182
150
199

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

Portions of RGB colors in percentages

R + G + B =
182 + 150 + 199 = 531 (100%)
R 182 of 531 ~ 34.27%
G 150 of 531 ~ 28.25%
B 199 of 531 ~ 37.48%

%34.27
%28.25
%37.48

CMYK color model

#B696C7 color CMYK value is (9,25,0,22).

  • cyan value is 8.54%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(9,25,0,22)
C9M25Y0K22 
(9%,25%,0%,22%)
(0.09/0.25/0.00/0.22)	

CMYK percentages

%8.54
%24.62
%0
%21.96

Codes

Color #B696C7 in popluar color models

B696C7
RGB182150199
HSL279°30.43%68.43%
HSB/HSV279°24.62%78.04%
CMYK8.54%24.62%0.00%
21.96%

Color #B696C7 in popluar number systems.

HEXB696C7
Decimal182150199
Binary101101101001011011000111
Octal266226307

Shades and tints

Shades of #B696C7

#B696C7
(182,150,199)
#A689B5
(166,137,181)
#967CA3
(150,124,163)
#866F91
(134,111,145)
#76627F
(118,98,127)
#66556D
(102,85,109)
#56485B
(86,72,91)
#463B49
(70,59,73)
#362E37
(54,46,55)
#262125
(38,33,37)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #B696C7

#B696C7
(182,150,199)
#BC9FCC
(188,159,204)
#C2A8D1
(194,168,209)
#C8B1D6
(200,177,214)
#CEBADB
(206,186,219)
#D4C3E0
(212,195,224)
#DACCE5
(218,204,229)
#E0D5EA
(224,213,234)
#E6DEEF
(230,222,239)
#ECE7F4
(236,231,244)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B696C7; }

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

This text font color is #B696C7.


Background Color

.myBgColor { background-color: #B696C7; }

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

This div background color is #B696C7.


Border color

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

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

This div border color is #B696C7.


Opacity

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

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

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

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

This text has shadow with #B696C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B696C7 on black background.


Color preview on white background

This text has color #B696C7 on white background.



Black color preview on #B696C7 background

This text has black color on #B696C7 background.


White color preview on #B696C7 background

This text has white color on #B696C7 background.