COLOR #BD6C95

HEX: #BD6C95
RGB: (189,108,149)

Color info

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

RGB color model

#BD6C95 color RGB value is (189,108,149).

  • red value is 189;
  • green value is 108;
  • blue value is 149.
RGB:
(189,108,149)
(74%,42%,58%)

RGB channels and saturation

R 189 of 255 = 74%
G 108 of 255 = 42%
B 149 of 255 = 58%

189
108
149

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

Portions of RGB colors in percentages

R + G + B =
189 + 108 + 149 = 446 (100%)
R 189 of 446 ~ 42.38%
G 108 of 446 ~ 24.22%
B 149 of 446 ~ 33.41%

%42.38
%24.22
%33.41

CMYK color model

#BD6C95 color CMYK value is (0,43,21,26).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 21.16%
  • key color value is 25.88%
CMYK:
(0,43,21,26)
C0M43Y21K26 
(0%,43%,21%,26%)
(0.00/0.43/0.21/0.26)	

CMYK percentages

%0
%42.86
%21.16
%25.88

Codes

Color #BD6C95 in popluar color models

BD6C95
RGB189108149
HSL330°38.03%58.24%
HSB/HSV330°42.86%74.12%
CMYK0.00%42.86%21.16%
25.88%

Color #BD6C95 in popluar number systems.

HEXBD6C95
Decimal189108149
Binary10111101110110010010101
Octal275154225

Shades and tints

Shades of #BD6C95

#BD6C95
(189,108,149)
#AC6388
(172,99,136)
#9B5A7B
(155,90,123)
#8A516E
(138,81,110)
#794861
(121,72,97)
#683F54
(104,63,84)
#573647
(87,54,71)
#462D3A
(70,45,58)
#35242D
(53,36,45)
#241B20
(36,27,32)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #BD6C95

#BD6C95
(189,108,149)
#C3799E
(195,121,158)
#C986A7
(201,134,167)
#CF93B0
(207,147,176)
#D5A0B9
(213,160,185)
#DBADC2
(219,173,194)
#E1BACB
(225,186,203)
#E7C7D4
(231,199,212)
#EDD4DD
(237,212,221)
#F3E1E6
(243,225,230)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6C95 color. Also use rgb(189,108,149) instead hex code.

Text Font Color

.myTextColor { color: #BD6C95; }

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

This text font color is #BD6C95.


Background Color

.myBgColor { background-color: #BD6C95; }

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

This div background color is #BD6C95.


Border color

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

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

This div border color is #BD6C95.


Opacity

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

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

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

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

This text has shadow with #BD6C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6C95 on black background.


Color preview on white background

This text has color #BD6C95 on white background.



Black color preview on #BD6C95 background

This text has black color on #BD6C95 background.


White color preview on #BD6C95 background

This text has white color on #BD6C95 background.