COLOR #BEA3CF

HEX: #BEA3CF
RGB: (190,163,207)

Color info

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

RGB color model

#BEA3CF color RGB value is (190,163,207).

  • red value is 190;
  • green value is 163;
  • blue value is 207.
RGB:
(190,163,207)
(75%,64%,81%)

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 207 of 255 = 81%

190
163
207

R + G + B ~ 73%. #BEA3CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 163 + 207 = 560 (100%)
R 190 of 560 ~ 33.93%
G 163 of 560 ~ 29.11%
B 207 of 560 ~ 36.96%

%33.93
%29.11
%36.96

CMYK color model

#BEA3CF color CMYK value is (8,21,0,19).

  • cyan value is 8.21%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(8,21,0,19)
C8M21Y0K19 
(8%,21%,0%,19%)
(0.08/0.21/0.00/0.19)	

CMYK percentages

%8.21
%21.26
%0
%18.82

Codes

Color #BEA3CF in popluar color models

BEA3CF
RGB190163207
HSL277°31.43%72.55%
HSB/HSV277°21.26%81.18%
CMYK8.21%21.26%0.00%
18.82%

Color #BEA3CF in popluar number systems.

HEXBEA3CF
Decimal190163207
Binary101111101010001111001111
Octal276243317

Shades and tints

Shades of #BEA3CF

#BEA3CF
(190,163,207)
#AD95BD
(173,149,189)
#9C87AB
(156,135,171)
#8B7999
(139,121,153)
#7A6B87
(122,107,135)
#695D75
(105,93,117)
#584F63
(88,79,99)
#474151
(71,65,81)
#36333F
(54,51,63)
#25252D
(37,37,45)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #BEA3CF

#BEA3CF
(190,163,207)
#C3ABD3
(195,171,211)
#C8B3D7
(200,179,215)
#CDBBDB
(205,187,219)
#D2C3DF
(210,195,223)
#D7CBE3
(215,203,227)
#DCD3E7
(220,211,231)
#E1DBEB
(225,219,235)
#E6E3EF
(230,227,239)
#EBEBF3
(235,235,243)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA3CF color. Also use rgb(190,163,207) instead hex code.

Text Font Color

.myTextColor { color: #BEA3CF; }

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

This text font color is #BEA3CF.


Background Color

.myBgColor { background-color: #BEA3CF; }

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

This div background color is #BEA3CF.


Border color

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

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

This div border color is #BEA3CF.


Opacity

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

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

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

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

This text has shadow with #BEA3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA3CF on black background.


Color preview on white background

This text has color #BEA3CF on white background.



Black color preview on #BEA3CF background

This text has black color on #BEA3CF background.


White color preview on #BEA3CF background

This text has white color on #BEA3CF background.