COLOR #BEB9B2

HEX: #BEB9B2
RGB: (190,185,178)

Color info

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

RGB color model

#BEB9B2 color RGB value is (190,185,178).

  • red value is 190;
  • green value is 185;
  • blue value is 178.
RGB:
(190,185,178)
(75%,73%,70%)

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 178 of 255 = 70%

190
185
178

R + G + B ~ 73%. #BEB9B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 185 + 178 = 553 (100%)
R 190 of 553 ~ 34.36%
G 185 of 553 ~ 33.45%
B 178 of 553 ~ 32.19%

%34.36
%33.45
%32.19

CMYK color model

#BEB9B2 color CMYK value is (0,3,6,25).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK:
(0,3,6,25)
C0M3Y6K25 
(0%,3%,6%,25%)
(0.00/0.03/0.06/0.25)	

CMYK percentages

%0
%2.63
%6.32
%25.49

Codes

Color #BEB9B2 in popluar color models

BEB9B2
RGB190185178
HSL35°8.45%72.16%
HSB/HSV35°6.32%74.51%
CMYK0.00%2.63%6.32%
25.49%

Color #BEB9B2 in popluar number systems.

HEXBEB9B2
Decimal190185178
Binary101111101011100110110010
Octal276271262

Shades and tints

Shades of #BEB9B2

#BEB9B2
(190,185,178)
#ADA9A2
(173,169,162)
#9C9992
(156,153,146)
#8B8982
(139,137,130)
#7A7972
(122,121,114)
#696962
(105,105,98)
#585952
(88,89,82)
#474942
(71,73,66)
#363932
(54,57,50)
#252922
(37,41,34)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #BEB9B2

#BEB9B2
(190,185,178)
#C3BFB9
(195,191,185)
#C8C5C0
(200,197,192)
#CDCBC7
(205,203,199)
#D2D1CE
(210,209,206)
#D7D7D5
(215,215,213)
#DCDDDC
(220,221,220)
#E1E3E3
(225,227,227)
#E6E9EA
(230,233,234)
#EBEFF1
(235,239,241)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB9B2 color. Also use rgb(190,185,178) instead hex code.

Text Font Color

.myTextColor { color: #BEB9B2; }

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

This text font color is #BEB9B2.


Background Color

.myBgColor { background-color: #BEB9B2; }

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

This div background color is #BEB9B2.


Border color

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

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

This div border color is #BEB9B2.


Opacity

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

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

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

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

This text has shadow with #BEB9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB9B2 on black background.


Color preview on white background

This text has color #BEB9B2 on white background.



Black color preview on #BEB9B2 background

This text has black color on #BEB9B2 background.


White color preview on #BEB9B2 background

This text has white color on #BEB9B2 background.