COLOR #BE8FC7

HEX: #BE8FC7
RGB: (190,143,199)

Color info

#BE8FC7 contains red, green and blue colors in about the same proportion. Web safe color of #BE8FC7 is #CC99CC (or #C9C).

RGB color model

#BE8FC7 color RGB value is (190,143,199).

  • red value is 190;
  • green value is 143;
  • blue value is 199.
RGB:
(190,143,199)
(75%,56%,78%)

RGB channels and saturation

R 190 of 255 = 75%
G 143 of 255 = 56%
B 199 of 255 = 78%

190
143
199

R + G + B ~ 70%. #BE8FC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 143 + 199 = 532 (100%)
R 190 of 532 ~ 35.71%
G 143 of 532 ~ 26.88%
B 199 of 532 ~ 37.41%

%35.71
%26.88
%37.41

CMYK color model

#BE8FC7 color CMYK value is (5,28,0,22).

  • cyan value is 4.52%
  • magenta value is 28.14%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(5,28,0,22)
C5M28Y0K22 
(5%,28%,0%,22%)
(0.05/0.28/0.00/0.22)	

CMYK percentages

%4.52
%28.14
%0
%21.96

Codes

Color #BE8FC7 in popluar color models

BE8FC7
RGB190143199
HSL290°33.33%67.06%
HSB/HSV290°28.14%78.04%
CMYK4.52%28.14%0.00%
21.96%

Color #BE8FC7 in popluar number systems.

HEXBE8FC7
Decimal190143199
Binary101111101000111111000111
Octal276217307

Shades and tints

Shades of #BE8FC7

#BE8FC7
(190,143,199)
#AD82B5
(173,130,181)
#9C75A3
(156,117,163)
#8B6891
(139,104,145)
#7A5B7F
(122,91,127)
#694E6D
(105,78,109)
#58415B
(88,65,91)
#473449
(71,52,73)
#362737
(54,39,55)
#251A25
(37,26,37)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #BE8FC7

#BE8FC7
(190,143,199)
#C399CC
(195,153,204)
#C8A3D1
(200,163,209)
#CDADD6
(205,173,214)
#D2B7DB
(210,183,219)
#D7C1E0
(215,193,224)
#DCCBE5
(220,203,229)
#E1D5EA
(225,213,234)
#E6DFEF
(230,223,239)
#EBE9F4
(235,233,244)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8FC7 color. Also use rgb(190,143,199) instead hex code.

Text Font Color

.myTextColor { color: #BE8FC7; }

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

This text font color is #BE8FC7.


Background Color

.myBgColor { background-color: #BE8FC7; }

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

This div background color is #BE8FC7.


Border color

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

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

This div border color is #BE8FC7.


Opacity

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

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

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

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

This text has shadow with #BE8FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8FC7 on black background.


Color preview on white background

This text has color #BE8FC7 on white background.



Black color preview on #BE8FC7 background

This text has black color on #BE8FC7 background.


White color preview on #BE8FC7 background

This text has white color on #BE8FC7 background.