COLOR #B1CDFE

HEX: #B1CDFE
RGB: (177,205,254)

Color info

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

RGB color model

#B1CDFE color RGB value is (177,205,254).

  • red value is 177;
  • green value is 205;
  • blue value is 254.
RGB:
(177,205,254)
(69%,80%,100%)

RGB channels and saturation

R 177 of 255 = 69%
G 205 of 255 = 80%
B 254 of 255 = 100%

177
205
254

R + G + B ~ 83%. #B1CDFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 205 + 254 = 636 (100%)
R 177 of 636 ~ 27.83%
G 205 of 636 ~ 32.23%
B 254 of 636 ~ 39.94%

%27.83
%32.23
%39.94

CMYK color model

#B1CDFE color CMYK value is (30,19,0,0).

  • cyan value is 30.31%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(30,19,0,0)
C30M19Y0K0 
(30%,19%,0%,0%)
(0.30/0.19/0.00/0.00)	

CMYK percentages

%30.31
%19.29
%0
%0.39

Codes

Color #B1CDFE in popluar color models

B1CDFE
RGB177205254
HSL218°97.47%84.51%
HSB/HSV218°30.31%99.61%
CMYK30.31%19.29%0.00%
0.39%

Color #B1CDFE in popluar number systems.

HEXB1CDFE
Decimal177205254
Binary101100011100110111111110
Octal261315376

Shades and tints

Shades of #B1CDFE

#B1CDFE
(177,205,254)
#A1BBE7
(161,187,231)
#91A9D0
(145,169,208)
#8197B9
(129,151,185)
#7185A2
(113,133,162)
#61738B
(97,115,139)
#516174
(81,97,116)
#414F5D
(65,79,93)
#313D46
(49,61,70)
#212B2F
(33,43,47)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #B1CDFE

#B1CDFE
(177,205,254)
#B8D1FE
(184,209,254)
#BFD5FE
(191,213,254)
#C6D9FE
(198,217,254)
#CDDDFE
(205,221,254)
#D4E1FE
(212,225,254)
#DBE5FE
(219,229,254)
#E2E9FE
(226,233,254)
#E9EDFE
(233,237,254)
#F0F1FE
(240,241,254)
#F7F5FE
(247,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CDFE color. Also use rgb(177,205,254) instead hex code.

Text Font Color

.myTextColor { color: #B1CDFE; }

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

This text font color is #B1CDFE.


Background Color

.myBgColor { background-color: #B1CDFE; }

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

This div background color is #B1CDFE.


Border color

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

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

This div border color is #B1CDFE.


Opacity

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

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

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

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

This text has shadow with #B1CDFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CDFE on black background.


Color preview on white background

This text has color #B1CDFE on white background.



Black color preview on #B1CDFE background

This text has black color on #B1CDFE background.


White color preview on #B1CDFE background

This text has white color on #B1CDFE background.