COLOR #B1D8CA

HEX: #B1D8CA
RGB: (177,216,202)

Color info

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

RGB color model

#B1D8CA color RGB value is (177,216,202).

  • red value is 177;
  • green value is 216;
  • blue value is 202.
RGB:
(177,216,202)
(69%,85%,79%)

RGB channels and saturation

R 177 of 255 = 69%
G 216 of 255 = 85%
B 202 of 255 = 79%

177
216
202

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

Portions of RGB colors in percentages

R + G + B =
177 + 216 + 202 = 595 (100%)
R 177 of 595 ~ 29.75%
G 216 of 595 ~ 36.3%
B 202 of 595 ~ 33.95%

%29.75
%36.3
%33.95

CMYK color model

#B1D8CA color CMYK value is (18,0,6,15).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 6.48%
  • key color value is 15.29%
CMYK:
(18,0,6,15)
C18M0Y6K15 
(18%,0%,6%,15%)
(0.18/0.00/0.06/0.15)	

CMYK percentages

%18.06
%0
%6.48
%15.29

Codes

Color #B1D8CA in popluar color models

B1D8CA
RGB177216202
HSL158°33.33%77.06%
HSB/HSV158°18.06%84.71%
CMYK18.06%0.00%6.48%
15.29%

Color #B1D8CA in popluar number systems.

HEXB1D8CA
Decimal177216202
Binary101100011101100011001010
Octal261330312

Shades and tints

Shades of #B1D8CA

#B1D8CA
(177,216,202)
#A1C5B8
(161,197,184)
#91B2A6
(145,178,166)
#819F94
(129,159,148)
#718C82
(113,140,130)
#617970
(97,121,112)
#51665E
(81,102,94)
#41534C
(65,83,76)
#31403A
(49,64,58)
#212D28
(33,45,40)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #B1D8CA

#B1D8CA
(177,216,202)
#B8DBCE
(184,219,206)
#BFDED2
(191,222,210)
#C6E1D6
(198,225,214)
#CDE4DA
(205,228,218)
#D4E7DE
(212,231,222)
#DBEAE2
(219,234,226)
#E2EDE6
(226,237,230)
#E9F0EA
(233,240,234)
#F0F3EE
(240,243,238)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D8CA color. Also use rgb(177,216,202) instead hex code.

Text Font Color

.myTextColor { color: #B1D8CA; }

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

This text font color is #B1D8CA.


Background Color

.myBgColor { background-color: #B1D8CA; }

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

This div background color is #B1D8CA.


Border color

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

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

This div border color is #B1D8CA.


Opacity

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

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

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

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

This text has shadow with #B1D8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D8CA on black background.


Color preview on white background

This text has color #B1D8CA on white background.



Black color preview on #B1D8CA background

This text has black color on #B1D8CA background.


White color preview on #B1D8CA background

This text has white color on #B1D8CA background.