COLOR #BEB4CB

HEX: #BEB4CB
RGB: (190,180,203)

Color info

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

RGB color model

#BEB4CB color RGB value is (190,180,203).

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

RGB channels and saturation

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

190
180
203

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

Portions of RGB colors in percentages

R + G + B =
190 + 180 + 203 = 573 (100%)
R 190 of 573 ~ 33.16%
G 180 of 573 ~ 31.41%
B 203 of 573 ~ 35.43%

%33.16
%31.41
%35.43

CMYK color model

#BEB4CB color CMYK value is (6,11,0,20).

  • cyan value is 6.40%
  • magenta value is 11.33%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(6,11,0,20)
C6M11Y0K20 
(6%,11%,0%,20%)
(0.06/0.11/0.00/0.20)	

CMYK percentages

%6.4
%11.33
%0
%20.39

Codes

Color #BEB4CB in popluar color models

BEB4CB
RGB190180203
HSL266°18.11%75.10%
HSB/HSV266°11.33%79.61%
CMYK6.40%11.33%0.00%
20.39%

Color #BEB4CB in popluar number systems.

HEXBEB4CB
Decimal190180203
Binary101111101011010011001011
Octal276264313

Shades and tints

Shades of #BEB4CB

#BEB4CB
(190,180,203)
#ADA4B9
(173,164,185)
#9C94A7
(156,148,167)
#8B8495
(139,132,149)
#7A7483
(122,116,131)
#696471
(105,100,113)
#58545F
(88,84,95)
#47444D
(71,68,77)
#36343B
(54,52,59)
#252429
(37,36,41)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #BEB4CB

#BEB4CB
(190,180,203)
#C3BACF
(195,186,207)
#C8C0D3
(200,192,211)
#CDC6D7
(205,198,215)
#D2CCDB
(210,204,219)
#D7D2DF
(215,210,223)
#DCD8E3
(220,216,227)
#E1DEE7
(225,222,231)
#E6E4EB
(230,228,235)
#EBEAEF
(235,234,239)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB4CB; }

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

This text font color is #BEB4CB.


Background Color

.myBgColor { background-color: #BEB4CB; }

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

This div background color is #BEB4CB.


Border color

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

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

This div border color is #BEB4CB.


Opacity

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

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

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

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

This text has shadow with #BEB4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB4CB on black background.


Color preview on white background

This text has color #BEB4CB on white background.



Black color preview on #BEB4CB background

This text has black color on #BEB4CB background.


White color preview on #BEB4CB background

This text has white color on #BEB4CB background.