COLOR #B7686E

HEX: #B7686E
RGB: (183,104,110)

Color info

#B7686E contains mainly red color. Web safe color of #B7686E is #CC6666 (or #C66).

RGB color model

#B7686E color RGB value is (183,104,110).

  • red value is 183;
  • green value is 104;
  • blue value is 110.
RGB:
(183,104,110)
(72%,41%,43%)

RGB channels and saturation

R 183 of 255 = 72%
G 104 of 255 = 41%
B 110 of 255 = 43%

183
104
110

R + G + B ~ 52%. #B7686E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 104 + 110 = 397 (100%)
R 183 of 397 ~ 46.1%
G 104 of 397 ~ 26.2%
B 110 of 397 ~ 27.71%

%46.1
%26.2
%27.71

CMYK color model

#B7686E color CMYK value is (0,43,40,28).

  • cyan value is 0.00%
  • magenta value is 43.17%
  • yellow value is 39.89%
  • key color value is 28.24%
CMYK:
(0,43,40,28)
C0M43Y40K28 
(0%,43%,40%,28%)
(0.00/0.43/0.40/0.28)	

CMYK percentages

%0
%43.17
%39.89
%28.24

Codes

Color #B7686E in popluar color models

B7686E
RGB183104110
HSL355°35.43%56.27%
HSB/HSV355°43.17%71.76%
CMYK0.00%43.17%39.89%
28.24%

Color #B7686E in popluar number systems.

HEXB7686E
Decimal183104110
Binary1011011111010001101110
Octal267150156

Shades and tints

Shades of #B7686E

#B7686E
(183,104,110)
#A75F64
(167,95,100)
#97565A
(151,86,90)
#874D50
(135,77,80)
#774446
(119,68,70)
#673B3C
(103,59,60)
#573232
(87,50,50)
#472928
(71,41,40)
#37201E
(55,32,30)
#271714
(39,23,20)
#170E0A
(23,14,10)
#000000
(0,0,0)

Tints of #B7686E

#B7686E
(183,104,110)
#BD757B
(189,117,123)
#C38288
(195,130,136)
#C98F95
(201,143,149)
#CF9CA2
(207,156,162)
#D5A9AF
(213,169,175)
#DBB6BC
(219,182,188)
#E1C3C9
(225,195,201)
#E7D0D6
(231,208,214)
#EDDDE3
(237,221,227)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7686E color. Also use rgb(183,104,110) instead hex code.

Text Font Color

.myTextColor { color: #B7686E; }

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

This text font color is #B7686E.


Background Color

.myBgColor { background-color: #B7686E; }

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

This div background color is #B7686E.


Border color

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

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

This div border color is #B7686E.


Opacity

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

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

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

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

This text has shadow with #B7686E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7686E on black background.


Color preview on white background

This text has color #B7686E on white background.



Black color preview on #B7686E background

This text has black color on #B7686E background.


White color preview on #B7686E background

This text has white color on #B7686E background.