COLOR #B69997

HEX: #B69997
RGB: (182,153,151)

Color info

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

RGB color model

#B69997 color RGB value is (182,153,151).

  • red value is 182;
  • green value is 153;
  • blue value is 151.
RGB:
(182,153,151)
(71%,60%,59%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 151 of 255 = 59%

182
153
151

R + G + B ~ 63%. #B69997 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 153 + 151 = 486 (100%)
R 182 of 486 ~ 37.45%
G 153 of 486 ~ 31.48%
B 151 of 486 ~ 31.07%

%37.45
%31.48
%31.07

CMYK color model

#B69997 color CMYK value is (0,16,17,29).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 17.03%
  • key color value is 28.63%
CMYK:
(0,16,17,29)
C0M16Y17K29 
(0%,16%,17%,29%)
(0.00/0.16/0.17/0.29)	

CMYK percentages

%0
%15.93
%17.03
%28.63

Codes

Color #B69997 in popluar color models

B69997
RGB182153151
HSL17.51%65.29%
HSB/HSV17.03%71.37%
CMYK0.00%15.93%17.03%
28.63%

Color #B69997 in popluar number systems.

HEXB69997
Decimal182153151
Binary101101101001100110010111
Octal266231227

Shades and tints

Shades of #B69997

#B69997
(182,153,151)
#A68C8A
(166,140,138)
#967F7D
(150,127,125)
#867270
(134,114,112)
#766563
(118,101,99)
#665856
(102,88,86)
#564B49
(86,75,73)
#463E3C
(70,62,60)
#36312F
(54,49,47)
#262422
(38,36,34)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #B69997

#B69997
(182,153,151)
#BCA2A0
(188,162,160)
#C2ABA9
(194,171,169)
#C8B4B2
(200,180,178)
#CEBDBB
(206,189,187)
#D4C6C4
(212,198,196)
#DACFCD
(218,207,205)
#E0D8D6
(224,216,214)
#E6E1DF
(230,225,223)
#ECEAE8
(236,234,232)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69997 color. Also use rgb(182,153,151) instead hex code.

Text Font Color

.myTextColor { color: #B69997; }

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

This text font color is #B69997.


Background Color

.myBgColor { background-color: #B69997; }

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

This div background color is #B69997.


Border color

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

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

This div border color is #B69997.


Opacity

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

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

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

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

This text has shadow with #B69997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69997 on black background.


Color preview on white background

This text has color #B69997 on white background.



Black color preview on #B69997 background

This text has black color on #B69997 background.


White color preview on #B69997 background

This text has white color on #B69997 background.