COLOR #BEA1DF

HEX: #BEA1DF
RGB: (190,161,223)

Color info

#BEA1DF contains mainly red and blue colors. Web safe color of #BEA1DF is #CC99CC (or #C9C).

RGB color model

#BEA1DF color RGB value is (190,161,223).

  • red value is 190;
  • green value is 161;
  • blue value is 223.
RGB:
(190,161,223)
(75%,63%,87%)

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 223 of 255 = 87%

190
161
223

R + G + B ~ 75%. #BEA1DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 161 + 223 = 574 (100%)
R 190 of 574 ~ 33.1%
G 161 of 574 ~ 28.05%
B 223 of 574 ~ 38.85%

%33.1
%28.05
%38.85

CMYK color model

#BEA1DF color CMYK value is (15,28,0,13).

  • cyan value is 14.80%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(15,28,0,13)
C15M28Y0K13 
(15%,28%,0%,13%)
(0.15/0.28/0.00/0.13)	

CMYK percentages

%14.8
%27.8
%0
%12.55

Codes

Color #BEA1DF in popluar color models

BEA1DF
RGB190161223
HSL268°49.21%75.29%
HSB/HSV268°27.80%87.45%
CMYK14.80%27.80%0.00%
12.55%

Color #BEA1DF in popluar number systems.

HEXBEA1DF
Decimal190161223
Binary101111101010000111011111
Octal276241337

Shades and tints

Shades of #BEA1DF

#BEA1DF
(190,161,223)
#AD93CB
(173,147,203)
#9C85B7
(156,133,183)
#8B77A3
(139,119,163)
#7A698F
(122,105,143)
#695B7B
(105,91,123)
#584D67
(88,77,103)
#473F53
(71,63,83)
#36313F
(54,49,63)
#25232B
(37,35,43)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #BEA1DF

#BEA1DF
(190,161,223)
#C3A9E1
(195,169,225)
#C8B1E3
(200,177,227)
#CDB9E5
(205,185,229)
#D2C1E7
(210,193,231)
#D7C9E9
(215,201,233)
#DCD1EB
(220,209,235)
#E1D9ED
(225,217,237)
#E6E1EF
(230,225,239)
#EBE9F1
(235,233,241)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA1DF color. Also use rgb(190,161,223) instead hex code.

Text Font Color

.myTextColor { color: #BEA1DF; }

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

This text font color is #BEA1DF.


Background Color

.myBgColor { background-color: #BEA1DF; }

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

This div background color is #BEA1DF.


Border color

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

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

This div border color is #BEA1DF.


Opacity

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

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

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

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

This text has shadow with #BEA1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA1DF on black background.


Color preview on white background

This text has color #BEA1DF on white background.



Black color preview on #BEA1DF background

This text has black color on #BEA1DF background.


White color preview on #BEA1DF background

This text has white color on #BEA1DF background.