COLOR #B1D3DD

HEX: #B1D3DD
RGB: (177,211,221)

Color info

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

RGB color model

#B1D3DD color RGB value is (177,211,221).

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

RGB channels and saturation

R 177 of 255 = 69%
G 211 of 255 = 83%
B 221 of 255 = 87%

177
211
221

R + G + B ~ 80%. #B1D3DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 211 + 221 = 609 (100%)
R 177 of 609 ~ 29.06%
G 211 of 609 ~ 34.65%
B 221 of 609 ~ 36.29%

%29.06
%34.65
%36.29

CMYK color model

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

  • cyan value is 19.91%
  • magenta value is 4.52%
  • 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.52
%0
%13.33

Codes

Color #B1D3DD in popluar color models

B1D3DD
RGB177211221
HSL194°39.29%78.04%
HSB/HSV194°19.91%86.67%
CMYK19.91%4.52%0.00%
13.33%

Color #B1D3DD in popluar number systems.

HEXB1D3DD
Decimal177211221
Binary101100011101001111011101
Octal261323335

Shades and tints

Shades of #B1D3DD

#B1D3DD
(177,211,221)
#A1C0C9
(161,192,201)
#91ADB5
(145,173,181)
#819AA1
(129,154,161)
#71878D
(113,135,141)
#617479
(97,116,121)
#516165
(81,97,101)
#414E51
(65,78,81)
#313B3D
(49,59,61)
#212829
(33,40,41)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #B1D3DD

#B1D3DD
(177,211,221)
#B8D7E0
(184,215,224)
#BFDBE3
(191,219,227)
#C6DFE6
(198,223,230)
#CDE3E9
(205,227,233)
#D4E7EC
(212,231,236)
#DBEBEF
(219,235,239)
#E2EFF2
(226,239,242)
#E9F3F5
(233,243,245)
#F0F7F8
(240,247,248)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D3DD; }

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

This text font color is #B1D3DD.


Background Color

.myBgColor { background-color: #B1D3DD; }

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

This div background color is #B1D3DD.


Border color

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

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

This div border color is #B1D3DD.


Opacity

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

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

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

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

This text has shadow with #B1D3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D3DD on black background.


Color preview on white background

This text has color #B1D3DD on white background.



Black color preview on #B1D3DD background

This text has black color on #B1D3DD background.


White color preview on #B1D3DD background

This text has white color on #B1D3DD background.