COLOR #BEBFD4

HEX: #BEBFD4
RGB: (190,191,212)

Color info

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

RGB color model

#BEBFD4 color RGB value is (190,191,212).

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

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 212 of 255 = 83%

190
191
212

R + G + B ~ 78%. #BEBFD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 191 + 212 = 593 (100%)
R 190 of 593 ~ 32.04%
G 191 of 593 ~ 32.21%
B 212 of 593 ~ 35.75%

%32.04
%32.21
%35.75

CMYK color model

#BEBFD4 color CMYK value is (10,10,0,17).

  • cyan value is 10.38%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(10,10,0,17)
C10M10Y0K17 
(10%,10%,0%,17%)
(0.10/0.10/0.00/0.17)	

CMYK percentages

%10.38
%9.91
%0
%16.86

Codes

Color #BEBFD4 in popluar color models

BEBFD4
RGB190191212
HSL237°20.37%78.82%
HSB/HSV237°10.38%83.14%
CMYK10.38%9.91%0.00%
16.86%

Color #BEBFD4 in popluar number systems.

HEXBEBFD4
Decimal190191212
Binary101111101011111111010100
Octal276277324

Shades and tints

Shades of #BEBFD4

#BEBFD4
(190,191,212)
#ADAEC1
(173,174,193)
#9C9DAE
(156,157,174)
#8B8C9B
(139,140,155)
#7A7B88
(122,123,136)
#696A75
(105,106,117)
#585962
(88,89,98)
#47484F
(71,72,79)
#36373C
(54,55,60)
#252629
(37,38,41)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #BEBFD4

#BEBFD4
(190,191,212)
#C3C4D7
(195,196,215)
#C8C9DA
(200,201,218)
#CDCEDD
(205,206,221)
#D2D3E0
(210,211,224)
#D7D8E3
(215,216,227)
#DCDDE6
(220,221,230)
#E1E2E9
(225,226,233)
#E6E7EC
(230,231,236)
#EBECEF
(235,236,239)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBFD4; }

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

This text font color is #BEBFD4.


Background Color

.myBgColor { background-color: #BEBFD4; }

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

This div background color is #BEBFD4.


Border color

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

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

This div border color is #BEBFD4.


Opacity

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

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

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

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

This text has shadow with #BEBFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBFD4 on black background.


Color preview on white background

This text has color #BEBFD4 on white background.



Black color preview on #BEBFD4 background

This text has black color on #BEBFD4 background.


White color preview on #BEBFD4 background

This text has white color on #BEBFD4 background.