COLOR #BEB7B5

HEX: #BEB7B5 RGB: (190,183,181)

Color info

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

RGB color model

#BEB7B5 color RGB value is (190,183,181).

RGB: (190,183,181) (75%, 72%, 71%)

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 181 of 255 = 71%

190
183
181

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

Portions of RGB colors in percentages

R + G + B = 190 + 183 + 181 = 554 (100%)
R 190 of 554 ~ 34.3%
G 183 of 554 ~ 33.03%
B 181 of 554 ~ 32.67'%

%34.3
%33.03
%32.67

CMYK color model

#BEB7B5 color CMYK value is (0,4,5,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 4.74%
  • key color value is 25.49%
CMYK: (0,4,5,25) C0M4Y5K25 (0%,4%,5%,25%) (0.00/0.04/0.05/0.25) 

CMYK percentages

%0
%3.68
%4.74
%25.49

Codes

Color #BEB7B5 in popluar color models

BE B7 B5
RGB 190 183 181
HSL 13° 6.47% 72.75%
HSB/HSV 13° 4.74% 74.51%
CMYK 0.00% 3.68% 4.74%
25.49%

Color #BEB7B5 in popluar number systems.

HEX BE B7 B5
Decimal 190 183 181
Binary 10111110 10110111 10110101
Octal 276 267 265

Shades and tints

Shades of #BEB7B5

#BEB7B5
(190,183,181)
#ADA7A5
(173,167,165)
#9C9795
(156,151,149)
#8B8785
(139,135,133)
#7A7775
(122,119,117)
#696765
(105,103,101)
#585755
(88,87,85)
#474745
(71,71,69)
#363735
(54,55,53)
#252725
(37,39,37)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BEB7B5

#BEB7B5
(190,183,181)
#C3BDBB
(195,189,187)
#C8C3C1
(200,195,193)
#CDC9C7
(205,201,199)
#D2CFCD
(210,207,205)
#D7D5D3
(215,213,211)
#DCDBD9
(220,219,217)
#E1E1DF
(225,225,223)
#E6E7E5
(230,231,229)
#EBEDEB
(235,237,235)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7B5; }

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

This text font color is #BEB7B5.

Background Color

.myBgColor { background-color: #BEB7B5; }

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

This div background color is #BEB7B5.

Border color

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

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

This div border color is #BEB7B5.

Opacity

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

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

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

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

This text has shadow with #BEB7B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB7B5.

Preview

Color preview on black background

This text has color #BEB7B5 on black background.


Color preview on white background

This text has color #BEB7B5 on white background.


Black color preview on #BEB7B5 background

This text has black color on #BEB7B5 background.


White color preview on #BEB7B5 background

This text has white color on #BEB7B5 background.


Related colors

Complementary color

Complementary color for #hex is #41484A.


I love getcolorcode.com

Triadic colors

1 #B5BEB7 and #B7B5BE with #BEB7B5 are triadic colors.

2 #B5B7BE and #B7BEB5 with #BEB7B5 are triadic colors.