COLOR #B696AA

HEX: #B696AA
RGB: (182,150,170)

Color info

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

RGB color model

#B696AA color RGB value is (182,150,170).

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

RGB channels and saturation

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

182
150
170

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

Portions of RGB colors in percentages

R + G + B =
182 + 150 + 170 = 502 (100%)
R 182 of 502 ~ 36.25%
G 150 of 502 ~ 29.88%
B 170 of 502 ~ 33.86%

%36.25
%29.88
%33.86

CMYK color model

#B696AA color CMYK value is (0,18,7,29).

  • cyan value is 0.00%
  • magenta value is 17.58%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(0,18,7,29)
C0M18Y7K29 
(0%,18%,7%,29%)
(0.00/0.18/0.07/0.29)	

CMYK percentages

%0
%17.58
%6.59
%28.63

Codes

Color #B696AA in popluar color models

B696AA
RGB182150170
HSL323°17.98%65.10%
HSB/HSV323°17.58%71.37%
CMYK0.00%17.58%6.59%
28.63%

Color #B696AA in popluar number systems.

HEXB696AA
Decimal182150170
Binary101101101001011010101010
Octal266226252

Shades and tints

Shades of #B696AA

#B696AA
(182,150,170)
#A6899B
(166,137,155)
#967C8C
(150,124,140)
#866F7D
(134,111,125)
#76626E
(118,98,110)
#66555F
(102,85,95)
#564850
(86,72,80)
#463B41
(70,59,65)
#362E32
(54,46,50)
#262123
(38,33,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #B696AA

#B696AA
(182,150,170)
#BC9FB1
(188,159,177)
#C2A8B8
(194,168,184)
#C8B1BF
(200,177,191)
#CEBAC6
(206,186,198)
#D4C3CD
(212,195,205)
#DACCD4
(218,204,212)
#E0D5DB
(224,213,219)
#E6DEE2
(230,222,226)
#ECE7E9
(236,231,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B696AA; }

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

This text font color is #B696AA.


Background Color

.myBgColor { background-color: #B696AA; }

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

This div background color is #B696AA.


Border color

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

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

This div border color is #B696AA.


Opacity

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

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

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

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

This text has shadow with #B696AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B696AA on black background.


Color preview on white background

This text has color #B696AA on white background.



Black color preview on #B696AA background

This text has black color on #B696AA background.


White color preview on #B696AA background

This text has white color on #B696AA background.