COLOR #BEA9E9

HEX: #BEA9E9
RGB: (190,169,233)

Color info

#BEA9E9 contains mainly red and blue colors. Web safe color of #BEA9E9 is #CC99FF (or #C9F).

RGB color model

#BEA9E9 color RGB value is (190,169,233).

  • red value is 190;
  • green value is 169;
  • blue value is 233.
RGB:
(190,169,233)
(75%,66%,91%)

RGB channels and saturation

R 190 of 255 = 75%
G 169 of 255 = 66%
B 233 of 255 = 91%

190
169
233

R + G + B ~ 77%. #BEA9E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 169 + 233 = 592 (100%)
R 190 of 592 ~ 32.09%
G 169 of 592 ~ 28.55%
B 233 of 592 ~ 39.36%

%32.09
%28.55
%39.36

CMYK color model

#BEA9E9 color CMYK value is (18,27,0,9).

  • cyan value is 18.45%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(18,27,0,9)
C18M27Y0K9 
(18%,27%,0%,9%)
(0.18/0.27/0.00/0.09)	

CMYK percentages

%18.45
%27.47
%0
%8.63

Codes

Color #BEA9E9 in popluar color models

BEA9E9
RGB190169233
HSL260°59.26%78.82%
HSB/HSV260°27.47%91.37%
CMYK18.45%27.47%0.00%
8.63%

Color #BEA9E9 in popluar number systems.

HEXBEA9E9
Decimal190169233
Binary101111101010100111101001
Octal276251351

Shades and tints

Shades of #BEA9E9

#BEA9E9
(190,169,233)
#AD9AD4
(173,154,212)
#9C8BBF
(156,139,191)
#8B7CAA
(139,124,170)
#7A6D95
(122,109,149)
#695E80
(105,94,128)
#584F6B
(88,79,107)
#474056
(71,64,86)
#363141
(54,49,65)
#25222C
(37,34,44)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BEA9E9

#BEA9E9
(190,169,233)
#C3B0EB
(195,176,235)
#C8B7ED
(200,183,237)
#CDBEEF
(205,190,239)
#D2C5F1
(210,197,241)
#D7CCF3
(215,204,243)
#DCD3F5
(220,211,245)
#E1DAF7
(225,218,247)
#E6E1F9
(230,225,249)
#EBE8FB
(235,232,251)
#F0EFFD
(240,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA9E9 color. Also use rgb(190,169,233) instead hex code.

Text Font Color

.myTextColor { color: #BEA9E9; }

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

This text font color is #BEA9E9.


Background Color

.myBgColor { background-color: #BEA9E9; }

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

This div background color is #BEA9E9.


Border color

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

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

This div border color is #BEA9E9.


Opacity

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

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

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

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

This text has shadow with #BEA9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA9E9 on black background.


Color preview on white background

This text has color #BEA9E9 on white background.



Black color preview on #BEA9E9 background

This text has black color on #BEA9E9 background.


White color preview on #BEA9E9 background

This text has white color on #BEA9E9 background.