COLOR #B1D1DE

HEX: #B1D1DE RGB: (177,209,222)

Color info

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

RGB color model

#B1D1DE color RGB value is (177,209,222).

RGB: (177,209,222) (69%, 82%, 87%)

RGB channels and saturation

R 177 of 255 = 69%
G 209 of 255 = 82%
B 222 of 255 = 87%

177
209
222

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

Portions of RGB colors in percentages

R + G + B = 177 + 209 + 222 = 608 (100%)
R 177 of 608 ~ 29.11%
G 209 of 608 ~ 34.38%
B 222 of 608 ~ 36.51'%

%29.11
%34.38
%36.51

CMYK color model

#B1D1DE color CMYK value is (20,6,0,13).

  • cyan value is 20.27%
  • magenta value is 5.86%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (20,6,0,13)
C20M6Y0K13 (20%, 6%, 0%, 13%)
(0.20 / 0.06 / 0.00 / 0.13)

CMYK percentages

%20.27
%5.86
%0
%12.94

Codes

Color #B1D1DE in popluar color models

B1 D1 DE
RGB 177 209 222
HSL 197° 40.54% 78.24%
HSB/HSV 197° 20.27% 87.06%
CMYK 20.27% 5.86% 0.00%
12.94%

Color #B1D1DE in popluar number systems.

HEX B1 D1 DE
Decimal 177 209 222
Binary 10110001 11010001 11011110
Octal 261 321 336

Shades and tints

Shades of #B1D1DE

#B1D1DE
(177,209,222)
#A1BECA
(161,190,202)
#91ABB6
(145,171,182)
#8198A2
(129,152,162)
#71858E
(113,133,142)
#61727A
(97,114,122)
#515F66
(81,95,102)
#414C52
(65,76,82)
#31393E
(49,57,62)
#21262A
(33,38,42)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #B1D1DE

#B1D1DE
(177,209,222)
#B8D5E1
(184,213,225)
#BFD9E4
(191,217,228)
#C6DDE7
(198,221,231)
#CDE1EA
(205,225,234)
#D4E5ED
(212,229,237)
#DBE9F0
(219,233,240)
#E2EDF3
(226,237,243)
#E9F1F6
(233,241,246)
#F0F5F9
(240,245,249)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D1DE color. Also use rgb(177,209,222) instead hex code.

Text Font Color

.myTextColor { color: #B1D1DE; }

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

This text font color is #B1D1DE.

Background Color

.myBgColor { background-color: #B1D1DE; }

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

This div background color is #B1D1DE.

Border color

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

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

This div border color is #B1D1DE.

Opacity

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

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

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

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

This text has shadow with #B1D1DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D1DE.

Preview

Color preview on black background

This text has color #B1D1DE on black background.


Color preview on white background

This text has color #B1D1DE on white background.


Black color preview on #B1D1DE background

This text has black color on #B1D1DE background.


White color preview on #B1D1DE background

This text has white color on #B1D1DE background.


Related colors

Complementary color

Complementary color for #hex is #4E2E21.


I love getcolorcode.com

Triadic colors

1 #DEB1D1 and #D1DEB1 with #B1D1DE are triadic colors.

2 #DED1B1 and #D1B1DE with #B1D1DE are triadic colors.