COLOR #BEB2D6

HEX: #BEB2D6
RGB: (190,178,214)

Color info

#BEB2D6 contains red, green and blue colors in about the same proportion. Web safe color of #BEB2D6 is #CC99CC (or #C9C).

RGB color model

#BEB2D6 color RGB value is (190,178,214).

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

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 214 of 255 = 84%

190
178
214

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

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 214 = 582 (100%)
R 190 of 582 ~ 32.65%
G 178 of 582 ~ 30.58%
B 214 of 582 ~ 36.77%

%32.65
%30.58
%36.77

CMYK color model

#BEB2D6 color CMYK value is (11,17,0,16).

  • cyan value is 11.21%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(11,17,0,16)
C11M17Y0K16 
(11%,17%,0%,16%)
(0.11/0.17/0.00/0.16)	

CMYK percentages

%11.21
%16.82
%0
%16.08

Codes

Color #BEB2D6 in popluar color models

BEB2D6
RGB190178214
HSL260°30.51%76.86%
HSB/HSV260°16.82%83.92%
CMYK11.21%16.82%0.00%
16.08%

Color #BEB2D6 in popluar number systems.

HEXBEB2D6
Decimal190178214
Binary101111101011001011010110
Octal276262326

Shades and tints

Shades of #BEB2D6

#BEB2D6
(190,178,214)
#ADA2C3
(173,162,195)
#9C92B0
(156,146,176)
#8B829D
(139,130,157)
#7A728A
(122,114,138)
#696277
(105,98,119)
#585264
(88,82,100)
#474251
(71,66,81)
#36323E
(54,50,62)
#25222B
(37,34,43)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #BEB2D6

#BEB2D6
(190,178,214)
#C3B9D9
(195,185,217)
#C8C0DC
(200,192,220)
#CDC7DF
(205,199,223)
#D2CEE2
(210,206,226)
#D7D5E5
(215,213,229)
#DCDCE8
(220,220,232)
#E1E3EB
(225,227,235)
#E6EAEE
(230,234,238)
#EBF1F1
(235,241,241)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB2D6; }

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

This text font color is #BEB2D6.


Background Color

.myBgColor { background-color: #BEB2D6; }

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

This div background color is #BEB2D6.


Border color

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

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

This div border color is #BEB2D6.


Opacity

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

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

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

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

This text has shadow with #BEB2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB2D6 on black background.


Color preview on white background

This text has color #BEB2D6 on white background.



Black color preview on #BEB2D6 background

This text has black color on #BEB2D6 background.


White color preview on #BEB2D6 background

This text has white color on #BEB2D6 background.