COLOR #B1D5DD

HEX: #B1D5DD RGB: (177,213,221)

Color info

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

RGB color model

#B1D5DD color RGB value is (177,213,221).

RGB: (177,213,221) (69%, 84%, 87%)

RGB channels and saturation

R 177 of 255 = 69%
G 213 of 255 = 84%
B 221 of 255 = 87%

177
213
221

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

Portions of RGB colors in percentages

R + G + B = 177 + 213 + 221 = 611 (100%)
R 177 of 611 ~ 28.97%
G 213 of 611 ~ 34.86%
B 221 of 611 ~ 36.17'%

%28.97
%34.86
%36.17

CMYK color model

#B1D5DD color CMYK value is (20,4,0,13).

  • cyan value is 19.91%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (20,4,0,13)
C20M4Y0K13 (20%, 4%, 0%, 13%)
(0.20 / 0.04 / 0.00 / 0.13)

CMYK percentages

%19.91
%3.62
%0
%13.33

Codes

Color #B1D5DD in popluar color models

B1 D5 DD
RGB 177 213 221
HSL 191° 39.29% 78.04%
HSB/HSV 191° 19.91% 86.67%
CMYK 19.91% 3.62% 0.00%
13.33%

Color #B1D5DD in popluar number systems.

HEX B1 D5 DD
Decimal 177 213 221
Binary 10110001 11010101 11011101
Octal 261 325 335

Shades and tints

Shades of #B1D5DD

#B1D5DD
(177,213,221)
#A1C2C9
(161,194,201)
#91AFB5
(145,175,181)
#819CA1
(129,156,161)
#71898D
(113,137,141)
#617679
(97,118,121)
#516365
(81,99,101)
#415051
(65,80,81)
#313D3D
(49,61,61)
#212A29
(33,42,41)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #B1D5DD

#B1D5DD
(177,213,221)
#B8D8E0
(184,216,224)
#BFDBE3
(191,219,227)
#C6DEE6
(198,222,230)
#CDE1E9
(205,225,233)
#D4E4EC
(212,228,236)
#DBE7EF
(219,231,239)
#E2EAF2
(226,234,242)
#E9EDF5
(233,237,245)
#F0F0F8
(240,240,248)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D5DD; }

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

This text font color is #B1D5DD.

Background Color

.myBgColor { background-color: #B1D5DD; }

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

This div background color is #B1D5DD.

Border color

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

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

This div border color is #B1D5DD.

Opacity

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

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

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

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

This text has shadow with #B1D5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D5DD.

Preview

Color preview on black background

This text has color #B1D5DD on black background.


Color preview on white background

This text has color #B1D5DD on white background.


Black color preview on #B1D5DD background

This text has black color on #B1D5DD background.


White color preview on #B1D5DD background

This text has white color on #B1D5DD background.


Related colors

Complementary color

Complementary color for #hex is #4E2A22.


I love getcolorcode.com

Triadic colors

1 #DDB1D5 and #D5DDB1 with #B1D5DD are triadic colors.

2 #DDD5B1 and #D5B1DD with #B1D5DD are triadic colors.