COLOR #BEBFDE

HEX: #BEBFDE
RGB: (190,191,222)

Color info

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

RGB color model

#BEBFDE color RGB value is (190,191,222).

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

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 222 of 255 = 87%

190
191
222

R + G + B ~ 79%. #BEBFDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 191 + 222 = 603 (100%)
R 190 of 603 ~ 31.51%
G 191 of 603 ~ 31.67%
B 222 of 603 ~ 36.82%

%31.51
%31.67
%36.82

CMYK color model

#BEBFDE color CMYK value is (14,14,0,13).

  • cyan value is 14.41%
  • magenta value is 13.96%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(14,14,0,13)
C14M14Y0K13 
(14%,14%,0%,13%)
(0.14/0.14/0.00/0.13)	

CMYK percentages

%14.41
%13.96
%0
%12.94

Codes

Color #BEBFDE in popluar color models

BEBFDE
RGB190191222
HSL238°32.65%80.78%
HSB/HSV238°14.41%87.06%
CMYK14.41%13.96%0.00%
12.94%

Color #BEBFDE in popluar number systems.

HEXBEBFDE
Decimal190191222
Binary101111101011111111011110
Octal276277336

Shades and tints

Shades of #BEBFDE

#BEBFDE
(190,191,222)
#ADAECA
(173,174,202)
#9C9DB6
(156,157,182)
#8B8CA2
(139,140,162)
#7A7B8E
(122,123,142)
#696A7A
(105,106,122)
#585966
(88,89,102)
#474852
(71,72,82)
#36373E
(54,55,62)
#25262A
(37,38,42)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #BEBFDE

#BEBFDE
(190,191,222)
#C3C4E1
(195,196,225)
#C8C9E4
(200,201,228)
#CDCEE7
(205,206,231)
#D2D3EA
(210,211,234)
#D7D8ED
(215,216,237)
#DCDDF0
(220,221,240)
#E1E2F3
(225,226,243)
#E6E7F6
(230,231,246)
#EBECF9
(235,236,249)
#F0F1FC
(240,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBFDE; }

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

This text font color is #BEBFDE.


Background Color

.myBgColor { background-color: #BEBFDE; }

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

This div background color is #BEBFDE.


Border color

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

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

This div border color is #BEBFDE.


Opacity

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

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

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

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

This text has shadow with #BEBFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBFDE on black background.


Color preview on white background

This text has color #BEBFDE on white background.



Black color preview on #BEBFDE background

This text has black color on #BEBFDE background.


White color preview on #BEBFDE background

This text has white color on #BEBFDE background.