COLOR #B1D2DD

HEX: #B1D2DD
RGB: (177,210,221)

Color info

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

RGB color model

#B1D2DD color RGB value is (177,210,221).

  • red value is 177;
  • green value is 210;
  • blue value is 221.
RGB:
(177,210,221)
(69%,82%,87%)

RGB channels and saturation

R 177 of 255 = 69%
G 210 of 255 = 82%
B 221 of 255 = 87%

177
210
221

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

Portions of RGB colors in percentages

R + G + B =
177 + 210 + 221 = 608 (100%)
R 177 of 608 ~ 29.11%
G 210 of 608 ~ 34.54%
B 221 of 608 ~ 36.35%

%29.11
%34.54
%36.35

CMYK color model

#B1D2DD color CMYK value is (20,5,0,13).

  • cyan value is 19.91%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(20,5,0,13)
C20M5Y0K13 
(20%,5%,0%,13%)
(0.20/0.05/0.00/0.13)	

CMYK percentages

%19.91
%4.98
%0
%13.33

Codes

Color #B1D2DD in popluar color models

B1D2DD
RGB177210221
HSL195°39.29%78.04%
HSB/HSV195°19.91%86.67%
CMYK19.91%4.98%0.00%
13.33%

Color #B1D2DD in popluar number systems.

HEXB1D2DD
Decimal177210221
Binary101100011101001011011101
Octal261322335

Shades and tints

Shades of #B1D2DD

#B1D2DD
(177,210,221)
#A1BFC9
(161,191,201)
#91ACB5
(145,172,181)
#8199A1
(129,153,161)
#71868D
(113,134,141)
#617379
(97,115,121)
#516065
(81,96,101)
#414D51
(65,77,81)
#313A3D
(49,58,61)
#212729
(33,39,41)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #B1D2DD

#B1D2DD
(177,210,221)
#B8D6E0
(184,214,224)
#BFDAE3
(191,218,227)
#C6DEE6
(198,222,230)
#CDE2E9
(205,226,233)
#D4E6EC
(212,230,236)
#DBEAEF
(219,234,239)
#E2EEF2
(226,238,242)
#E9F2F5
(233,242,245)
#F0F6F8
(240,246,248)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D2DD color. Also use rgb(177,210,221) instead hex code.

Text Font Color

.myTextColor { color: #B1D2DD; }

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

This text font color is #B1D2DD.


Background Color

.myBgColor { background-color: #B1D2DD; }

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

This div background color is #B1D2DD.


Border color

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

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

This div border color is #B1D2DD.


Opacity

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

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

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

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

This text has shadow with #B1D2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D2DD on black background.


Color preview on white background

This text has color #B1D2DD on white background.



Black color preview on #B1D2DD background

This text has black color on #B1D2DD background.


White color preview on #B1D2DD background

This text has white color on #B1D2DD background.