COLOR #BEB4DC

HEX: #BEB4DC
RGB: (190,180,220)

Color info

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

RGB color model

#BEB4DC color RGB value is (190,180,220).

  • red value is 190;
  • green value is 180;
  • blue value is 220.
RGB:
(190,180,220)
(75%,71%,86%)

RGB channels and saturation

R 190 of 255 = 75%
G 180 of 255 = 71%
B 220 of 255 = 86%

190
180
220

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

Portions of RGB colors in percentages

R + G + B =
190 + 180 + 220 = 590 (100%)
R 190 of 590 ~ 32.2%
G 180 of 590 ~ 30.51%
B 220 of 590 ~ 37.29%

%32.2
%30.51
%37.29

CMYK color model

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

  • cyan value is 13.64%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(14,18,0,14)
C14M18Y0K14 
(14%,18%,0%,14%)
(0.14/0.18/0.00/0.14)	

CMYK percentages

%13.64
%18.18
%0
%13.73

Codes

Color #BEB4DC in popluar color models

BEB4DC
RGB190180220
HSL255°36.36%78.43%
HSB/HSV255°18.18%86.27%
CMYK13.64%18.18%0.00%
13.73%

Color #BEB4DC in popluar number systems.

HEXBEB4DC
Decimal190180220
Binary101111101011010011011100
Octal276264334

Shades and tints

Shades of #BEB4DC

#BEB4DC
(190,180,220)
#ADA4C8
(173,164,200)
#9C94B4
(156,148,180)
#8B84A0
(139,132,160)
#7A748C
(122,116,140)
#696478
(105,100,120)
#585464
(88,84,100)
#474450
(71,68,80)
#36343C
(54,52,60)
#252428
(37,36,40)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BEB4DC

#BEB4DC
(190,180,220)
#C3BADF
(195,186,223)
#C8C0E2
(200,192,226)
#CDC6E5
(205,198,229)
#D2CCE8
(210,204,232)
#D7D2EB
(215,210,235)
#DCD8EE
(220,216,238)
#E1DEF1
(225,222,241)
#E6E4F4
(230,228,244)
#EBEAF7
(235,234,247)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB4DC color. Also use rgb(190,180,220) instead hex code.

Text Font Color

.myTextColor { color: #BEB4DC; }

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

This text font color is #BEB4DC.


Background Color

.myBgColor { background-color: #BEB4DC; }

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

This div background color is #BEB4DC.


Border color

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

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

This div border color is #BEB4DC.


Opacity

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

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

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

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

This text has shadow with #BEB4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB4DC on black background.


Color preview on white background

This text has color #BEB4DC on white background.



Black color preview on #BEB4DC background

This text has black color on #BEB4DC background.


White color preview on #BEB4DC background

This text has white color on #BEB4DC background.