COLOR #BEB1B7

HEX: #BEB1B7
RGB: (190,177,183)

Color info

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

RGB color model

#BEB1B7 color RGB value is (190,177,183).

  • red value is 190;
  • green value is 177;
  • blue value is 183.
RGB:
(190,177,183)
(75%,69%,72%)

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 183 of 255 = 72%

190
177
183

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

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 183 = 550 (100%)
R 190 of 550 ~ 34.55%
G 177 of 550 ~ 32.18%
B 183 of 550 ~ 33.27%

%34.55
%32.18
%33.27

CMYK color model

#BEB1B7 color CMYK value is (0,7,4,25).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK:
(0,7,4,25)
C0M7Y4K25 
(0%,7%,4%,25%)
(0.00/0.07/0.04/0.25)	

CMYK percentages

%0
%6.84
%3.68
%25.49

Codes

Color #BEB1B7 in popluar color models

BEB1B7
RGB190177183
HSL332°9.09%71.96%
HSB/HSV332°6.84%74.51%
CMYK0.00%6.84%3.68%
25.49%

Color #BEB1B7 in popluar number systems.

HEXBEB1B7
Decimal190177183
Binary101111101011000110110111
Octal276261267

Shades and tints

Shades of #BEB1B7

#BEB1B7
(190,177,183)
#ADA1A7
(173,161,167)
#9C9197
(156,145,151)
#8B8187
(139,129,135)
#7A7177
(122,113,119)
#696167
(105,97,103)
#585157
(88,81,87)
#474147
(71,65,71)
#363137
(54,49,55)
#252127
(37,33,39)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #BEB1B7

#BEB1B7
(190,177,183)
#C3B8BD
(195,184,189)
#C8BFC3
(200,191,195)
#CDC6C9
(205,198,201)
#D2CDCF
(210,205,207)
#D7D4D5
(215,212,213)
#DCDBDB
(220,219,219)
#E1E2E1
(225,226,225)
#E6E9E7
(230,233,231)
#EBF0ED
(235,240,237)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB1B7; }

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

This text font color is #BEB1B7.


Background Color

.myBgColor { background-color: #BEB1B7; }

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

This div background color is #BEB1B7.


Border color

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

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

This div border color is #BEB1B7.


Opacity

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

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

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

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

This text has shadow with #BEB1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB1B7 on black background.


Color preview on white background

This text has color #BEB1B7 on white background.



Black color preview on #BEB1B7 background

This text has black color on #BEB1B7 background.


White color preview on #BEB1B7 background

This text has white color on #BEB1B7 background.