COLOR #B69D95

HEX: #B69D95
RGB: (182,157,149)

Color info

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

RGB color model

#B69D95 color RGB value is (182,157,149).

  • red value is 182;
  • green value is 157;
  • blue value is 149.
RGB:
(182,157,149)
(71%,62%,58%)

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 149 of 255 = 58%

182
157
149

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

Portions of RGB colors in percentages

R + G + B =
182 + 157 + 149 = 488 (100%)
R 182 of 488 ~ 37.3%
G 157 of 488 ~ 32.17%
B 149 of 488 ~ 30.53%

%37.3
%32.17
%30.53

CMYK color model

#B69D95 color CMYK value is (0,14,18,29).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 18.13%
  • key color value is 28.63%
CMYK:
(0,14,18,29)
C0M14Y18K29 
(0%,14%,18%,29%)
(0.00/0.14/0.18/0.29)	

CMYK percentages

%0
%13.74
%18.13
%28.63

Codes

Color #B69D95 in popluar color models

B69D95
RGB182157149
HSL15°18.44%64.90%
HSB/HSV15°18.13%71.37%
CMYK0.00%13.74%18.13%
28.63%

Color #B69D95 in popluar number systems.

HEXB69D95
Decimal182157149
Binary101101101001110110010101
Octal266235225

Shades and tints

Shades of #B69D95

#B69D95
(182,157,149)
#A68F88
(166,143,136)
#96817B
(150,129,123)
#86736E
(134,115,110)
#766561
(118,101,97)
#665754
(102,87,84)
#564947
(86,73,71)
#463B3A
(70,59,58)
#362D2D
(54,45,45)
#261F20
(38,31,32)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #B69D95

#B69D95
(182,157,149)
#BCA59E
(188,165,158)
#C2ADA7
(194,173,167)
#C8B5B0
(200,181,176)
#CEBDB9
(206,189,185)
#D4C5C2
(212,197,194)
#DACDCB
(218,205,203)
#E0D5D4
(224,213,212)
#E6DDDD
(230,221,221)
#ECE5E6
(236,229,230)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69D95 color. Also use rgb(182,157,149) instead hex code.

Text Font Color

.myTextColor { color: #B69D95; }

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

This text font color is #B69D95.


Background Color

.myBgColor { background-color: #B69D95; }

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

This div background color is #B69D95.


Border color

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

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

This div border color is #B69D95.


Opacity

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

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

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

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

This text has shadow with #B69D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69D95 on black background.


Color preview on white background

This text has color #B69D95 on white background.



Black color preview on #B69D95 background

This text has black color on #B69D95 background.


White color preview on #B69D95 background

This text has white color on #B69D95 background.