COLOR #B1B4DF

HEX: #B1B4DF
RGB: (177,180,223)

Color info

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

RGB color model

#B1B4DF color RGB value is (177,180,223).

  • red value is 177;
  • green value is 180;
  • blue value is 223.
RGB:
(177,180,223)
(69%,71%,87%)

RGB channels and saturation

R 177 of 255 = 69%
G 180 of 255 = 71%
B 223 of 255 = 87%

177
180
223

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

Portions of RGB colors in percentages

R + G + B =
177 + 180 + 223 = 580 (100%)
R 177 of 580 ~ 30.52%
G 180 of 580 ~ 31.03%
B 223 of 580 ~ 38.45%

%30.52
%31.03
%38.45

CMYK color model

#B1B4DF color CMYK value is (21,19,0,13).

  • cyan value is 20.63%
  • magenta value is 19.28%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(21,19,0,13)
C21M19Y0K13 
(21%,19%,0%,13%)
(0.21/0.19/0.00/0.13)	

CMYK percentages

%20.63
%19.28
%0
%12.55

Codes

Color #B1B4DF in popluar color models

B1B4DF
RGB177180223
HSL236°41.82%78.43%
HSB/HSV236°20.63%87.45%
CMYK20.63%19.28%0.00%
12.55%

Color #B1B4DF in popluar number systems.

HEXB1B4DF
Decimal177180223
Binary101100011011010011011111
Octal261264337

Shades and tints

Shades of #B1B4DF

#B1B4DF
(177,180,223)
#A1A4CB
(161,164,203)
#9194B7
(145,148,183)
#8184A3
(129,132,163)
#71748F
(113,116,143)
#61647B
(97,100,123)
#515467
(81,84,103)
#414453
(65,68,83)
#31343F
(49,52,63)
#21242B
(33,36,43)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #B1B4DF

#B1B4DF
(177,180,223)
#B8BAE1
(184,186,225)
#BFC0E3
(191,192,227)
#C6C6E5
(198,198,229)
#CDCCE7
(205,204,231)
#D4D2E9
(212,210,233)
#DBD8EB
(219,216,235)
#E2DEED
(226,222,237)
#E9E4EF
(233,228,239)
#F0EAF1
(240,234,241)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B4DF color. Also use rgb(177,180,223) instead hex code.

Text Font Color

.myTextColor { color: #B1B4DF; }

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

This text font color is #B1B4DF.


Background Color

.myBgColor { background-color: #B1B4DF; }

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

This div background color is #B1B4DF.


Border color

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

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

This div border color is #B1B4DF.


Opacity

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

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

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

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

This text has shadow with #B1B4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B4DF on black background.


Color preview on white background

This text has color #B1B4DF on white background.



Black color preview on #B1B4DF background

This text has black color on #B1B4DF background.


White color preview on #B1B4DF background

This text has white color on #B1B4DF background.