COLOR #B1D7DF

HEX: #B1D7DF RGB: (177,215,223)

Color info

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

RGB color model

#B1D7DF color RGB value is (177,215,223).

RGB: (177,215,223) (69%, 84%, 87%)

RGB channels and saturation

R 177 of 255 = 69%
G 215 of 255 = 84%
B 223 of 255 = 87%

177
215
223

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

Portions of RGB colors in percentages

R + G + B = 177 + 215 + 223 = 615 (100%)
R 177 of 615 ~ 28.78%
G 215 of 615 ~ 34.96%
B 223 of 615 ~ 36.26'%

%28.78
%34.96
%36.26

CMYK color model

#B1D7DF color CMYK value is (21,4,0,13).

  • cyan value is 20.63%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (21,4,0,13)
C21M4Y0K13 (21%, 4%, 0%, 13%)
(0.21 / 0.04 / 0.00 / 0.13)

CMYK percentages

%20.63
%3.59
%0
%12.55

Codes

Color #B1D7DF in popluar color models

B1 D7 DF
RGB 177 215 223
HSL 190° 41.82% 78.43%
HSB/HSV 190° 20.63% 87.45%
CMYK 20.63% 3.59% 0.00%
12.55%

Color #B1D7DF in popluar number systems.

HEX B1 D7 DF
Decimal 177 215 223
Binary 10110001 11010111 11011111
Octal 261 327 337

Shades and tints

Shades of #B1D7DF

#B1D7DF
(177,215,223)
#A1C4CB
(161,196,203)
#91B1B7
(145,177,183)
#819EA3
(129,158,163)
#718B8F
(113,139,143)
#61787B
(97,120,123)
#516567
(81,101,103)
#415253
(65,82,83)
#313F3F
(49,63,63)
#212C2B
(33,44,43)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #B1D7DF

#B1D7DF
(177,215,223)
#B8DAE1
(184,218,225)
#BFDDE3
(191,221,227)
#C6E0E5
(198,224,229)
#CDE3E7
(205,227,231)
#D4E6E9
(212,230,233)
#DBE9EB
(219,233,235)
#E2ECED
(226,236,237)
#E9EFEF
(233,239,239)
#F0F2F1
(240,242,241)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D7DF color. Also use rgb(177,215,223) instead hex code.

Text Font Color

.myTextColor { color: #B1D7DF; }

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

This text font color is #B1D7DF.

Background Color

.myBgColor { background-color: #B1D7DF; }

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

This div background color is #B1D7DF.

Border color

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

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

This div border color is #B1D7DF.

Opacity

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

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

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

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

This text has shadow with #B1D7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D7DF.

Preview

Color preview on black background

This text has color #B1D7DF on black background.


Color preview on white background

This text has color #B1D7DF on white background.


Black color preview on #B1D7DF background

This text has black color on #B1D7DF background.


White color preview on #B1D7DF background

This text has white color on #B1D7DF background.


Related colors

Complementary color

Complementary color for #hex is #4E2820.


I love getcolorcode.com

Triadic colors

1 #DFB1D7 and #D7DFB1 with #B1D7DF are triadic colors.

2 #DFD7B1 and #D7B1DF with #B1D7DF are triadic colors.