COLOR #BC83A7

HEX: #BC83A7
RGB: (188,131,167)

Color info

#BC83A7 contains red, green and blue colors in about the same proportion. Web safe color of #BC83A7 is #CC9999 (or #C99).

RGB color model

#BC83A7 color RGB value is (188,131,167).

  • red value is 188;
  • green value is 131;
  • blue value is 167.
RGB:
(188,131,167)
(74%,51%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 131 of 255 = 51%
B 167 of 255 = 65%

188
131
167

R + G + B ~ 63%. #BC83A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 131 + 167 = 486 (100%)
R 188 of 486 ~ 38.68%
G 131 of 486 ~ 26.95%
B 167 of 486 ~ 34.36%

%38.68
%26.95
%34.36

CMYK color model

#BC83A7 color CMYK value is (0,30,11,26).

  • cyan value is 0.00%
  • magenta value is 30.32%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(0,30,11,26)
C0M30Y11K26 
(0%,30%,11%,26%)
(0.00/0.30/0.11/0.26)	

CMYK percentages

%0
%30.32
%11.17
%26.27

Codes

Color #BC83A7 in popluar color models

BC83A7
RGB188131167
HSL322°29.84%62.55%
HSB/HSV322°30.32%73.73%
CMYK0.00%30.32%11.17%
26.27%

Color #BC83A7 in popluar number systems.

HEXBC83A7
Decimal188131167
Binary101111001000001110100111
Octal274203247

Shades and tints

Shades of #BC83A7

#BC83A7
(188,131,167)
#AB7898
(171,120,152)
#9A6D89
(154,109,137)
#89627A
(137,98,122)
#78576B
(120,87,107)
#674C5C
(103,76,92)
#56414D
(86,65,77)
#45363E
(69,54,62)
#342B2F
(52,43,47)
#232020
(35,32,32)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #BC83A7

#BC83A7
(188,131,167)
#C28EAF
(194,142,175)
#C899B7
(200,153,183)
#CEA4BF
(206,164,191)
#D4AFC7
(212,175,199)
#DABACF
(218,186,207)
#E0C5D7
(224,197,215)
#E6D0DF
(230,208,223)
#ECDBE7
(236,219,231)
#F2E6EF
(242,230,239)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC83A7 color. Also use rgb(188,131,167) instead hex code.

Text Font Color

.myTextColor { color: #BC83A7; }

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

This text font color is #BC83A7.


Background Color

.myBgColor { background-color: #BC83A7; }

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

This div background color is #BC83A7.


Border color

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

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

This div border color is #BC83A7.


Opacity

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

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

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

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

This text has shadow with #BC83A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC83A7 on black background.


Color preview on white background

This text has color #BC83A7 on white background.



Black color preview on #BC83A7 background

This text has black color on #BC83A7 background.


White color preview on #BC83A7 background

This text has white color on #BC83A7 background.