COLOR #B1C4DF

HEX: #B1C4DF
RGB: (177,196,223)

Color info

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

RGB color model

#B1C4DF color RGB value is (177,196,223).

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

RGB channels and saturation

R 177 of 255 = 69%
G 196 of 255 = 77%
B 223 of 255 = 87%

177
196
223

R + G + B ~ 78%. #B1C4DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 196 + 223 = 596 (100%)
R 177 of 596 ~ 29.7%
G 196 of 596 ~ 32.89%
B 223 of 596 ~ 37.42%

%29.7
%32.89
%37.42

CMYK color model

#B1C4DF color CMYK value is (21,12,0,13).

  • cyan value is 20.63%
  • magenta value is 12.11%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(21,12,0,13)
C21M12Y0K13 
(21%,12%,0%,13%)
(0.21/0.12/0.00/0.13)	

CMYK percentages

%20.63
%12.11
%0
%12.55

Codes

Color #B1C4DF in popluar color models

B1C4DF
RGB177196223
HSL215°41.82%78.43%
HSB/HSV215°20.63%87.45%
CMYK20.63%12.11%0.00%
12.55%

Color #B1C4DF in popluar number systems.

HEXB1C4DF
Decimal177196223
Binary101100011100010011011111
Octal261304337

Shades and tints

Shades of #B1C4DF

#B1C4DF
(177,196,223)
#A1B3CB
(161,179,203)
#91A2B7
(145,162,183)
#8191A3
(129,145,163)
#71808F
(113,128,143)
#616F7B
(97,111,123)
#515E67
(81,94,103)
#414D53
(65,77,83)
#313C3F
(49,60,63)
#212B2B
(33,43,43)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #B1C4DF

#B1C4DF
(177,196,223)
#B8C9E1
(184,201,225)
#BFCEE3
(191,206,227)
#C6D3E5
(198,211,229)
#CDD8E7
(205,216,231)
#D4DDE9
(212,221,233)
#DBE2EB
(219,226,235)
#E2E7ED
(226,231,237)
#E9ECEF
(233,236,239)
#F0F1F1
(240,241,241)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C4DF; }

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

This text font color is #B1C4DF.


Background Color

.myBgColor { background-color: #B1C4DF; }

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

This div background color is #B1C4DF.


Border color

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

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

This div border color is #B1C4DF.


Opacity

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

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

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

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

This text has shadow with #B1C4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C4DF on black background.


Color preview on white background

This text has color #B1C4DF on white background.



Black color preview on #B1C4DF background

This text has black color on #B1C4DF background.


White color preview on #B1C4DF background

This text has white color on #B1C4DF background.