COLOR #BEB9F7

HEX: #BEB9F7
RGB: (190,185,247)

Color info

#BEB9F7 contains mainly red and blue colors. Web safe color of #BEB9F7 is #CCCCFF (or #CCF).

RGB color model

#BEB9F7 color RGB value is (190,185,247).

  • red value is 190;
  • green value is 185;
  • blue value is 247.
RGB:
(190,185,247)
(75%,73%,97%)

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 247 of 255 = 97%

190
185
247

R + G + B ~ 82%. #BEB9F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 185 + 247 = 622 (100%)
R 190 of 622 ~ 30.55%
G 185 of 622 ~ 29.74%
B 247 of 622 ~ 39.71%

%30.55
%29.74
%39.71

CMYK color model

#BEB9F7 color CMYK value is (23,25,0,3).

  • cyan value is 23.08%
  • magenta value is 25.10%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(23,25,0,3)
C23M25Y0K3 
(23%,25%,0%,3%)
(0.23/0.25/0.00/0.03)	

CMYK percentages

%23.08
%25.1
%0
%3.14

Codes

Color #BEB9F7 in popluar color models

BEB9F7
RGB190185247
HSL245°79.49%84.71%
HSB/HSV245°25.10%96.86%
CMYK23.08%25.10%0.00%
3.14%

Color #BEB9F7 in popluar number systems.

HEXBEB9F7
Decimal190185247
Binary101111101011100111110111
Octal276271367

Shades and tints

Shades of #BEB9F7

#BEB9F7
(190,185,247)
#ADA9E1
(173,169,225)
#9C99CB
(156,153,203)
#8B89B5
(139,137,181)
#7A799F
(122,121,159)
#696989
(105,105,137)
#585973
(88,89,115)
#47495D
(71,73,93)
#363947
(54,57,71)
#252931
(37,41,49)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #BEB9F7

#BEB9F7
(190,185,247)
#C3BFF7
(195,191,247)
#C8C5F7
(200,197,247)
#CDCBF7
(205,203,247)
#D2D1F7
(210,209,247)
#D7D7F7
(215,215,247)
#DCDDF7
(220,221,247)
#E1E3F7
(225,227,247)
#E6E9F7
(230,233,247)
#EBEFF7
(235,239,247)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB9F7 color. Also use rgb(190,185,247) instead hex code.

Text Font Color

.myTextColor { color: #BEB9F7; }

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

This text font color is #BEB9F7.


Background Color

.myBgColor { background-color: #BEB9F7; }

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

This div background color is #BEB9F7.


Border color

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

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

This div border color is #BEB9F7.


Opacity

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

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

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

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

This text has shadow with #BEB9F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB9F7 on black background.


Color preview on white background

This text has color #BEB9F7 on white background.



Black color preview on #BEB9F7 background

This text has black color on #BEB9F7 background.


White color preview on #BEB9F7 background

This text has white color on #BEB9F7 background.