COLOR #BEB7D6

HEX: #BEB7D6
RGB: (190,183,214)

Color info

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

RGB color model

#BEB7D6 color RGB value is (190,183,214).

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

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 214 of 255 = 84%

190
183
214

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

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 214 = 587 (100%)
R 190 of 587 ~ 32.37%
G 183 of 587 ~ 31.18%
B 214 of 587 ~ 36.46%

%32.37
%31.18
%36.46

CMYK color model

#BEB7D6 color CMYK value is (11,14,0,16).

  • cyan value is 11.21%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(11,14,0,16)
C11M14Y0K16 
(11%,14%,0%,16%)
(0.11/0.14/0.00/0.16)	

CMYK percentages

%11.21
%14.49
%0
%16.08

Codes

Color #BEB7D6 in popluar color models

BEB7D6
RGB190183214
HSL254°27.43%77.84%
HSB/HSV254°14.49%83.92%
CMYK11.21%14.49%0.00%
16.08%

Color #BEB7D6 in popluar number systems.

HEXBEB7D6
Decimal190183214
Binary101111101011011111010110
Octal276267326

Shades and tints

Shades of #BEB7D6

#BEB7D6
(190,183,214)
#ADA7C3
(173,167,195)
#9C97B0
(156,151,176)
#8B879D
(139,135,157)
#7A778A
(122,119,138)
#696777
(105,103,119)
#585764
(88,87,100)
#474751
(71,71,81)
#36373E
(54,55,62)
#25272B
(37,39,43)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #BEB7D6

#BEB7D6
(190,183,214)
#C3BDD9
(195,189,217)
#C8C3DC
(200,195,220)
#CDC9DF
(205,201,223)
#D2CFE2
(210,207,226)
#D7D5E5
(215,213,229)
#DCDBE8
(220,219,232)
#E1E1EB
(225,225,235)
#E6E7EE
(230,231,238)
#EBEDF1
(235,237,241)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7D6; }

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

This text font color is #BEB7D6.


Background Color

.myBgColor { background-color: #BEB7D6; }

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

This div background color is #BEB7D6.


Border color

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

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

This div border color is #BEB7D6.


Opacity

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

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

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

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

This text has shadow with #BEB7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB7D6 on black background.


Color preview on white background

This text has color #BEB7D6 on white background.



Black color preview on #BEB7D6 background

This text has black color on #BEB7D6 background.


White color preview on #BEB7D6 background

This text has white color on #BEB7D6 background.