COLOR #B69B96

HEX: #B69B96
RGB: (182,155,150)

Color info

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

RGB color model

#B69B96 color RGB value is (182,155,150).

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

RGB channels and saturation

R 182 of 255 = 71%
G 155 of 255 = 61%
B 150 of 255 = 59%

182
155
150

R + G + B ~ 64%. #B69B96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 155 + 150 = 487 (100%)
R 182 of 487 ~ 37.37%
G 155 of 487 ~ 31.83%
B 150 of 487 ~ 30.8%

%37.37
%31.83
%30.8

CMYK color model

#B69B96 color CMYK value is (0,15,18,29).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 17.58%
  • key color value is 28.63%
CMYK:
(0,15,18,29)
C0M15Y18K29 
(0%,15%,18%,29%)
(0.00/0.15/0.18/0.29)	

CMYK percentages

%0
%14.84
%17.58
%28.63

Codes

Color #B69B96 in popluar color models

B69B96
RGB182155150
HSL17.98%65.10%
HSB/HSV17.58%71.37%
CMYK0.00%14.84%17.58%
28.63%

Color #B69B96 in popluar number systems.

HEXB69B96
Decimal182155150
Binary101101101001101110010110
Octal266233226

Shades and tints

Shades of #B69B96

#B69B96
(182,155,150)
#A68D89
(166,141,137)
#967F7C
(150,127,124)
#86716F
(134,113,111)
#766362
(118,99,98)
#665555
(102,85,85)
#564748
(86,71,72)
#46393B
(70,57,59)
#362B2E
(54,43,46)
#261D21
(38,29,33)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #B69B96

#B69B96
(182,155,150)
#BCA49F
(188,164,159)
#C2ADA8
(194,173,168)
#C8B6B1
(200,182,177)
#CEBFBA
(206,191,186)
#D4C8C3
(212,200,195)
#DAD1CC
(218,209,204)
#E0DAD5
(224,218,213)
#E6E3DE
(230,227,222)
#ECECE7
(236,236,231)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69B96; }

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

This text font color is #B69B96.


Background Color

.myBgColor { background-color: #B69B96; }

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

This div background color is #B69B96.


Border color

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

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

This div border color is #B69B96.


Opacity

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

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

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

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

This text has shadow with #B69B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69B96 on black background.


Color preview on white background

This text has color #B69B96 on white background.



Black color preview on #B69B96 background

This text has black color on #B69B96 background.


White color preview on #B69B96 background

This text has white color on #B69B96 background.