COLOR #B1D4CA

HEX: #B1D4CA
RGB: (177,212,202)

Color info

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

RGB color model

#B1D4CA color RGB value is (177,212,202).

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

RGB channels and saturation

R 177 of 255 = 69%
G 212 of 255 = 83%
B 202 of 255 = 79%

177
212
202

R + G + B ~ 77%. #B1D4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 212 + 202 = 591 (100%)
R 177 of 591 ~ 29.95%
G 212 of 591 ~ 35.87%
B 202 of 591 ~ 34.18%

%29.95
%35.87
%34.18

CMYK color model

#B1D4CA color CMYK value is (17,0,5,17).

  • cyan value is 16.51%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 16.86%
CMYK:
(17,0,5,17)
C17M0Y5K17 
(17%,0%,5%,17%)
(0.17/0.00/0.05/0.17)	

CMYK percentages

%16.51
%0
%4.72
%16.86

Codes

Color #B1D4CA in popluar color models

B1D4CA
RGB177212202
HSL163°28.93%76.27%
HSB/HSV163°16.51%83.14%
CMYK16.51%0.00%4.72%
16.86%

Color #B1D4CA in popluar number systems.

HEXB1D4CA
Decimal177212202
Binary101100011101010011001010
Octal261324312

Shades and tints

Shades of #B1D4CA

#B1D4CA
(177,212,202)
#A1C1B8
(161,193,184)
#91AEA6
(145,174,166)
#819B94
(129,155,148)
#718882
(113,136,130)
#617570
(97,117,112)
#51625E
(81,98,94)
#414F4C
(65,79,76)
#313C3A
(49,60,58)
#212928
(33,41,40)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #B1D4CA

#B1D4CA
(177,212,202)
#B8D7CE
(184,215,206)
#BFDAD2
(191,218,210)
#C6DDD6
(198,221,214)
#CDE0DA
(205,224,218)
#D4E3DE
(212,227,222)
#DBE6E2
(219,230,226)
#E2E9E6
(226,233,230)
#E9ECEA
(233,236,234)
#F0EFEE
(240,239,238)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D4CA; }

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

This text font color is #B1D4CA.


Background Color

.myBgColor { background-color: #B1D4CA; }

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

This div background color is #B1D4CA.


Border color

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

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

This div border color is #B1D4CA.


Opacity

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

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

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

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

This text has shadow with #B1D4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D4CA on black background.


Color preview on white background

This text has color #B1D4CA on white background.



Black color preview on #B1D4CA background

This text has black color on #B1D4CA background.


White color preview on #B1D4CA background

This text has white color on #B1D4CA background.