COLOR #BD6B8E

HEX: #BD6B8E
RGB: (189,107,142)

Color info

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

RGB color model

#BD6B8E color RGB value is (189,107,142).

  • red value is 189;
  • green value is 107;
  • blue value is 142.
RGB:
(189,107,142)
(74%,42%,56%)

RGB channels and saturation

R 189 of 255 = 74%
G 107 of 255 = 42%
B 142 of 255 = 56%

189
107
142

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

Portions of RGB colors in percentages

R + G + B =
189 + 107 + 142 = 438 (100%)
R 189 of 438 ~ 43.15%
G 107 of 438 ~ 24.43%
B 142 of 438 ~ 32.42%

%43.15
%24.43
%32.42

CMYK color model

#BD6B8E color CMYK value is (0,43,25,26).

  • cyan value is 0.00%
  • magenta value is 43.39%
  • yellow value is 24.87%
  • key color value is 25.88%
CMYK:
(0,43,25,26)
C0M43Y25K26 
(0%,43%,25%,26%)
(0.00/0.43/0.25/0.26)	

CMYK percentages

%0
%43.39
%24.87
%25.88

Codes

Color #BD6B8E in popluar color models

BD6B8E
RGB189107142
HSL334°38.32%58.04%
HSB/HSV334°43.39%74.12%
CMYK0.00%43.39%24.87%
25.88%

Color #BD6B8E in popluar number systems.

HEXBD6B8E
Decimal189107142
Binary10111101110101110001110
Octal275153216

Shades and tints

Shades of #BD6B8E

#BD6B8E
(189,107,142)
#AC6282
(172,98,130)
#9B5976
(155,89,118)
#8A506A
(138,80,106)
#79475E
(121,71,94)
#683E52
(104,62,82)
#573546
(87,53,70)
#462C3A
(70,44,58)
#35232E
(53,35,46)
#241A22
(36,26,34)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #BD6B8E

#BD6B8E
(189,107,142)
#C37898
(195,120,152)
#C985A2
(201,133,162)
#CF92AC
(207,146,172)
#D59FB6
(213,159,182)
#DBACC0
(219,172,192)
#E1B9CA
(225,185,202)
#E7C6D4
(231,198,212)
#EDD3DE
(237,211,222)
#F3E0E8
(243,224,232)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6B8E color. Also use rgb(189,107,142) instead hex code.

Text Font Color

.myTextColor { color: #BD6B8E; }

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

This text font color is #BD6B8E.


Background Color

.myBgColor { background-color: #BD6B8E; }

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

This div background color is #BD6B8E.


Border color

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

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

This div border color is #BD6B8E.


Opacity

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

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

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

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

This text has shadow with #BD6B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6B8E on black background.


Color preview on white background

This text has color #BD6B8E on white background.



Black color preview on #BD6B8E background

This text has black color on #BD6B8E background.


White color preview on #BD6B8E background

This text has white color on #BD6B8E background.