COLOR #B7688C

HEX: #B7688C RGB: (183,104,140)

Color info

#B7688C contains mainly red and blue colors. Web safe color of #B7688C is #CC6699 (or #C69).

RGB color model

#B7688C color RGB value is (183,104,140).

RGB: (183,104,140) (72%, 41%, 55%)

RGB channels and saturation

R 183 of 255 = 72%
G 104 of 255 = 41%
B 140 of 255 = 55%

183
104
140

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

Portions of RGB colors in percentages

R + G + B = 183 + 104 + 140 = 427 (100%)
R 183 of 427 ~ 42.86%
G 104 of 427 ~ 24.36%
B 140 of 427 ~ 32.79'%

%42.86
%24.36
%32.79

CMYK color model

#B7688C color CMYK value is (0,43,23,28).

  • cyan value is 0.00%
  • magenta value is 43.17%
  • yellow value is 23.50%
  • key color value is 28.24%
CMYK: (0,43,23,28) C0M43Y23K28 (0%,43%,23%,28%) (0.00/0.43/0.23/0.28) 

CMYK percentages

%0
%43.17
%23.5
%28.24

Codes

Color #B7688C in popluar color models

B7 68 8C
RGB 183 104 140
HSL 333° 35.43% 56.27%
HSB/HSV 333° 43.17% 71.76%
CMYK 0.00% 43.17% 23.50%
28.24%

Color #B7688C in popluar number systems.

HEX B7 68 8C
Decimal 183 104 140
Binary 10110111 1101000 10001100
Octal 267 150 214

Shades and tints

Shades of #B7688C

#B7688C
(183,104,140)
#A75F80
(167,95,128)
#975674
(151,86,116)
#874D68
(135,77,104)
#77445C
(119,68,92)
#673B50
(103,59,80)
#573244
(87,50,68)
#472938
(71,41,56)
#37202C
(55,32,44)
#271720
(39,23,32)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #B7688C

#B7688C
(183,104,140)
#BD7596
(189,117,150)
#C382A0
(195,130,160)
#C98FAA
(201,143,170)
#CF9CB4
(207,156,180)
#D5A9BE
(213,169,190)
#DBB6C8
(219,182,200)
#E1C3D2
(225,195,210)
#E7D0DC
(231,208,220)
#EDDDE6
(237,221,230)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7688C; }

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

This text font color is #B7688C.

Background Color

.myBgColor { background-color: #B7688C; }

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

This div background color is #B7688C.

Border color

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

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

This div border color is #B7688C.

Opacity

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

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

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

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

This text has shadow with #B7688C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7688C.

Preview

Color preview on black background

This text has color #B7688C on black background.


Color preview on white background

This text has color #B7688C on white background.


Black color preview on #B7688C background

This text has black color on #B7688C background.


White color preview on #B7688C background

This text has white color on #B7688C background.


Related colors

Complementary color

Complementary color for #hex is #489773.


I love getcolorcode.com

Triadic colors

1 #8CB768 and #688CB7 with #B7688C are triadic colors.

2 #8C68B7 and #68B78C with #B7688C are triadic colors.