COLOR #BEB7B0

HEX: #BEB7B0
RGB: (190,183,176)

Color info

#BEB7B0 contains red, green and blue colors in about the same proportion. Web safe color of #BEB7B0 is #CCCC99 (or #CC9).

RGB color model

#BEB7B0 color RGB value is (190,183,176).

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

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 176 of 255 = 69%

190
183
176

R + G + B ~ 72%. #BEB7B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 176 = 549 (100%)
R 190 of 549 ~ 34.61%
G 183 of 549 ~ 33.33%
B 176 of 549 ~ 32.06%

%34.61
%33.33
%32.06

CMYK color model

#BEB7B0 color CMYK value is (0,4,7,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 7.37%
  • key color value is 25.49%
CMYK:
(0,4,7,25)
C0M4Y7K25 
(0%,4%,7%,25%)
(0.00/0.04/0.07/0.25)	

CMYK percentages

%0
%3.68
%7.37
%25.49

Codes

Color #BEB7B0 in popluar color models

BEB7B0
RGB190183176
HSL30°9.72%71.76%
HSB/HSV30°7.37%74.51%
CMYK0.00%3.68%7.37%
25.49%

Color #BEB7B0 in popluar number systems.

HEXBEB7B0
Decimal190183176
Binary101111101011011110110000
Octal276267260

Shades and tints

Shades of #BEB7B0

#BEB7B0
(190,183,176)
#ADA7A0
(173,167,160)
#9C9790
(156,151,144)
#8B8780
(139,135,128)
#7A7770
(122,119,112)
#696760
(105,103,96)
#585750
(88,87,80)
#474740
(71,71,64)
#363730
(54,55,48)
#252720
(37,39,32)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #BEB7B0

#BEB7B0
(190,183,176)
#C3BDB7
(195,189,183)
#C8C3BE
(200,195,190)
#CDC9C5
(205,201,197)
#D2CFCC
(210,207,204)
#D7D5D3
(215,213,211)
#DCDBDA
(220,219,218)
#E1E1E1
(225,225,225)
#E6E7E8
(230,231,232)
#EBEDEF
(235,237,239)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7B0; }

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

This text font color is #BEB7B0.


Background Color

.myBgColor { background-color: #BEB7B0; }

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

This div background color is #BEB7B0.


Border color

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

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

This div border color is #BEB7B0.


Opacity

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

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

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

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

This text has shadow with #BEB7B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB7B0 on black background.


Color preview on white background

This text has color #BEB7B0 on white background.



Black color preview on #BEB7B0 background

This text has black color on #BEB7B0 background.


White color preview on #BEB7B0 background

This text has white color on #BEB7B0 background.