COLOR #BEBDD7

HEX: #BEBDD7
RGB: (190,189,215)

Color info

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

RGB color model

#BEBDD7 color RGB value is (190,189,215).

  • red value is 190;
  • green value is 189;
  • blue value is 215.
RGB:
(190,189,215)
(75%,74%,84%)

RGB channels and saturation

R 190 of 255 = 75%
G 189 of 255 = 74%
B 215 of 255 = 84%

190
189
215

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

Portions of RGB colors in percentages

R + G + B =
190 + 189 + 215 = 594 (100%)
R 190 of 594 ~ 31.99%
G 189 of 594 ~ 31.82%
B 215 of 594 ~ 36.2%

%31.99
%31.82
%36.2

CMYK color model

#BEBDD7 color CMYK value is (12,12,0,16).

  • cyan value is 11.63%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(12,12,0,16)
C12M12Y0K16 
(12%,12%,0%,16%)
(0.12/0.12/0.00/0.16)	

CMYK percentages

%11.63
%12.09
%0
%15.69

Codes

Color #BEBDD7 in popluar color models

BEBDD7
RGB190189215
HSL242°24.53%79.22%
HSB/HSV242°12.09%84.31%
CMYK11.63%12.09%0.00%
15.69%

Color #BEBDD7 in popluar number systems.

HEXBEBDD7
Decimal190189215
Binary101111101011110111010111
Octal276275327

Shades and tints

Shades of #BEBDD7

#BEBDD7
(190,189,215)
#ADACC4
(173,172,196)
#9C9BB1
(156,155,177)
#8B8A9E
(139,138,158)
#7A798B
(122,121,139)
#696878
(105,104,120)
#585765
(88,87,101)
#474652
(71,70,82)
#36353F
(54,53,63)
#25242C
(37,36,44)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #BEBDD7

#BEBDD7
(190,189,215)
#C3C3DA
(195,195,218)
#C8C9DD
(200,201,221)
#CDCFE0
(205,207,224)
#D2D5E3
(210,213,227)
#D7DBE6
(215,219,230)
#DCE1E9
(220,225,233)
#E1E7EC
(225,231,236)
#E6EDEF
(230,237,239)
#EBF3F2
(235,243,242)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBDD7 color. Also use rgb(190,189,215) instead hex code.

Text Font Color

.myTextColor { color: #BEBDD7; }

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

This text font color is #BEBDD7.


Background Color

.myBgColor { background-color: #BEBDD7; }

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

This div background color is #BEBDD7.


Border color

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

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

This div border color is #BEBDD7.


Opacity

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

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

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

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

This text has shadow with #BEBDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBDD7 on black background.


Color preview on white background

This text has color #BEBDD7 on white background.



Black color preview on #BEBDD7 background

This text has black color on #BEBDD7 background.


White color preview on #BEBDD7 background

This text has white color on #BEBDD7 background.