COLOR #B696C2

HEX: #B696C2
RGB: (182,150,194)

Color info

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

RGB color model

#B696C2 color RGB value is (182,150,194).

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

RGB channels and saturation

R 182 of 255 = 71%
G 150 of 255 = 59%
B 194 of 255 = 76%

182
150
194

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

Portions of RGB colors in percentages

R + G + B =
182 + 150 + 194 = 526 (100%)
R 182 of 526 ~ 34.6%
G 150 of 526 ~ 28.52%
B 194 of 526 ~ 36.88%

%34.6
%28.52
%36.88

CMYK color model

#B696C2 color CMYK value is (6,23,0,24).

  • cyan value is 6.19%
  • magenta value is 22.68%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(6,23,0,24)
C6M23Y0K24 
(6%,23%,0%,24%)
(0.06/0.23/0.00/0.24)	

CMYK percentages

%6.19
%22.68
%0
%23.92

Codes

Color #B696C2 in popluar color models

B696C2
RGB182150194
HSL284°26.51%67.45%
HSB/HSV284°22.68%76.08%
CMYK6.19%22.68%0.00%
23.92%

Color #B696C2 in popluar number systems.

HEXB696C2
Decimal182150194
Binary101101101001011011000010
Octal266226302

Shades and tints

Shades of #B696C2

#B696C2
(182,150,194)
#A689B1
(166,137,177)
#967CA0
(150,124,160)
#866F8F
(134,111,143)
#76627E
(118,98,126)
#66556D
(102,85,109)
#56485C
(86,72,92)
#463B4B
(70,59,75)
#362E3A
(54,46,58)
#262129
(38,33,41)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #B696C2

#B696C2
(182,150,194)
#BC9FC7
(188,159,199)
#C2A8CC
(194,168,204)
#C8B1D1
(200,177,209)
#CEBAD6
(206,186,214)
#D4C3DB
(212,195,219)
#DACCE0
(218,204,224)
#E0D5E5
(224,213,229)
#E6DEEA
(230,222,234)
#ECE7EF
(236,231,239)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B696C2; }

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

This text font color is #B696C2.


Background Color

.myBgColor { background-color: #B696C2; }

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

This div background color is #B696C2.


Border color

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

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

This div border color is #B696C2.


Opacity

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

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

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

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

This text has shadow with #B696C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B696C2 on black background.


Color preview on white background

This text has color #B696C2 on white background.



Black color preview on #B696C2 background

This text has black color on #B696C2 background.


White color preview on #B696C2 background

This text has white color on #B696C2 background.