COLOR #BEB4D4

HEX: #BEB4D4
RGB: (190,180,212)

Color info

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

RGB color model

#BEB4D4 color RGB value is (190,180,212).

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

RGB channels and saturation

R 190 of 255 = 75%
G 180 of 255 = 71%
B 212 of 255 = 83%

190
180
212

R + G + B ~ 76%. #BEB4D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 180 + 212 = 582 (100%)
R 190 of 582 ~ 32.65%
G 180 of 582 ~ 30.93%
B 212 of 582 ~ 36.43%

%32.65
%30.93
%36.43

CMYK color model

#BEB4D4 color CMYK value is (10,15,0,17).

  • cyan value is 10.38%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(10,15,0,17)
C10M15Y0K17 
(10%,15%,0%,17%)
(0.10/0.15/0.00/0.17)	

CMYK percentages

%10.38
%15.09
%0
%16.86

Codes

Color #BEB4D4 in popluar color models

BEB4D4
RGB190180212
HSL259°27.12%76.86%
HSB/HSV259°15.09%83.14%
CMYK10.38%15.09%0.00%
16.86%

Color #BEB4D4 in popluar number systems.

HEXBEB4D4
Decimal190180212
Binary101111101011010011010100
Octal276264324

Shades and tints

Shades of #BEB4D4

#BEB4D4
(190,180,212)
#ADA4C1
(173,164,193)
#9C94AE
(156,148,174)
#8B849B
(139,132,155)
#7A7488
(122,116,136)
#696475
(105,100,117)
#585462
(88,84,98)
#47444F
(71,68,79)
#36343C
(54,52,60)
#252429
(37,36,41)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #BEB4D4

#BEB4D4
(190,180,212)
#C3BAD7
(195,186,215)
#C8C0DA
(200,192,218)
#CDC6DD
(205,198,221)
#D2CCE0
(210,204,224)
#D7D2E3
(215,210,227)
#DCD8E6
(220,216,230)
#E1DEE9
(225,222,233)
#E6E4EC
(230,228,236)
#EBEAEF
(235,234,239)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB4D4; }

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

This text font color is #BEB4D4.


Background Color

.myBgColor { background-color: #BEB4D4; }

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

This div background color is #BEB4D4.


Border color

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

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

This div border color is #BEB4D4.


Opacity

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

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

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

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

This text has shadow with #BEB4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB4D4 on black background.


Color preview on white background

This text has color #BEB4D4 on white background.



Black color preview on #BEB4D4 background

This text has black color on #BEB4D4 background.


White color preview on #BEB4D4 background

This text has white color on #BEB4D4 background.