COLOR #BEB4D1

HEX: #BEB4D1
RGB: (190,180,209)

Color info

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

RGB color model

#BEB4D1 color RGB value is (190,180,209).

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

RGB channels and saturation

R 190 of 255 = 75%
G 180 of 255 = 71%
B 209 of 255 = 82%

190
180
209

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

Portions of RGB colors in percentages

R + G + B =
190 + 180 + 209 = 579 (100%)
R 190 of 579 ~ 32.82%
G 180 of 579 ~ 31.09%
B 209 of 579 ~ 36.1%

%32.82
%31.09
%36.1

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 13.88%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(9,14,0,18)
C9M14Y0K18 
(9%,14%,0%,18%)
(0.09/0.14/0.00/0.18)	

CMYK percentages

%9.09
%13.88
%0
%18.04

Codes

Color #BEB4D1 in popluar color models

BEB4D1
RGB190180209
HSL261°23.97%76.27%
HSB/HSV261°13.88%81.96%
CMYK9.09%13.88%0.00%
18.04%

Color #BEB4D1 in popluar number systems.

HEXBEB4D1
Decimal190180209
Binary101111101011010011010001
Octal276264321

Shades and tints

Shades of #BEB4D1

#BEB4D1
(190,180,209)
#ADA4BE
(173,164,190)
#9C94AB
(156,148,171)
#8B8498
(139,132,152)
#7A7485
(122,116,133)
#696472
(105,100,114)
#58545F
(88,84,95)
#47444C
(71,68,76)
#363439
(54,52,57)
#252426
(37,36,38)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #BEB4D1

#BEB4D1
(190,180,209)
#C3BAD5
(195,186,213)
#C8C0D9
(200,192,217)
#CDC6DD
(205,198,221)
#D2CCE1
(210,204,225)
#D7D2E5
(215,210,229)
#DCD8E9
(220,216,233)
#E1DEED
(225,222,237)
#E6E4F1
(230,228,241)
#EBEAF5
(235,234,245)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB4D1; }

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

This text font color is #BEB4D1.


Background Color

.myBgColor { background-color: #BEB4D1; }

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

This div background color is #BEB4D1.


Border color

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

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

This div border color is #BEB4D1.


Opacity

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

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

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

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

This text has shadow with #BEB4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB4D1 on black background.


Color preview on white background

This text has color #BEB4D1 on white background.



Black color preview on #BEB4D1 background

This text has black color on #BEB4D1 background.


White color preview on #BEB4D1 background

This text has white color on #BEB4D1 background.