COLOR #BEB6D9

HEX: #BEB6D9
RGB: (190,182,217)

Color info

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

RGB color model

#BEB6D9 color RGB value is (190,182,217).

  • red value is 190;
  • green value is 182;
  • blue value is 217.
RGB:
(190,182,217)
(75%,71%,85%)

RGB channels and saturation

R 190 of 255 = 75%
G 182 of 255 = 71%
B 217 of 255 = 85%

190
182
217

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

Portions of RGB colors in percentages

R + G + B =
190 + 182 + 217 = 589 (100%)
R 190 of 589 ~ 32.26%
G 182 of 589 ~ 30.9%
B 217 of 589 ~ 36.84%

%32.26
%30.9
%36.84

CMYK color model

#BEB6D9 color CMYK value is (12,16,0,15).

  • cyan value is 12.44%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(12,16,0,15)
C12M16Y0K15 
(12%,16%,0%,15%)
(0.12/0.16/0.00/0.15)	

CMYK percentages

%12.44
%16.13
%0
%14.9

Codes

Color #BEB6D9 in popluar color models

BEB6D9
RGB190182217
HSL254°31.53%78.24%
HSB/HSV254°16.13%85.10%
CMYK12.44%16.13%0.00%
14.90%

Color #BEB6D9 in popluar number systems.

HEXBEB6D9
Decimal190182217
Binary101111101011011011011001
Octal276266331

Shades and tints

Shades of #BEB6D9

#BEB6D9
(190,182,217)
#ADA6C6
(173,166,198)
#9C96B3
(156,150,179)
#8B86A0
(139,134,160)
#7A768D
(122,118,141)
#69667A
(105,102,122)
#585667
(88,86,103)
#474654
(71,70,84)
#363641
(54,54,65)
#25262E
(37,38,46)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #BEB6D9

#BEB6D9
(190,182,217)
#C3BCDC
(195,188,220)
#C8C2DF
(200,194,223)
#CDC8E2
(205,200,226)
#D2CEE5
(210,206,229)
#D7D4E8
(215,212,232)
#DCDAEB
(220,218,235)
#E1E0EE
(225,224,238)
#E6E6F1
(230,230,241)
#EBECF4
(235,236,244)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB6D9 color. Also use rgb(190,182,217) instead hex code.

Text Font Color

.myTextColor { color: #BEB6D9; }

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

This text font color is #BEB6D9.


Background Color

.myBgColor { background-color: #BEB6D9; }

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

This div background color is #BEB6D9.


Border color

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

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

This div border color is #BEB6D9.


Opacity

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

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

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

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

This text has shadow with #BEB6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB6D9 on black background.


Color preview on white background

This text has color #BEB6D9 on white background.



Black color preview on #BEB6D9 background

This text has black color on #BEB6D9 background.


White color preview on #BEB6D9 background

This text has white color on #BEB6D9 background.