COLOR #BEB7EB

HEX: #BEB7EB
RGB: (190,183,235)

Color info

#BEB7EB contains red, green and blue colors in about the same proportion. Web safe color of #BEB7EB is #CCCCFF (or #CCF).

RGB color model

#BEB7EB color RGB value is (190,183,235).

  • red value is 190;
  • green value is 183;
  • blue value is 235.
RGB:
(190,183,235)
(75%,72%,92%)

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 235 of 255 = 92%

190
183
235

R + G + B ~ 80%. #BEB7EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 235 = 608 (100%)
R 190 of 608 ~ 31.25%
G 183 of 608 ~ 30.1%
B 235 of 608 ~ 38.65%

%31.25
%30.1
%38.65

CMYK color model

#BEB7EB color CMYK value is (19,22,0,8).

  • cyan value is 19.15%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(19,22,0,8)
C19M22Y0K8 
(19%,22%,0%,8%)
(0.19/0.22/0.00/0.08)	

CMYK percentages

%19.15
%22.13
%0
%7.84

Codes

Color #BEB7EB in popluar color models

BEB7EB
RGB190183235
HSL248°56.52%81.96%
HSB/HSV248°22.13%92.16%
CMYK19.15%22.13%0.00%
7.84%

Color #BEB7EB in popluar number systems.

HEXBEB7EB
Decimal190183235
Binary101111101011011111101011
Octal276267353

Shades and tints

Shades of #BEB7EB

#BEB7EB
(190,183,235)
#ADA7D6
(173,167,214)
#9C97C1
(156,151,193)
#8B87AC
(139,135,172)
#7A7797
(122,119,151)
#696782
(105,103,130)
#58576D
(88,87,109)
#474758
(71,71,88)
#363743
(54,55,67)
#25272E
(37,39,46)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #BEB7EB

#BEB7EB
(190,183,235)
#C3BDEC
(195,189,236)
#C8C3ED
(200,195,237)
#CDC9EE
(205,201,238)
#D2CFEF
(210,207,239)
#D7D5F0
(215,213,240)
#DCDBF1
(220,219,241)
#E1E1F2
(225,225,242)
#E6E7F3
(230,231,243)
#EBEDF4
(235,237,244)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB7EB color. Also use rgb(190,183,235) instead hex code.

Text Font Color

.myTextColor { color: #BEB7EB; }

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

This text font color is #BEB7EB.


Background Color

.myBgColor { background-color: #BEB7EB; }

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

This div background color is #BEB7EB.


Border color

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

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

This div border color is #BEB7EB.


Opacity

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

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

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

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

This text has shadow with #BEB7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB7EB on black background.


Color preview on white background

This text has color #BEB7EB on white background.



Black color preview on #BEB7EB background

This text has black color on #BEB7EB background.


White color preview on #BEB7EB background

This text has white color on #BEB7EB background.