COLOR #BEB2B8

HEX: #BEB2B8
RGB: (190,178,184)

Color info

#BEB2B8 contains red, green and blue colors in about the same proportion. Web safe color of #BEB2B8 is #CC99CC (or #C9C).

RGB color model

#BEB2B8 color RGB value is (190,178,184).

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

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 184 of 255 = 72%

190
178
184

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

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 184 = 552 (100%)
R 190 of 552 ~ 34.42%
G 178 of 552 ~ 32.25%
B 184 of 552 ~ 33.33%

%34.42
%32.25
%33.33

CMYK color model

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

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

CMYK percentages

%0
%6.32
%3.16
%25.49

Codes

Color #BEB2B8 in popluar color models

BEB2B8
RGB190178184
HSL330°8.45%72.16%
HSB/HSV330°6.32%74.51%
CMYK0.00%6.32%3.16%
25.49%

Color #BEB2B8 in popluar number systems.

HEXBEB2B8
Decimal190178184
Binary101111101011001010111000
Octal276262270

Shades and tints

Shades of #BEB2B8

#BEB2B8
(190,178,184)
#ADA2A8
(173,162,168)
#9C9298
(156,146,152)
#8B8288
(139,130,136)
#7A7278
(122,114,120)
#696268
(105,98,104)
#585258
(88,82,88)
#474248
(71,66,72)
#363238
(54,50,56)
#252228
(37,34,40)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #BEB2B8

#BEB2B8
(190,178,184)
#C3B9BE
(195,185,190)
#C8C0C4
(200,192,196)
#CDC7CA
(205,199,202)
#D2CED0
(210,206,208)
#D7D5D6
(215,213,214)
#DCDCDC
(220,220,220)
#E1E3E2
(225,227,226)
#E6EAE8
(230,234,232)
#EBF1EE
(235,241,238)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB2B8; }

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

This text font color is #BEB2B8.


Background Color

.myBgColor { background-color: #BEB2B8; }

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

This div background color is #BEB2B8.


Border color

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

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

This div border color is #BEB2B8.


Opacity

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

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

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

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

This text has shadow with #BEB2B8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEB2B8 on black background.


Color preview on white background

This text has color #BEB2B8 on white background.



Black color preview on #BEB2B8 background

This text has black color on #BEB2B8 background.


White color preview on #BEB2B8 background

This text has white color on #BEB2B8 background.