COLOR #B1BFED

HEX: #B1BFED
RGB: (177,191,237)

Color info

#B1BFED contains mainly green and blue colors. Web safe color of #B1BFED is #99CCFF (or #9CF).

RGB color model

#B1BFED color RGB value is (177,191,237).

  • red value is 177;
  • green value is 191;
  • blue value is 237.
RGB:
(177,191,237)
(69%,75%,93%)

RGB channels and saturation

R 177 of 255 = 69%
G 191 of 255 = 75%
B 237 of 255 = 93%

177
191
237

R + G + B ~ 79%. #B1BFED is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 191 + 237 = 605 (100%)
R 177 of 605 ~ 29.26%
G 191 of 605 ~ 31.57%
B 237 of 605 ~ 39.17%

%29.26
%31.57
%39.17

CMYK color model

#B1BFED color CMYK value is (25,19,0,7).

  • cyan value is 25.32%
  • magenta value is 19.41%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(25,19,0,7)
C25M19Y0K7 
(25%,19%,0%,7%)
(0.25/0.19/0.00/0.07)	

CMYK percentages

%25.32
%19.41
%0
%7.06

Codes

Color #B1BFED in popluar color models

B1BFED
RGB177191237
HSL226°62.50%81.18%
HSB/HSV226°25.32%92.94%
CMYK25.32%19.41%0.00%
7.06%

Color #B1BFED in popluar number systems.

HEXB1BFED
Decimal177191237
Binary101100011011111111101101
Octal261277355

Shades and tints

Shades of #B1BFED

#B1BFED
(177,191,237)
#A1AED8
(161,174,216)
#919DC3
(145,157,195)
#818CAE
(129,140,174)
#717B99
(113,123,153)
#616A84
(97,106,132)
#51596F
(81,89,111)
#41485A
(65,72,90)
#313745
(49,55,69)
#212630
(33,38,48)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #B1BFED

#B1BFED
(177,191,237)
#B8C4EE
(184,196,238)
#BFC9EF
(191,201,239)
#C6CEF0
(198,206,240)
#CDD3F1
(205,211,241)
#D4D8F2
(212,216,242)
#DBDDF3
(219,221,243)
#E2E2F4
(226,226,244)
#E9E7F5
(233,231,245)
#F0ECF6
(240,236,246)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BFED color. Also use rgb(177,191,237) instead hex code.

Text Font Color

.myTextColor { color: #B1BFED; }

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

This text font color is #B1BFED.


Background Color

.myBgColor { background-color: #B1BFED; }

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

This div background color is #B1BFED.


Border color

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

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

This div border color is #B1BFED.


Opacity

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

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

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

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

This text has shadow with #B1BFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BFED on black background.


Color preview on white background

This text has color #B1BFED on white background.



Black color preview on #B1BFED background

This text has black color on #B1BFED background.


White color preview on #B1BFED background

This text has white color on #B1BFED background.