COLOR #BEB1D1

HEX: #BEB1D1
RGB: (190,177,209)

Color info

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

RGB color model

#BEB1D1 color RGB value is (190,177,209).

  • red value is 190;
  • green value is 177;
  • blue value is 209.
RGB:
(190,177,209)
(75%,69%,82%)

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 209 of 255 = 82%

190
177
209

R + G + B ~ 75%. #BEB1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 209 = 576 (100%)
R 190 of 576 ~ 32.99%
G 177 of 576 ~ 30.73%
B 209 of 576 ~ 36.28%

%32.99
%30.73
%36.28

CMYK color model

#BEB1D1 color CMYK value is (9,15,0,18).

  • cyan value is 9.09%
  • magenta value is 15.31%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(9,15,0,18)
C9M15Y0K18 
(9%,15%,0%,18%)
(0.09/0.15/0.00/0.18)	

CMYK percentages

%9.09
%15.31
%0
%18.04

Codes

Color #BEB1D1 in popluar color models

BEB1D1
RGB190177209
HSL264°25.81%75.69%
HSB/HSV264°15.31%81.96%
CMYK9.09%15.31%0.00%
18.04%

Color #BEB1D1 in popluar number systems.

HEXBEB1D1
Decimal190177209
Binary101111101011000111010001
Octal276261321

Shades and tints

Shades of #BEB1D1

#BEB1D1
(190,177,209)
#ADA1BE
(173,161,190)
#9C91AB
(156,145,171)
#8B8198
(139,129,152)
#7A7185
(122,113,133)
#696172
(105,97,114)
#58515F
(88,81,95)
#47414C
(71,65,76)
#363139
(54,49,57)
#252126
(37,33,38)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BEB1D1

#BEB1D1
(190,177,209)
#C3B8D5
(195,184,213)
#C8BFD9
(200,191,217)
#CDC6DD
(205,198,221)
#D2CDE1
(210,205,225)
#D7D4E5
(215,212,229)
#DCDBE9
(220,219,233)
#E1E2ED
(225,226,237)
#E6E9F1
(230,233,241)
#EBF0F5
(235,240,245)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB1D1 color. Also use rgb(190,177,209) instead hex code.

Text Font Color

.myTextColor { color: #BEB1D1; }

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

This text font color is #BEB1D1.


Background Color

.myBgColor { background-color: #BEB1D1; }

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

This div background color is #BEB1D1.


Border color

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

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

This div border color is #BEB1D1.


Opacity

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

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

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

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

This text has shadow with #BEB1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB1D1 on black background.


Color preview on white background

This text has color #BEB1D1 on white background.



Black color preview on #BEB1D1 background

This text has black color on #BEB1D1 background.


White color preview on #BEB1D1 background

This text has white color on #BEB1D1 background.