COLOR #B7BDDE

HEX: #B7BDDE
RGB: (183,189,222)

Color info

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

RGB color model

#B7BDDE color RGB value is (183,189,222).

  • red value is 183;
  • green value is 189;
  • blue value is 222.
RGB:
(183,189,222)
(72%,74%,87%)

RGB channels and saturation

R 183 of 255 = 72%
G 189 of 255 = 74%
B 222 of 255 = 87%

183
189
222

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

Portions of RGB colors in percentages

R + G + B =
183 + 189 + 222 = 594 (100%)
R 183 of 594 ~ 30.81%
G 189 of 594 ~ 31.82%
B 222 of 594 ~ 37.37%

%30.81
%31.82
%37.37

CMYK color model

#B7BDDE color CMYK value is (18,15,0,13).

  • cyan value is 17.57%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(18,15,0,13)
C18M15Y0K13 
(18%,15%,0%,13%)
(0.18/0.15/0.00/0.13)	

CMYK percentages

%17.57
%14.86
%0
%12.94

Codes

Color #B7BDDE in popluar color models

B7BDDE
RGB183189222
HSL231°37.14%79.41%
HSB/HSV231°17.57%87.06%
CMYK17.57%14.86%0.00%
12.94%

Color #B7BDDE in popluar number systems.

HEXB7BDDE
Decimal183189222
Binary101101111011110111011110
Octal267275336

Shades and tints

Shades of #B7BDDE

#B7BDDE
(183,189,222)
#A7ACCA
(167,172,202)
#979BB6
(151,155,182)
#878AA2
(135,138,162)
#77798E
(119,121,142)
#67687A
(103,104,122)
#575766
(87,87,102)
#474652
(71,70,82)
#37353E
(55,53,62)
#27242A
(39,36,42)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #B7BDDE

#B7BDDE
(183,189,222)
#BDC3E1
(189,195,225)
#C3C9E4
(195,201,228)
#C9CFE7
(201,207,231)
#CFD5EA
(207,213,234)
#D5DBED
(213,219,237)
#DBE1F0
(219,225,240)
#E1E7F3
(225,231,243)
#E7EDF6
(231,237,246)
#EDF3F9
(237,243,249)
#F3F9FC
(243,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BDDE color. Also use rgb(183,189,222) instead hex code.

Text Font Color

.myTextColor { color: #B7BDDE; }

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

This text font color is #B7BDDE.


Background Color

.myBgColor { background-color: #B7BDDE; }

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

This div background color is #B7BDDE.


Border color

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

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

This div border color is #B7BDDE.


Opacity

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

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

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

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

This text has shadow with #B7BDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BDDE on black background.


Color preview on white background

This text has color #B7BDDE on white background.



Black color preview on #B7BDDE background

This text has black color on #B7BDDE background.


White color preview on #B7BDDE background

This text has white color on #B7BDDE background.