COLOR #BEB7BF

HEX: #BEB7BF RGB: (190,183,191)

Color info

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

RGB color model

#BEB7BF color RGB value is (190,183,191).

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

RGB channels and saturation

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

190
183
191

R + G + B ~ 74%. #BEB7BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 183 + 191 = 564 (100%)
R 190 of 564 ~ 33.69%
G 183 of 564 ~ 32.45%
B 191 of 564 ~ 33.87'%

%33.69
%32.45
%33.87

CMYK color model

#BEB7BF color CMYK value is (1,4,0,25).

  • cyan value is 0.52%
  • magenta value is 4.19%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (1,4,0,25) C1M4Y0K25 (1%,4%,0%,25%) (0.01/0.04/0.00/0.25) 

CMYK percentages

%0.52
%4.19
%0
%25.1

Codes

Color #BEB7BF in popluar color models

BE B7 BF
RGB 190 183 191
HSL 293° 5.88% 73.33%
HSB/HSV 293° 4.19% 74.90%
CMYK 0.52% 4.19% 0.00%
25.10%

Color #BEB7BF in popluar number systems.

HEX BE B7 BF
Decimal 190 183 191
Binary 10111110 10110111 10111111
Octal 276 267 277

Shades and tints

Shades of #BEB7BF

#BEB7BF
(190,183,191)
#ADA7AE
(173,167,174)
#9C979D
(156,151,157)
#8B878C
(139,135,140)
#7A777B
(122,119,123)
#69676A
(105,103,106)
#585759
(88,87,89)
#474748
(71,71,72)
#363737
(54,55,55)
#252726
(37,39,38)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BEB7BF

#BEB7BF
(190,183,191)
#C3BDC4
(195,189,196)
#C8C3C9
(200,195,201)
#CDC9CE
(205,201,206)
#D2CFD3
(210,207,211)
#D7D5D8
(215,213,216)
#DCDBDD
(220,219,221)
#E1E1E2
(225,225,226)
#E6E7E7
(230,231,231)
#EBEDEC
(235,237,236)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7BF; }

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

This text font color is #BEB7BF.

Background Color

.myBgColor { background-color: #BEB7BF; }

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

This div background color is #BEB7BF.

Border color

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

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

This div border color is #BEB7BF.

Opacity

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

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

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

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

This text has shadow with #BEB7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB7BF.

Preview

Color preview on black background

This text has color #BEB7BF on black background.


Color preview on white background

This text has color #BEB7BF on white background.


Black color preview on #BEB7BF background

This text has black color on #BEB7BF background.


White color preview on #BEB7BF background

This text has white color on #BEB7BF background.


Related colors

Complementary color

Complementary color for #hex is #414840.


I love getcolorcode.com

Triadic colors

1 #BFBEB7 and #B7BFBE with #BEB7BF are triadic colors.

2 #BFB7BE and #B7BEBF with #BEB7BF are triadic colors.