COLOR #BC7D88

HEX: #BC7D88
RGB: (188,125,136)

Color info

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

RGB color model

#BC7D88 color RGB value is (188,125,136).

  • red value is 188;
  • green value is 125;
  • blue value is 136.
RGB:
(188,125,136)
(74%,49%,53%)

RGB channels and saturation

R 188 of 255 = 74%
G 125 of 255 = 49%
B 136 of 255 = 53%

188
125
136

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

Portions of RGB colors in percentages

R + G + B =
188 + 125 + 136 = 449 (100%)
R 188 of 449 ~ 41.87%
G 125 of 449 ~ 27.84%
B 136 of 449 ~ 30.29%

%41.87
%27.84
%30.29

CMYK color model

#BC7D88 color CMYK value is (0,34,28,26).

  • cyan value is 0.00%
  • magenta value is 33.51%
  • yellow value is 27.66%
  • key color value is 26.27%
CMYK:
(0,34,28,26)
C0M34Y28K26 
(0%,34%,28%,26%)
(0.00/0.34/0.28/0.26)	

CMYK percentages

%0
%33.51
%27.66
%26.27

Codes

Color #BC7D88 in popluar color models

BC7D88
RGB188125136
HSL350°31.98%61.37%
HSB/HSV350°33.51%73.73%
CMYK0.00%33.51%27.66%
26.27%

Color #BC7D88 in popluar number systems.

HEXBC7D88
Decimal188125136
Binary10111100111110110001000
Octal274175210

Shades and tints

Shades of #BC7D88

#BC7D88
(188,125,136)
#AB727C
(171,114,124)
#9A6770
(154,103,112)
#895C64
(137,92,100)
#785158
(120,81,88)
#67464C
(103,70,76)
#563B40
(86,59,64)
#453034
(69,48,52)
#342528
(52,37,40)
#231A1C
(35,26,28)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #BC7D88

#BC7D88
(188,125,136)
#C28892
(194,136,146)
#C8939C
(200,147,156)
#CE9EA6
(206,158,166)
#D4A9B0
(212,169,176)
#DAB4BA
(218,180,186)
#E0BFC4
(224,191,196)
#E6CACE
(230,202,206)
#ECD5D8
(236,213,216)
#F2E0E2
(242,224,226)
#F8EBEC
(248,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7D88 color. Also use rgb(188,125,136) instead hex code.

Text Font Color

.myTextColor { color: #BC7D88; }

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

This text font color is #BC7D88.


Background Color

.myBgColor { background-color: #BC7D88; }

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

This div background color is #BC7D88.


Border color

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

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

This div border color is #BC7D88.


Opacity

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

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

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

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

This text has shadow with #BC7D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7D88 on black background.


Color preview on white background

This text has color #BC7D88 on white background.



Black color preview on #BC7D88 background

This text has black color on #BC7D88 background.


White color preview on #BC7D88 background

This text has white color on #BC7D88 background.