COLOR #BEB3B0

HEX: #BEB3B0
RGB: (190,179,176)

Color info

#BEB3B0 contains red, green and blue colors in about the same proportion. Web safe color of #BEB3B0 is #CC9999 (or #C99).

RGB color model

#BEB3B0 color RGB value is (190,179,176).

  • red value is 190;
  • green value is 179;
  • blue value is 176.
RGB:
(190,179,176)
(75%,70%,69%)

RGB channels and saturation

R 190 of 255 = 75%
G 179 of 255 = 70%
B 176 of 255 = 69%

190
179
176

R + G + B ~ 71%. #BEB3B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 179 + 176 = 545 (100%)
R 190 of 545 ~ 34.86%
G 179 of 545 ~ 32.84%
B 176 of 545 ~ 32.29%

%34.86
%32.84
%32.29

CMYK color model

#BEB3B0 color CMYK value is (0,6,7,25).

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 7.37%
  • key color value is 25.49%
CMYK:
(0,6,7,25)
C0M6Y7K25 
(0%,6%,7%,25%)
(0.00/0.06/0.07/0.25)	

CMYK percentages

%0
%5.79
%7.37
%25.49

Codes

Color #BEB3B0 in popluar color models

BEB3B0
RGB190179176
HSL13°9.72%71.76%
HSB/HSV13°7.37%74.51%
CMYK0.00%5.79%7.37%
25.49%

Color #BEB3B0 in popluar number systems.

HEXBEB3B0
Decimal190179176
Binary101111101011001110110000
Octal276263260

Shades and tints

Shades of #BEB3B0

#BEB3B0
(190,179,176)
#ADA3A0
(173,163,160)
#9C9390
(156,147,144)
#8B8380
(139,131,128)
#7A7370
(122,115,112)
#696360
(105,99,96)
#585350
(88,83,80)
#474340
(71,67,64)
#363330
(54,51,48)
#252320
(37,35,32)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #BEB3B0

#BEB3B0
(190,179,176)
#C3B9B7
(195,185,183)
#C8BFBE
(200,191,190)
#CDC5C5
(205,197,197)
#D2CBCC
(210,203,204)
#D7D1D3
(215,209,211)
#DCD7DA
(220,215,218)
#E1DDE1
(225,221,225)
#E6E3E8
(230,227,232)
#EBE9EF
(235,233,239)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB3B0 color. Also use rgb(190,179,176) instead hex code.

Text Font Color

.myTextColor { color: #BEB3B0; }

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

This text font color is #BEB3B0.


Background Color

.myBgColor { background-color: #BEB3B0; }

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

This div background color is #BEB3B0.


Border color

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

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

This div border color is #BEB3B0.


Opacity

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

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

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

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

This text has shadow with #BEB3B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB3B0 on black background.


Color preview on white background

This text has color #BEB3B0 on white background.



Black color preview on #BEB3B0 background

This text has black color on #BEB3B0 background.


White color preview on #BEB3B0 background

This text has white color on #BEB3B0 background.