COLOR #BEBFD0

HEX: #BEBFD0
RGB: (190,191,208)

Color info

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

RGB color model

#BEBFD0 color RGB value is (190,191,208).

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

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 208 of 255 = 82%

190
191
208

R + G + B ~ 77%. #BEBFD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 191 + 208 = 589 (100%)
R 190 of 589 ~ 32.26%
G 191 of 589 ~ 32.43%
B 208 of 589 ~ 35.31%

%32.26
%32.43
%35.31

CMYK color model

#BEBFD0 color CMYK value is (9,8,0,18).

  • cyan value is 8.65%
  • magenta value is 8.17%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(9,8,0,18)
C9M8Y0K18 
(9%,8%,0%,18%)
(0.09/0.08/0.00/0.18)	

CMYK percentages

%8.65
%8.17
%0
%18.43

Codes

Color #BEBFD0 in popluar color models

BEBFD0
RGB190191208
HSL237°16.07%78.04%
HSB/HSV237°8.65%81.57%
CMYK8.65%8.17%0.00%
18.43%

Color #BEBFD0 in popluar number systems.

HEXBEBFD0
Decimal190191208
Binary101111101011111111010000
Octal276277320

Shades and tints

Shades of #BEBFD0

#BEBFD0
(190,191,208)
#ADAEBE
(173,174,190)
#9C9DAC
(156,157,172)
#8B8C9A
(139,140,154)
#7A7B88
(122,123,136)
#696A76
(105,106,118)
#585964
(88,89,100)
#474852
(71,72,82)
#363740
(54,55,64)
#25262E
(37,38,46)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #BEBFD0

#BEBFD0
(190,191,208)
#C3C4D4
(195,196,212)
#C8C9D8
(200,201,216)
#CDCEDC
(205,206,220)
#D2D3E0
(210,211,224)
#D7D8E4
(215,216,228)
#DCDDE8
(220,221,232)
#E1E2EC
(225,226,236)
#E6E7F0
(230,231,240)
#EBECF4
(235,236,244)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBFD0; }

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

This text font color is #BEBFD0.


Background Color

.myBgColor { background-color: #BEBFD0; }

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

This div background color is #BEBFD0.


Border color

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

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

This div border color is #BEBFD0.


Opacity

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

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

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

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

This text has shadow with #BEBFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBFD0 on black background.


Color preview on white background

This text has color #BEBFD0 on white background.



Black color preview on #BEBFD0 background

This text has black color on #BEBFD0 background.


White color preview on #BEBFD0 background

This text has white color on #BEBFD0 background.