COLOR #BEBFC7

HEX: #BEBFC7
RGB: (190,191,199)

Color info

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

RGB color model

#BEBFC7 color RGB value is (190,191,199).

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

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 199 of 255 = 78%

190
191
199

R + G + B ~ 76%. #BEBFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 191 + 199 = 580 (100%)
R 190 of 580 ~ 32.76%
G 191 of 580 ~ 32.93%
B 199 of 580 ~ 34.31%

%32.76
%32.93
%34.31

CMYK color model

#BEBFC7 color CMYK value is (5,4,0,22).

  • cyan value is 4.52%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(5,4,0,22)
C5M4Y0K22 
(5%,4%,0%,22%)
(0.05/0.04/0.00/0.22)	

CMYK percentages

%4.52
%4.02
%0
%21.96

Codes

Color #BEBFC7 in popluar color models

BEBFC7
RGB190191199
HSL233°7.44%76.27%
HSB/HSV233°4.52%78.04%
CMYK4.52%4.02%0.00%
21.96%

Color #BEBFC7 in popluar number systems.

HEXBEBFC7
Decimal190191199
Binary101111101011111111000111
Octal276277307

Shades and tints

Shades of #BEBFC7

#BEBFC7
(190,191,199)
#ADAEB5
(173,174,181)
#9C9DA3
(156,157,163)
#8B8C91
(139,140,145)
#7A7B7F
(122,123,127)
#696A6D
(105,106,109)
#58595B
(88,89,91)
#474849
(71,72,73)
#363737
(54,55,55)
#252625
(37,38,37)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #BEBFC7

#BEBFC7
(190,191,199)
#C3C4CC
(195,196,204)
#C8C9D1
(200,201,209)
#CDCED6
(205,206,214)
#D2D3DB
(210,211,219)
#D7D8E0
(215,216,224)
#DCDDE5
(220,221,229)
#E1E2EA
(225,226,234)
#E6E7EF
(230,231,239)
#EBECF4
(235,236,244)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBFC7; }

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

This text font color is #BEBFC7.


Background Color

.myBgColor { background-color: #BEBFC7; }

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

This div background color is #BEBFC7.


Border color

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

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

This div border color is #BEBFC7.


Opacity

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

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

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

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

This text has shadow with #BEBFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBFC7 on black background.


Color preview on white background

This text has color #BEBFC7 on white background.



Black color preview on #BEBFC7 background

This text has black color on #BEBFC7 background.


White color preview on #BEBFC7 background

This text has white color on #BEBFC7 background.