COLOR #BEB7B8

HEX: #BEB7B8 RGB: (190,183,184)

Color info

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

RGB color model

#BEB7B8 color RGB value is (190,183,184).

RGB: (190,183,184) (75%, 72%, 72%)

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 184 of 255 = 72%

190
183
184

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

Portions of RGB colors in percentages

R + G + B = 190 + 183 + 184 = 557 (100%)
R 190 of 557 ~ 34.11%
G 183 of 557 ~ 32.85%
B 184 of 557 ~ 33.03'%

%34.11
%32.85
%33.03

CMYK color model

#BEB7B8 color CMYK value is (0,4,3,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK: (0,4,3,25) C0M4Y3K25 (0%,4%,3%,25%) (0.00/0.04/0.03/0.25) 

CMYK percentages

%0
%3.68
%3.16
%25.49

Codes

Color #BEB7B8 in popluar color models

BE B7 B8
RGB 190 183 184
HSL 351° 5.11% 73.14%
HSB/HSV 351° 3.68% 74.51%
CMYK 0.00% 3.68% 3.16%
25.49%

Color #BEB7B8 in popluar number systems.

HEX BE B7 B8
Decimal 190 183 184
Binary 10111110 10110111 10111000
Octal 276 267 270

Shades and tints

Shades of #BEB7B8

#BEB7B8
(190,183,184)
#ADA7A8
(173,167,168)
#9C9798
(156,151,152)
#8B8788
(139,135,136)
#7A7778
(122,119,120)
#696768
(105,103,104)
#585758
(88,87,88)
#474748
(71,71,72)
#363738
(54,55,56)
#252728
(37,39,40)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #BEB7B8

#BEB7B8
(190,183,184)
#C3BDBE
(195,189,190)
#C8C3C4
(200,195,196)
#CDC9CA
(205,201,202)
#D2CFD0
(210,207,208)
#D7D5D6
(215,213,214)
#DCDBDC
(220,219,220)
#E1E1E2
(225,225,226)
#E6E7E8
(230,231,232)
#EBEDEE
(235,237,238)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7B8; }

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

This text font color is #BEB7B8.

Background Color

.myBgColor { background-color: #BEB7B8; }

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

This div background color is #BEB7B8.

Border color

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

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

This div border color is #BEB7B8.

Opacity

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

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

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

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

This text has shadow with #BEB7B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB7B8.

Preview

Color preview on black background

This text has color #BEB7B8 on black background.


Color preview on white background

This text has color #BEB7B8 on white background.


Black color preview on #BEB7B8 background

This text has black color on #BEB7B8 background.


White color preview on #BEB7B8 background

This text has white color on #BEB7B8 background.


Related colors

Complementary color

Complementary color for #hex is #414847.


I love getcolorcode.com

Triadic colors

1 #B8BEB7 and #B7B8BE with #BEB7B8 are triadic colors.

2 #B8B7BE and #B7BEB8 with #BEB7B8 are triadic colors.