COLOR #BEB2D2

HEX: #BEB2D2
RGB: (190,178,210)

Color info

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

RGB color model

#BEB2D2 color RGB value is (190,178,210).

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

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 210 of 255 = 82%

190
178
210

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

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 210 = 578 (100%)
R 190 of 578 ~ 32.87%
G 178 of 578 ~ 30.8%
B 210 of 578 ~ 36.33%

%32.87
%30.8
%36.33

CMYK color model

#BEB2D2 color CMYK value is (10,15,0,18).

  • cyan value is 9.52%
  • magenta value is 15.24%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(10,15,0,18)
C10M15Y0K18 
(10%,15%,0%,18%)
(0.10/0.15/0.00/0.18)	

CMYK percentages

%9.52
%15.24
%0
%17.65

Codes

Color #BEB2D2 in popluar color models

BEB2D2
RGB190178210
HSL263°26.23%76.08%
HSB/HSV263°15.24%82.35%
CMYK9.52%15.24%0.00%
17.65%

Color #BEB2D2 in popluar number systems.

HEXBEB2D2
Decimal190178210
Binary101111101011001011010010
Octal276262322

Shades and tints

Shades of #BEB2D2

#BEB2D2
(190,178,210)
#ADA2BF
(173,162,191)
#9C92AC
(156,146,172)
#8B8299
(139,130,153)
#7A7286
(122,114,134)
#696273
(105,98,115)
#585260
(88,82,96)
#47424D
(71,66,77)
#36323A
(54,50,58)
#252227
(37,34,39)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #BEB2D2

#BEB2D2
(190,178,210)
#C3B9D6
(195,185,214)
#C8C0DA
(200,192,218)
#CDC7DE
(205,199,222)
#D2CEE2
(210,206,226)
#D7D5E6
(215,213,230)
#DCDCEA
(220,220,234)
#E1E3EE
(225,227,238)
#E6EAF2
(230,234,242)
#EBF1F6
(235,241,246)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB2D2; }

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

This text font color is #BEB2D2.


Background Color

.myBgColor { background-color: #BEB2D2; }

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

This div background color is #BEB2D2.


Border color

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

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

This div border color is #BEB2D2.


Opacity

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

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

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

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

This text has shadow with #BEB2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB2D2 on black background.


Color preview on white background

This text has color #BEB2D2 on white background.



Black color preview on #BEB2D2 background

This text has black color on #BEB2D2 background.


White color preview on #BEB2D2 background

This text has white color on #BEB2D2 background.