COLOR #BEB4C3

HEX: #BEB4C3
RGB: (190,180,195)

Color info

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

RGB color model

#BEB4C3 color RGB value is (190,180,195).

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

RGB channels and saturation

R 190 of 255 = 75%
G 180 of 255 = 71%
B 195 of 255 = 76%

190
180
195

R + G + B ~ 74%. #BEB4C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 180 + 195 = 565 (100%)
R 190 of 565 ~ 33.63%
G 180 of 565 ~ 31.86%
B 195 of 565 ~ 34.51%

%33.63
%31.86
%34.51

CMYK color model

#BEB4C3 color CMYK value is (3,8,0,24).

  • cyan value is 2.56%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(3,8,0,24)
C3M8Y0K24 
(3%,8%,0%,24%)
(0.03/0.08/0.00/0.24)	

CMYK percentages

%2.56
%7.69
%0
%23.53

Codes

Color #BEB4C3 in popluar color models

BEB4C3
RGB190180195
HSL280°11.11%73.53%
HSB/HSV280°7.69%76.47%
CMYK2.56%7.69%0.00%
23.53%

Color #BEB4C3 in popluar number systems.

HEXBEB4C3
Decimal190180195
Binary101111101011010011000011
Octal276264303

Shades and tints

Shades of #BEB4C3

#BEB4C3
(190,180,195)
#ADA4B2
(173,164,178)
#9C94A1
(156,148,161)
#8B8490
(139,132,144)
#7A747F
(122,116,127)
#69646E
(105,100,110)
#58545D
(88,84,93)
#47444C
(71,68,76)
#36343B
(54,52,59)
#25242A
(37,36,42)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #BEB4C3

#BEB4C3
(190,180,195)
#C3BAC8
(195,186,200)
#C8C0CD
(200,192,205)
#CDC6D2
(205,198,210)
#D2CCD7
(210,204,215)
#D7D2DC
(215,210,220)
#DCD8E1
(220,216,225)
#E1DEE6
(225,222,230)
#E6E4EB
(230,228,235)
#EBEAF0
(235,234,240)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB4C3; }

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

This text font color is #BEB4C3.


Background Color

.myBgColor { background-color: #BEB4C3; }

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

This div background color is #BEB4C3.


Border color

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

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

This div border color is #BEB4C3.


Opacity

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

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

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

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

This text has shadow with #BEB4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB4C3 on black background.


Color preview on white background

This text has color #BEB4C3 on white background.



Black color preview on #BEB4C3 background

This text has black color on #BEB4C3 background.


White color preview on #BEB4C3 background

This text has white color on #BEB4C3 background.