COLOR #BEB7C7

HEX: #BEB7C7
RGB: (190,183,199)

Color info

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

RGB color model

#BEB7C7 color RGB value is (190,183,199).

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

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 199 of 255 = 78%

190
183
199

R + G + B ~ 75%. #BEB7C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 199 = 572 (100%)
R 190 of 572 ~ 33.22%
G 183 of 572 ~ 31.99%
B 199 of 572 ~ 34.79%

%33.22
%31.99
%34.79

CMYK color model

#BEB7C7 color CMYK value is (5,8,0,22).

  • cyan value is 4.52%
  • magenta value is 8.04%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(5,8,0,22)
C5M8Y0K22 
(5%,8%,0%,22%)
(0.05/0.08/0.00/0.22)	

CMYK percentages

%4.52
%8.04
%0
%21.96

Codes

Color #BEB7C7 in popluar color models

BEB7C7
RGB190183199
HSL266°12.50%74.90%
HSB/HSV266°8.04%78.04%
CMYK4.52%8.04%0.00%
21.96%

Color #BEB7C7 in popluar number systems.

HEXBEB7C7
Decimal190183199
Binary101111101011011111000111
Octal276267307

Shades and tints

Shades of #BEB7C7

#BEB7C7
(190,183,199)
#ADA7B5
(173,167,181)
#9C97A3
(156,151,163)
#8B8791
(139,135,145)
#7A777F
(122,119,127)
#69676D
(105,103,109)
#58575B
(88,87,91)
#474749
(71,71,73)
#363737
(54,55,55)
#252725
(37,39,37)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BEB7C7

#BEB7C7
(190,183,199)
#C3BDCC
(195,189,204)
#C8C3D1
(200,195,209)
#CDC9D6
(205,201,214)
#D2CFDB
(210,207,219)
#D7D5E0
(215,213,224)
#DCDBE5
(220,219,229)
#E1E1EA
(225,225,234)
#E6E7EF
(230,231,239)
#EBEDF4
(235,237,244)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7C7; }

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

This text font color is #BEB7C7.


Background Color

.myBgColor { background-color: #BEB7C7; }

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

This div background color is #BEB7C7.


Border color

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

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

This div border color is #BEB7C7.


Opacity

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

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

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

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

This text has shadow with #BEB7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB7C7 on black background.


Color preview on white background

This text has color #BEB7C7 on white background.



Black color preview on #BEB7C7 background

This text has black color on #BEB7C7 background.


White color preview on #BEB7C7 background

This text has white color on #BEB7C7 background.