COLOR #BEBFC9

HEX: #BEBFC9
RGB: (190,191,201)

Color info

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

RGB color model

#BEBFC9 color RGB value is (190,191,201).

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

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 201 of 255 = 79%

190
191
201

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

Portions of RGB colors in percentages

R + G + B =
190 + 191 + 201 = 582 (100%)
R 190 of 582 ~ 32.65%
G 191 of 582 ~ 32.82%
B 201 of 582 ~ 34.54%

%32.65
%32.82
%34.54

CMYK color model

#BEBFC9 color CMYK value is (5,5,0,21).

  • cyan value is 5.47%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(5,5,0,21)
C5M5Y0K21 
(5%,5%,0%,21%)
(0.05/0.05/0.00/0.21)	

CMYK percentages

%5.47
%4.98
%0
%21.18

Codes

Color #BEBFC9 in popluar color models

BEBFC9
RGB190191201
HSL235°9.24%76.67%
HSB/HSV235°5.47%78.82%
CMYK5.47%4.98%0.00%
21.18%

Color #BEBFC9 in popluar number systems.

HEXBEBFC9
Decimal190191201
Binary101111101011111111001001
Octal276277311

Shades and tints

Shades of #BEBFC9

#BEBFC9
(190,191,201)
#ADAEB7
(173,174,183)
#9C9DA5
(156,157,165)
#8B8C93
(139,140,147)
#7A7B81
(122,123,129)
#696A6F
(105,106,111)
#58595D
(88,89,93)
#47484B
(71,72,75)
#363739
(54,55,57)
#252627
(37,38,39)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #BEBFC9

#BEBFC9
(190,191,201)
#C3C4CD
(195,196,205)
#C8C9D1
(200,201,209)
#CDCED5
(205,206,213)
#D2D3D9
(210,211,217)
#D7D8DD
(215,216,221)
#DCDDE1
(220,221,225)
#E1E2E5
(225,226,229)
#E6E7E9
(230,231,233)
#EBECED
(235,236,237)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBFC9; }

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

This text font color is #BEBFC9.


Background Color

.myBgColor { background-color: #BEBFC9; }

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

This div background color is #BEBFC9.


Border color

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

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

This div border color is #BEBFC9.


Opacity

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

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

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

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

This text has shadow with #BEBFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBFC9 on black background.


Color preview on white background

This text has color #BEBFC9 on white background.



Black color preview on #BEBFC9 background

This text has black color on #BEBFC9 background.


White color preview on #BEBFC9 background

This text has white color on #BEBFC9 background.