COLOR #BC7C97

HEX: #BC7C97
RGB: (188,124,151)

Color info

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

RGB color model

#BC7C97 color RGB value is (188,124,151).

  • red value is 188;
  • green value is 124;
  • blue value is 151.
RGB:
(188,124,151)
(74%,49%,59%)

RGB channels and saturation

R 188 of 255 = 74%
G 124 of 255 = 49%
B 151 of 255 = 59%

188
124
151

R + G + B ~ 61%. #BC7C97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 124 + 151 = 463 (100%)
R 188 of 463 ~ 40.6%
G 124 of 463 ~ 26.78%
B 151 of 463 ~ 32.61%

%40.6
%26.78
%32.61

CMYK color model

#BC7C97 color CMYK value is (0,34,20,26).

  • cyan value is 0.00%
  • magenta value is 34.04%
  • yellow value is 19.68%
  • key color value is 26.27%
CMYK:
(0,34,20,26)
C0M34Y20K26 
(0%,34%,20%,26%)
(0.00/0.34/0.20/0.26)	

CMYK percentages

%0
%34.04
%19.68
%26.27

Codes

Color #BC7C97 in popluar color models

BC7C97
RGB188124151
HSL335°32.32%61.18%
HSB/HSV335°34.04%73.73%
CMYK0.00%34.04%19.68%
26.27%

Color #BC7C97 in popluar number systems.

HEXBC7C97
Decimal188124151
Binary10111100111110010010111
Octal274174227

Shades and tints

Shades of #BC7C97

#BC7C97
(188,124,151)
#AB718A
(171,113,138)
#9A667D
(154,102,125)
#895B70
(137,91,112)
#785063
(120,80,99)
#674556
(103,69,86)
#563A49
(86,58,73)
#452F3C
(69,47,60)
#34242F
(52,36,47)
#231922
(35,25,34)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #BC7C97

#BC7C97
(188,124,151)
#C287A0
(194,135,160)
#C892A9
(200,146,169)
#CE9DB2
(206,157,178)
#D4A8BB
(212,168,187)
#DAB3C4
(218,179,196)
#E0BECD
(224,190,205)
#E6C9D6
(230,201,214)
#ECD4DF
(236,212,223)
#F2DFE8
(242,223,232)
#F8EAF1
(248,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7C97 color. Also use rgb(188,124,151) instead hex code.

Text Font Color

.myTextColor { color: #BC7C97; }

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

This text font color is #BC7C97.


Background Color

.myBgColor { background-color: #BC7C97; }

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

This div background color is #BC7C97.


Border color

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

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

This div border color is #BC7C97.


Opacity

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

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

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

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

This text has shadow with #BC7C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7C97 on black background.


Color preview on white background

This text has color #BC7C97 on white background.



Black color preview on #BC7C97 background

This text has black color on #BC7C97 background.


White color preview on #BC7C97 background

This text has white color on #BC7C97 background.