COLOR #B7B9DE

HEX: #B7B9DE
RGB: (183,185,222)

Color info

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

RGB color model

#B7B9DE color RGB value is (183,185,222).

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

RGB channels and saturation

R 183 of 255 = 72%
G 185 of 255 = 73%
B 222 of 255 = 87%

183
185
222

R + G + B ~ 77%. #B7B9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 185 + 222 = 590 (100%)
R 183 of 590 ~ 31.02%
G 185 of 590 ~ 31.36%
B 222 of 590 ~ 37.63%

%31.02
%31.36
%37.63

CMYK color model

#B7B9DE color CMYK value is (18,17,0,13).

  • cyan value is 17.57%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(18,17,0,13)
C18M17Y0K13 
(18%,17%,0%,13%)
(0.18/0.17/0.00/0.13)	

CMYK percentages

%17.57
%16.67
%0
%12.94

Codes

Color #B7B9DE in popluar color models

B7B9DE
RGB183185222
HSL237°37.14%79.41%
HSB/HSV237°17.57%87.06%
CMYK17.57%16.67%0.00%
12.94%

Color #B7B9DE in popluar number systems.

HEXB7B9DE
Decimal183185222
Binary101101111011100111011110
Octal267271336

Shades and tints

Shades of #B7B9DE

#B7B9DE
(183,185,222)
#A7A9CA
(167,169,202)
#9799B6
(151,153,182)
#8789A2
(135,137,162)
#77798E
(119,121,142)
#67697A
(103,105,122)
#575966
(87,89,102)
#474952
(71,73,82)
#37393E
(55,57,62)
#27292A
(39,41,42)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #B7B9DE

#B7B9DE
(183,185,222)
#BDBFE1
(189,191,225)
#C3C5E4
(195,197,228)
#C9CBE7
(201,203,231)
#CFD1EA
(207,209,234)
#D5D7ED
(213,215,237)
#DBDDF0
(219,221,240)
#E1E3F3
(225,227,243)
#E7E9F6
(231,233,246)
#EDEFF9
(237,239,249)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B9DE; }

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

This text font color is #B7B9DE.


Background Color

.myBgColor { background-color: #B7B9DE; }

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

This div background color is #B7B9DE.


Border color

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

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

This div border color is #B7B9DE.


Opacity

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

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

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

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

This text has shadow with #B7B9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B9DE on black background.


Color preview on white background

This text has color #B7B9DE on white background.



Black color preview on #B7B9DE background

This text has black color on #B7B9DE background.


White color preview on #B7B9DE background

This text has white color on #B7B9DE background.