COLOR #BEB9DB

HEX: #BEB9DB
RGB: (190,185,219)

Color info

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

RGB color model

#BEB9DB color RGB value is (190,185,219).

  • red value is 190;
  • green value is 185;
  • blue value is 219.
RGB:
(190,185,219)
(75%,73%,86%)

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 219 of 255 = 86%

190
185
219

R + G + B ~ 78%. #BEB9DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 185 + 219 = 594 (100%)
R 190 of 594 ~ 31.99%
G 185 of 594 ~ 31.14%
B 219 of 594 ~ 36.87%

%31.99
%31.14
%36.87

CMYK color model

#BEB9DB color CMYK value is (13,16,0,14).

  • cyan value is 13.24%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(13,16,0,14)
C13M16Y0K14 
(13%,16%,0%,14%)
(0.13/0.16/0.00/0.14)	

CMYK percentages

%13.24
%15.53
%0
%14.12

Codes

Color #BEB9DB in popluar color models

BEB9DB
RGB190185219
HSL249°32.08%79.22%
HSB/HSV249°15.53%85.88%
CMYK13.24%15.53%0.00%
14.12%

Color #BEB9DB in popluar number systems.

HEXBEB9DB
Decimal190185219
Binary101111101011100111011011
Octal276271333

Shades and tints

Shades of #BEB9DB

#BEB9DB
(190,185,219)
#ADA9C8
(173,169,200)
#9C99B5
(156,153,181)
#8B89A2
(139,137,162)
#7A798F
(122,121,143)
#69697C
(105,105,124)
#585969
(88,89,105)
#474956
(71,73,86)
#363943
(54,57,67)
#252930
(37,41,48)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #BEB9DB

#BEB9DB
(190,185,219)
#C3BFDE
(195,191,222)
#C8C5E1
(200,197,225)
#CDCBE4
(205,203,228)
#D2D1E7
(210,209,231)
#D7D7EA
(215,215,234)
#DCDDED
(220,221,237)
#E1E3F0
(225,227,240)
#E6E9F3
(230,233,243)
#EBEFF6
(235,239,246)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB9DB color. Also use rgb(190,185,219) instead hex code.

Text Font Color

.myTextColor { color: #BEB9DB; }

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

This text font color is #BEB9DB.


Background Color

.myBgColor { background-color: #BEB9DB; }

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

This div background color is #BEB9DB.


Border color

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

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

This div border color is #BEB9DB.


Opacity

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

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

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

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

This text has shadow with #BEB9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB9DB on black background.


Color preview on white background

This text has color #BEB9DB on white background.



Black color preview on #BEB9DB background

This text has black color on #BEB9DB background.


White color preview on #BEB9DB background

This text has white color on #BEB9DB background.