COLOR #B3689D

HEX: #B3689D
RGB: (179,104,157)

Color info

#B3689D contains mainly red and blue colors. Web safe color of #B3689D is #996699 (or #969).

RGB color model

#B3689D color RGB value is (179,104,157).

  • red value is 179;
  • green value is 104;
  • blue value is 157.
RGB:
(179,104,157)
(70%,41%,62%)

RGB channels and saturation

R 179 of 255 = 70%
G 104 of 255 = 41%
B 157 of 255 = 62%

179
104
157

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

Portions of RGB colors in percentages

R + G + B =
179 + 104 + 157 = 440 (100%)
R 179 of 440 ~ 40.68%
G 104 of 440 ~ 23.64%
B 157 of 440 ~ 35.68%

%40.68
%23.64
%35.68

CMYK color model

#B3689D color CMYK value is (0,42,12,30).

  • cyan value is 0.00%
  • magenta value is 41.90%
  • yellow value is 12.29%
  • key color value is 29.80%
CMYK:
(0,42,12,30)
C0M42Y12K30 
(0%,42%,12%,30%)
(0.00/0.42/0.12/0.30)	

CMYK percentages

%0
%41.9
%12.29
%29.8

Codes

Color #B3689D in popluar color models

B3689D
RGB179104157
HSL318°33.04%55.49%
HSB/HSV318°41.90%70.20%
CMYK0.00%41.90%12.29%
29.80%

Color #B3689D in popluar number systems.

HEXB3689D
Decimal179104157
Binary10110011110100010011101
Octal263150235

Shades and tints

Shades of #B3689D

#B3689D
(179,104,157)
#A35F8F
(163,95,143)
#935681
(147,86,129)
#834D73
(131,77,115)
#734465
(115,68,101)
#633B57
(99,59,87)
#533249
(83,50,73)
#43293B
(67,41,59)
#33202D
(51,32,45)
#23171F
(35,23,31)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #B3689D

#B3689D
(179,104,157)
#B975A5
(185,117,165)
#BF82AD
(191,130,173)
#C58FB5
(197,143,181)
#CB9CBD
(203,156,189)
#D1A9C5
(209,169,197)
#D7B6CD
(215,182,205)
#DDC3D5
(221,195,213)
#E3D0DD
(227,208,221)
#E9DDE5
(233,221,229)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3689D color. Also use rgb(179,104,157) instead hex code.

Text Font Color

.myTextColor { color: #B3689D; }

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

This text font color is #B3689D.


Background Color

.myBgColor { background-color: #B3689D; }

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

This div background color is #B3689D.


Border color

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

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

This div border color is #B3689D.


Opacity

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

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

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

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

This text has shadow with #B3689D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3689D on black background.


Color preview on white background

This text has color #B3689D on white background.



Black color preview on #B3689D background

This text has black color on #B3689D background.


White color preview on #B3689D background

This text has white color on #B3689D background.