COLOR #B696B0

HEX: #B696B0
RGB: (182,150,176)

Color info

#B696B0 contains red, green and blue colors in about the same proportion. Web safe color of #B696B0 is #CC9999 (or #C99).

RGB color model

#B696B0 color RGB value is (182,150,176).

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

RGB channels and saturation

R 182 of 255 = 71%
G 150 of 255 = 59%
B 176 of 255 = 69%

182
150
176

R + G + B ~ 66%. #B696B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 150 + 176 = 508 (100%)
R 182 of 508 ~ 35.83%
G 150 of 508 ~ 29.53%
B 176 of 508 ~ 34.65%

%35.83
%29.53
%34.65

CMYK color model

#B696B0 color CMYK value is (0,18,3,29).

  • cyan value is 0.00%
  • magenta value is 17.58%
  • yellow value is 3.30%
  • key color value is 28.63%
CMYK:
(0,18,3,29)
C0M18Y3K29 
(0%,18%,3%,29%)
(0.00/0.18/0.03/0.29)	

CMYK percentages

%0
%17.58
%3.3
%28.63

Codes

Color #B696B0 in popluar color models

B696B0
RGB182150176
HSL311°17.98%65.10%
HSB/HSV311°17.58%71.37%
CMYK0.00%17.58%3.30%
28.63%

Color #B696B0 in popluar number systems.

HEXB696B0
Decimal182150176
Binary101101101001011010110000
Octal266226260

Shades and tints

Shades of #B696B0

#B696B0
(182,150,176)
#A689A0
(166,137,160)
#967C90
(150,124,144)
#866F80
(134,111,128)
#766270
(118,98,112)
#665560
(102,85,96)
#564850
(86,72,80)
#463B40
(70,59,64)
#362E30
(54,46,48)
#262120
(38,33,32)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #B696B0

#B696B0
(182,150,176)
#BC9FB7
(188,159,183)
#C2A8BE
(194,168,190)
#C8B1C5
(200,177,197)
#CEBACC
(206,186,204)
#D4C3D3
(212,195,211)
#DACCDA
(218,204,218)
#E0D5E1
(224,213,225)
#E6DEE8
(230,222,232)
#ECE7EF
(236,231,239)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B696B0; }

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

This text font color is #B696B0.


Background Color

.myBgColor { background-color: #B696B0; }

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

This div background color is #B696B0.


Border color

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

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

This div border color is #B696B0.


Opacity

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

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

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

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

This text has shadow with #B696B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B696B0 on black background.


Color preview on white background

This text has color #B696B0 on white background.



Black color preview on #B696B0 background

This text has black color on #B696B0 background.


White color preview on #B696B0 background

This text has white color on #B696B0 background.