COLOR #BEA3C3

HEX: #BEA3C3
RGB: (190,163,195)

Color info

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

RGB color model

#BEA3C3 color RGB value is (190,163,195).

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

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 195 of 255 = 76%

190
163
195

R + G + B ~ 72%. #BEA3C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 163 + 195 = 548 (100%)
R 190 of 548 ~ 34.67%
G 163 of 548 ~ 29.74%
B 195 of 548 ~ 35.58%

%34.67
%29.74
%35.58

CMYK color model

#BEA3C3 color CMYK value is (3,16,0,24).

  • cyan value is 2.56%
  • magenta value is 16.41%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(3,16,0,24)
C3M16Y0K24 
(3%,16%,0%,24%)
(0.03/0.16/0.00/0.24)	

CMYK percentages

%2.56
%16.41
%0
%23.53

Codes

Color #BEA3C3 in popluar color models

BEA3C3
RGB190163195
HSL291°21.05%70.20%
HSB/HSV291°16.41%76.47%
CMYK2.56%16.41%0.00%
23.53%

Color #BEA3C3 in popluar number systems.

HEXBEA3C3
Decimal190163195
Binary101111101010001111000011
Octal276243303

Shades and tints

Shades of #BEA3C3

#BEA3C3
(190,163,195)
#AD95B2
(173,149,178)
#9C87A1
(156,135,161)
#8B7990
(139,121,144)
#7A6B7F
(122,107,127)
#695D6E
(105,93,110)
#584F5D
(88,79,93)
#47414C
(71,65,76)
#36333B
(54,51,59)
#25252A
(37,37,42)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #BEA3C3

#BEA3C3
(190,163,195)
#C3ABC8
(195,171,200)
#C8B3CD
(200,179,205)
#CDBBD2
(205,187,210)
#D2C3D7
(210,195,215)
#D7CBDC
(215,203,220)
#DCD3E1
(220,211,225)
#E1DBE6
(225,219,230)
#E6E3EB
(230,227,235)
#EBEBF0
(235,235,240)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA3C3; }

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

This text font color is #BEA3C3.


Background Color

.myBgColor { background-color: #BEA3C3; }

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

This div background color is #BEA3C3.


Border color

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

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

This div border color is #BEA3C3.


Opacity

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

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

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

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

This text has shadow with #BEA3C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA3C3 on black background.


Color preview on white background

This text has color #BEA3C3 on white background.



Black color preview on #BEA3C3 background

This text has black color on #BEA3C3 background.


White color preview on #BEA3C3 background

This text has white color on #BEA3C3 background.