COLOR #B696AC

HEX: #B696AC
RGB: (182,150,172)

Color info

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

RGB color model

#B696AC color RGB value is (182,150,172).

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

RGB channels and saturation

R 182 of 255 = 71%
G 150 of 255 = 59%
B 172 of 255 = 67%

182
150
172

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

Portions of RGB colors in percentages

R + G + B =
182 + 150 + 172 = 504 (100%)
R 182 of 504 ~ 36.11%
G 150 of 504 ~ 29.76%
B 172 of 504 ~ 34.13%

%36.11
%29.76
%34.13

CMYK color model

#B696AC color CMYK value is (0,18,5,29).

  • cyan value is 0.00%
  • magenta value is 17.58%
  • yellow value is 5.49%
  • key color value is 28.63%
CMYK:
(0,18,5,29)
C0M18Y5K29 
(0%,18%,5%,29%)
(0.00/0.18/0.05/0.29)	

CMYK percentages

%0
%17.58
%5.49
%28.63

Codes

Color #B696AC in popluar color models

B696AC
RGB182150172
HSL319°17.98%65.10%
HSB/HSV319°17.58%71.37%
CMYK0.00%17.58%5.49%
28.63%

Color #B696AC in popluar number systems.

HEXB696AC
Decimal182150172
Binary101101101001011010101100
Octal266226254

Shades and tints

Shades of #B696AC

#B696AC
(182,150,172)
#A6899D
(166,137,157)
#967C8E
(150,124,142)
#866F7F
(134,111,127)
#766270
(118,98,112)
#665561
(102,85,97)
#564852
(86,72,82)
#463B43
(70,59,67)
#362E34
(54,46,52)
#262125
(38,33,37)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #B696AC

#B696AC
(182,150,172)
#BC9FB3
(188,159,179)
#C2A8BA
(194,168,186)
#C8B1C1
(200,177,193)
#CEBAC8
(206,186,200)
#D4C3CF
(212,195,207)
#DACCD6
(218,204,214)
#E0D5DD
(224,213,221)
#E6DEE4
(230,222,228)
#ECE7EB
(236,231,235)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B696AC; }

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

This text font color is #B696AC.


Background Color

.myBgColor { background-color: #B696AC; }

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

This div background color is #B696AC.


Border color

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

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

This div border color is #B696AC.


Opacity

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

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

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

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

This text has shadow with #B696AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B696AC on black background.


Color preview on white background

This text has color #B696AC on white background.



Black color preview on #B696AC background

This text has black color on #B696AC background.


White color preview on #B696AC background

This text has white color on #B696AC background.