COLOR #BD6986

HEX: #BD6986
RGB: (189,105,134)

Color info

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

RGB color model

#BD6986 color RGB value is (189,105,134).

  • red value is 189;
  • green value is 105;
  • blue value is 134.
RGB:
(189,105,134)
(74%,41%,53%)

RGB channels and saturation

R 189 of 255 = 74%
G 105 of 255 = 41%
B 134 of 255 = 53%

189
105
134

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

Portions of RGB colors in percentages

R + G + B =
189 + 105 + 134 = 428 (100%)
R 189 of 428 ~ 44.16%
G 105 of 428 ~ 24.53%
B 134 of 428 ~ 31.31%

%44.16
%24.53
%31.31

CMYK color model

#BD6986 color CMYK value is (0,44,29,26).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 29.10%
  • key color value is 25.88%
CMYK:
(0,44,29,26)
C0M44Y29K26 
(0%,44%,29%,26%)
(0.00/0.44/0.29/0.26)	

CMYK percentages

%0
%44.44
%29.1
%25.88

Codes

Color #BD6986 in popluar color models

BD6986
RGB189105134
HSL339°38.89%57.65%
HSB/HSV339°44.44%74.12%
CMYK0.00%44.44%29.10%
25.88%

Color #BD6986 in popluar number systems.

HEXBD6986
Decimal189105134
Binary10111101110100110000110
Octal275151206

Shades and tints

Shades of #BD6986

#BD6986
(189,105,134)
#AC607A
(172,96,122)
#9B576E
(155,87,110)
#8A4E62
(138,78,98)
#794556
(121,69,86)
#683C4A
(104,60,74)
#57333E
(87,51,62)
#462A32
(70,42,50)
#352126
(53,33,38)
#24181A
(36,24,26)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #BD6986

#BD6986
(189,105,134)
#C37691
(195,118,145)
#C9839C
(201,131,156)
#CF90A7
(207,144,167)
#D59DB2
(213,157,178)
#DBAABD
(219,170,189)
#E1B7C8
(225,183,200)
#E7C4D3
(231,196,211)
#EDD1DE
(237,209,222)
#F3DEE9
(243,222,233)
#F9EBF4
(249,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6986 color. Also use rgb(189,105,134) instead hex code.

Text Font Color

.myTextColor { color: #BD6986; }

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

This text font color is #BD6986.


Background Color

.myBgColor { background-color: #BD6986; }

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

This div background color is #BD6986.


Border color

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

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

This div border color is #BD6986.


Opacity

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

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

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

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

This text has shadow with #BD6986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6986 on black background.


Color preview on white background

This text has color #BD6986 on white background.



Black color preview on #BD6986 background

This text has black color on #BD6986 background.


White color preview on #BD6986 background

This text has white color on #BD6986 background.