COLOR #B7BEDB

HEX: #B7BEDB
RGB: (183,190,219)

Color info

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

RGB color model

#B7BEDB color RGB value is (183,190,219).

  • red value is 183;
  • green value is 190;
  • blue value is 219.
RGB:
(183,190,219)
(72%,75%,86%)

RGB channels and saturation

R 183 of 255 = 72%
G 190 of 255 = 75%
B 219 of 255 = 86%

183
190
219

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

Portions of RGB colors in percentages

R + G + B =
183 + 190 + 219 = 592 (100%)
R 183 of 592 ~ 30.91%
G 190 of 592 ~ 32.09%
B 219 of 592 ~ 36.99%

%30.91
%32.09
%36.99

CMYK color model

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

  • cyan value is 16.44%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,13,0,14)
C16M13Y0K14 
(16%,13%,0%,14%)
(0.16/0.13/0.00/0.14)	

CMYK percentages

%16.44
%13.24
%0
%14.12

Codes

Color #B7BEDB in popluar color models

B7BEDB
RGB183190219
HSL228°33.33%78.82%
HSB/HSV228°16.44%85.88%
CMYK16.44%13.24%0.00%
14.12%

Color #B7BEDB in popluar number systems.

HEXB7BEDB
Decimal183190219
Binary101101111011111011011011
Octal267276333

Shades and tints

Shades of #B7BEDB

#B7BEDB
(183,190,219)
#A7ADC8
(167,173,200)
#979CB5
(151,156,181)
#878BA2
(135,139,162)
#777A8F
(119,122,143)
#67697C
(103,105,124)
#575869
(87,88,105)
#474756
(71,71,86)
#373643
(55,54,67)
#272530
(39,37,48)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #B7BEDB

#B7BEDB
(183,190,219)
#BDC3DE
(189,195,222)
#C3C8E1
(195,200,225)
#C9CDE4
(201,205,228)
#CFD2E7
(207,210,231)
#D5D7EA
(213,215,234)
#DBDCED
(219,220,237)
#E1E1F0
(225,225,240)
#E7E6F3
(231,230,243)
#EDEBF6
(237,235,246)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BEDB color. Also use rgb(183,190,219) instead hex code.

Text Font Color

.myTextColor { color: #B7BEDB; }

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

This text font color is #B7BEDB.


Background Color

.myBgColor { background-color: #B7BEDB; }

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

This div background color is #B7BEDB.


Border color

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

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

This div border color is #B7BEDB.


Opacity

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

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

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

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

This text has shadow with #B7BEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BEDB on black background.


Color preview on white background

This text has color #B7BEDB on white background.



Black color preview on #B7BEDB background

This text has black color on #B7BEDB background.


White color preview on #B7BEDB background

This text has white color on #B7BEDB background.