COLOR #B1B8DE

HEX: #B1B8DE
RGB: (177,184,222)

Color info

#B1B8DE contains red, green and blue colors in about the same proportion. Web safe color of #B1B8DE is #99CCCC (or #9CC).

RGB color model

#B1B8DE color RGB value is (177,184,222).

  • red value is 177;
  • green value is 184;
  • blue value is 222.
RGB:
(177,184,222)
(69%,72%,87%)

RGB channels and saturation

R 177 of 255 = 69%
G 184 of 255 = 72%
B 222 of 255 = 87%

177
184
222

R + G + B ~ 76%. #B1B8DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 184 + 222 = 583 (100%)
R 177 of 583 ~ 30.36%
G 184 of 583 ~ 31.56%
B 222 of 583 ~ 38.08%

%30.36
%31.56
%38.08

CMYK color model

#B1B8DE color CMYK value is (20,17,0,13).

  • cyan value is 20.27%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(20,17,0,13)
C20M17Y0K13 
(20%,17%,0%,13%)
(0.20/0.17/0.00/0.13)	

CMYK percentages

%20.27
%17.12
%0
%12.94

Codes

Color #B1B8DE in popluar color models

B1B8DE
RGB177184222
HSL231°40.54%78.24%
HSB/HSV231°20.27%87.06%
CMYK20.27%17.12%0.00%
12.94%

Color #B1B8DE in popluar number systems.

HEXB1B8DE
Decimal177184222
Binary101100011011100011011110
Octal261270336

Shades and tints

Shades of #B1B8DE

#B1B8DE
(177,184,222)
#A1A8CA
(161,168,202)
#9198B6
(145,152,182)
#8188A2
(129,136,162)
#71788E
(113,120,142)
#61687A
(97,104,122)
#515866
(81,88,102)
#414852
(65,72,82)
#31383E
(49,56,62)
#21282A
(33,40,42)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #B1B8DE

#B1B8DE
(177,184,222)
#B8BEE1
(184,190,225)
#BFC4E4
(191,196,228)
#C6CAE7
(198,202,231)
#CDD0EA
(205,208,234)
#D4D6ED
(212,214,237)
#DBDCF0
(219,220,240)
#E2E2F3
(226,226,243)
#E9E8F6
(233,232,246)
#F0EEF9
(240,238,249)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B8DE color. Also use rgb(177,184,222) instead hex code.

Text Font Color

.myTextColor { color: #B1B8DE; }

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

This text font color is #B1B8DE.


Background Color

.myBgColor { background-color: #B1B8DE; }

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

This div background color is #B1B8DE.


Border color

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

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

This div border color is #B1B8DE.


Opacity

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

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

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

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

This text has shadow with #B1B8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B8DE on black background.


Color preview on white background

This text has color #B1B8DE on white background.



Black color preview on #B1B8DE background

This text has black color on #B1B8DE background.


White color preview on #B1B8DE background

This text has white color on #B1B8DE background.