COLOR #B69E7E

HEX: #B69E7E
RGB: (182,158,126)

Color info

#B69E7E contains red, green and blue colors in about the same proportion. Web safe color of #B69E7E is #CC9966 (or #C96).

RGB color model

#B69E7E color RGB value is (182,158,126).

  • red value is 182;
  • green value is 158;
  • blue value is 126.
RGB:
(182,158,126)
(71%,62%,49%)

RGB channels and saturation

R 182 of 255 = 71%
G 158 of 255 = 62%
B 126 of 255 = 49%

182
158
126

R + G + B ~ 61%. #B69E7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 158 + 126 = 466 (100%)
R 182 of 466 ~ 39.06%
G 158 of 466 ~ 33.91%
B 126 of 466 ~ 27.04%

%39.06
%33.91
%27.04

CMYK color model

#B69E7E color CMYK value is (0,13,31,29).

  • cyan value is 0.00%
  • magenta value is 13.19%
  • yellow value is 30.77%
  • key color value is 28.63%
CMYK:
(0,13,31,29)
C0M13Y31K29 
(0%,13%,31%,29%)
(0.00/0.13/0.31/0.29)	

CMYK percentages

%0
%13.19
%30.77
%28.63

Codes

Color #B69E7E in popluar color models

B69E7E
RGB182158126
HSL34°27.72%60.39%
HSB/HSV34°30.77%71.37%
CMYK0.00%13.19%30.77%
28.63%

Color #B69E7E in popluar number systems.

HEXB69E7E
Decimal182158126
Binary10110110100111101111110
Octal266236176

Shades and tints

Shades of #B69E7E

#B69E7E
(182,158,126)
#A69073
(166,144,115)
#968268
(150,130,104)
#86745D
(134,116,93)
#766652
(118,102,82)
#665847
(102,88,71)
#564A3C
(86,74,60)
#463C31
(70,60,49)
#362E26
(54,46,38)
#26201B
(38,32,27)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #B69E7E

#B69E7E
(182,158,126)
#BCA689
(188,166,137)
#C2AE94
(194,174,148)
#C8B69F
(200,182,159)
#CEBEAA
(206,190,170)
#D4C6B5
(212,198,181)
#DACEC0
(218,206,192)
#E0D6CB
(224,214,203)
#E6DED6
(230,222,214)
#ECE6E1
(236,230,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69E7E color. Also use rgb(182,158,126) instead hex code.

Text Font Color

.myTextColor { color: #B69E7E; }

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

This text font color is #B69E7E.


Background Color

.myBgColor { background-color: #B69E7E; }

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

This div background color is #B69E7E.


Border color

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

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

This div border color is #B69E7E.


Opacity

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

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

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

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

This text has shadow with #B69E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69E7E on black background.


Color preview on white background

This text has color #B69E7E on white background.



Black color preview on #B69E7E background

This text has black color on #B69E7E background.


White color preview on #B69E7E background

This text has white color on #B69E7E background.