COLOR #BEB7E2

HEX: #BEB7E2
RGB: (190,183,226)

Color info

#BEB7E2 contains red, green and blue colors in about the same proportion. Web safe color of #BEB7E2 is #CCCCCC (or #CCC).

RGB color model

#BEB7E2 color RGB value is (190,183,226).

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

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 226 of 255 = 89%

190
183
226

R + G + B ~ 79%. #BEB7E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 226 = 599 (100%)
R 190 of 599 ~ 31.72%
G 183 of 599 ~ 30.55%
B 226 of 599 ~ 37.73%

%31.72
%30.55
%37.73

CMYK color model

#BEB7E2 color CMYK value is (16,19,0,11).

  • cyan value is 15.93%
  • magenta value is 19.03%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(16,19,0,11)
C16M19Y0K11 
(16%,19%,0%,11%)
(0.16/0.19/0.00/0.11)	

CMYK percentages

%15.93
%19.03
%0
%11.37

Codes

Color #BEB7E2 in popluar color models

BEB7E2
RGB190183226
HSL250°42.57%80.20%
HSB/HSV250°19.03%88.63%
CMYK15.93%19.03%0.00%
11.37%

Color #BEB7E2 in popluar number systems.

HEXBEB7E2
Decimal190183226
Binary101111101011011111100010
Octal276267342

Shades and tints

Shades of #BEB7E2

#BEB7E2
(190,183,226)
#ADA7CE
(173,167,206)
#9C97BA
(156,151,186)
#8B87A6
(139,135,166)
#7A7792
(122,119,146)
#69677E
(105,103,126)
#58576A
(88,87,106)
#474756
(71,71,86)
#363742
(54,55,66)
#25272E
(37,39,46)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #BEB7E2

#BEB7E2
(190,183,226)
#C3BDE4
(195,189,228)
#C8C3E6
(200,195,230)
#CDC9E8
(205,201,232)
#D2CFEA
(210,207,234)
#D7D5EC
(215,213,236)
#DCDBEE
(220,219,238)
#E1E1F0
(225,225,240)
#E6E7F2
(230,231,242)
#EBEDF4
(235,237,244)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7E2; }

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

This text font color is #BEB7E2.


Background Color

.myBgColor { background-color: #BEB7E2; }

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

This div background color is #BEB7E2.


Border color

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

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

This div border color is #BEB7E2.


Opacity

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

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

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

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

This text has shadow with #BEB7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB7E2 on black background.


Color preview on white background

This text has color #BEB7E2 on white background.



Black color preview on #BEB7E2 background

This text has black color on #BEB7E2 background.


White color preview on #BEB7E2 background

This text has white color on #BEB7E2 background.