COLOR #BEB7DE

HEX: #BEB7DE
RGB: (190,183,222)

Color info

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

RGB color model

#BEB7DE color RGB value is (190,183,222).

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

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 222 of 255 = 87%

190
183
222

R + G + B ~ 78%. #BEB7DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 222 = 595 (100%)
R 190 of 595 ~ 31.93%
G 183 of 595 ~ 30.76%
B 222 of 595 ~ 37.31%

%31.93
%30.76
%37.31

CMYK color model

#BEB7DE color CMYK value is (14,18,0,13).

  • cyan value is 14.41%
  • magenta value is 17.57%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(14,18,0,13)
C14M18Y0K13 
(14%,18%,0%,13%)
(0.14/0.18/0.00/0.13)	

CMYK percentages

%14.41
%17.57
%0
%12.94

Codes

Color #BEB7DE in popluar color models

BEB7DE
RGB190183222
HSL251°37.14%79.41%
HSB/HSV251°17.57%87.06%
CMYK14.41%17.57%0.00%
12.94%

Color #BEB7DE in popluar number systems.

HEXBEB7DE
Decimal190183222
Binary101111101011011111011110
Octal276267336

Shades and tints

Shades of #BEB7DE

#BEB7DE
(190,183,222)
#ADA7CA
(173,167,202)
#9C97B6
(156,151,182)
#8B87A2
(139,135,162)
#7A778E
(122,119,142)
#69677A
(105,103,122)
#585766
(88,87,102)
#474752
(71,71,82)
#36373E
(54,55,62)
#25272A
(37,39,42)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #BEB7DE

#BEB7DE
(190,183,222)
#C3BDE1
(195,189,225)
#C8C3E4
(200,195,228)
#CDC9E7
(205,201,231)
#D2CFEA
(210,207,234)
#D7D5ED
(215,213,237)
#DCDBF0
(220,219,240)
#E1E1F3
(225,225,243)
#E6E7F6
(230,231,246)
#EBEDF9
(235,237,249)
#F0F3FC
(240,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7DE; }

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

This text font color is #BEB7DE.


Background Color

.myBgColor { background-color: #BEB7DE; }

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

This div background color is #BEB7DE.


Border color

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

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

This div border color is #BEB7DE.


Opacity

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

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

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

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

This text has shadow with #BEB7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB7DE on black background.


Color preview on white background

This text has color #BEB7DE on white background.



Black color preview on #BEB7DE background

This text has black color on #BEB7DE background.


White color preview on #BEB7DE background

This text has white color on #BEB7DE background.