COLOR #BEB6CB

HEX: #BEB6CB
RGB: (190,182,203)

Color info

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

RGB color model

#BEB6CB color RGB value is (190,182,203).

  • red value is 190;
  • green value is 182;
  • blue value is 203.
RGB:
(190,182,203)
(75%,71%,80%)

RGB channels and saturation

R 190 of 255 = 75%
G 182 of 255 = 71%
B 203 of 255 = 80%

190
182
203

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

Portions of RGB colors in percentages

R + G + B =
190 + 182 + 203 = 575 (100%)
R 190 of 575 ~ 33.04%
G 182 of 575 ~ 31.65%
B 203 of 575 ~ 35.3%

%33.04
%31.65
%35.3

CMYK color model

#BEB6CB color CMYK value is (6,10,0,20).

  • cyan value is 6.40%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(6,10,0,20)
C6M10Y0K20 
(6%,10%,0%,20%)
(0.06/0.10/0.00/0.20)	

CMYK percentages

%6.4
%10.34
%0
%20.39

Codes

Color #BEB6CB in popluar color models

BEB6CB
RGB190182203
HSL263°16.80%75.49%
HSB/HSV263°10.34%79.61%
CMYK6.40%10.34%0.00%
20.39%

Color #BEB6CB in popluar number systems.

HEXBEB6CB
Decimal190182203
Binary101111101011011011001011
Octal276266313

Shades and tints

Shades of #BEB6CB

#BEB6CB
(190,182,203)
#ADA6B9
(173,166,185)
#9C96A7
(156,150,167)
#8B8695
(139,134,149)
#7A7683
(122,118,131)
#696671
(105,102,113)
#58565F
(88,86,95)
#47464D
(71,70,77)
#36363B
(54,54,59)
#252629
(37,38,41)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #BEB6CB

#BEB6CB
(190,182,203)
#C3BCCF
(195,188,207)
#C8C2D3
(200,194,211)
#CDC8D7
(205,200,215)
#D2CEDB
(210,206,219)
#D7D4DF
(215,212,223)
#DCDAE3
(220,218,227)
#E1E0E7
(225,224,231)
#E6E6EB
(230,230,235)
#EBECEF
(235,236,239)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB6CB color. Also use rgb(190,182,203) instead hex code.

Text Font Color

.myTextColor { color: #BEB6CB; }

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

This text font color is #BEB6CB.


Background Color

.myBgColor { background-color: #BEB6CB; }

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

This div background color is #BEB6CB.


Border color

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

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

This div border color is #BEB6CB.


Opacity

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

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

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

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

This text has shadow with #BEB6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB6CB on black background.


Color preview on white background

This text has color #BEB6CB on white background.



Black color preview on #BEB6CB background

This text has black color on #BEB6CB background.


White color preview on #BEB6CB background

This text has white color on #BEB6CB background.