COLOR #BEB5CE

HEX: #BEB5CE
RGB: (190,181,206)

Color info

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

RGB color model

#BEB5CE color RGB value is (190,181,206).

  • red value is 190;
  • green value is 181;
  • blue value is 206.
RGB:
(190,181,206)
(75%,71%,81%)

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 206 of 255 = 81%

190
181
206

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

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 206 = 577 (100%)
R 190 of 577 ~ 32.93%
G 181 of 577 ~ 31.37%
B 206 of 577 ~ 35.7%

%32.93
%31.37
%35.7

CMYK color model

#BEB5CE color CMYK value is (8,12,0,19).

  • cyan value is 7.77%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(8,12,0,19)
C8M12Y0K19 
(8%,12%,0%,19%)
(0.08/0.12/0.00/0.19)	

CMYK percentages

%7.77
%12.14
%0
%19.22

Codes

Color #BEB5CE in popluar color models

BEB5CE
RGB190181206
HSL262°20.33%75.88%
HSB/HSV262°12.14%80.78%
CMYK7.77%12.14%0.00%
19.22%

Color #BEB5CE in popluar number systems.

HEXBEB5CE
Decimal190181206
Binary101111101011010111001110
Octal276265316

Shades and tints

Shades of #BEB5CE

#BEB5CE
(190,181,206)
#ADA5BC
(173,165,188)
#9C95AA
(156,149,170)
#8B8598
(139,133,152)
#7A7586
(122,117,134)
#696574
(105,101,116)
#585562
(88,85,98)
#474550
(71,69,80)
#36353E
(54,53,62)
#25252C
(37,37,44)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #BEB5CE

#BEB5CE
(190,181,206)
#C3BBD2
(195,187,210)
#C8C1D6
(200,193,214)
#CDC7DA
(205,199,218)
#D2CDDE
(210,205,222)
#D7D3E2
(215,211,226)
#DCD9E6
(220,217,230)
#E1DFEA
(225,223,234)
#E6E5EE
(230,229,238)
#EBEBF2
(235,235,242)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB5CE color. Also use rgb(190,181,206) instead hex code.

Text Font Color

.myTextColor { color: #BEB5CE; }

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

This text font color is #BEB5CE.


Background Color

.myBgColor { background-color: #BEB5CE; }

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

This div background color is #BEB5CE.


Border color

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

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

This div border color is #BEB5CE.


Opacity

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

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

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

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

This text has shadow with #BEB5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5CE on black background.


Color preview on white background

This text has color #BEB5CE on white background.



Black color preview on #BEB5CE background

This text has black color on #BEB5CE background.


White color preview on #BEB5CE background

This text has white color on #BEB5CE background.