COLOR #B1D4DF

HEX: #B1D4DF RGB: (177,212,223)

Color info

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

RGB color model

#B1D4DF color RGB value is (177,212,223).

RGB: (177,212,223) (69%, 83%, 87%)

RGB channels and saturation

R 177 of 255 = 69%
G 212 of 255 = 83%
B 223 of 255 = 87%

177
212
223

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

Portions of RGB colors in percentages

R + G + B = 177 + 212 + 223 = 612 (100%)
R 177 of 612 ~ 28.92%
G 212 of 612 ~ 34.64%
B 223 of 612 ~ 36.44'%

%28.92
%34.64
%36.44

CMYK color model

#B1D4DF color CMYK value is (21,5,0,13).

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

CMYK: (21,5,0,13)
C21M5Y0K13 (21%, 5%, 0%, 13%)
(0.21 / 0.05 / 0.00 / 0.13)

CMYK percentages

%20.63
%4.93
%0
%12.55

Codes

Color #B1D4DF in popluar color models

B1 D4 DF
RGB 177 212 223
HSL 194° 41.82% 78.43%
HSB/HSV 194° 20.63% 87.45%
CMYK 20.63% 4.93% 0.00%
12.55%

Color #B1D4DF in popluar number systems.

HEX B1 D4 DF
Decimal 177 212 223
Binary 10110001 11010100 11011111
Octal 261 324 337

Shades and tints

Shades of #B1D4DF

#B1D4DF
(177,212,223)
#A1C1CB
(161,193,203)
#91AEB7
(145,174,183)
#819BA3
(129,155,163)
#71888F
(113,136,143)
#61757B
(97,117,123)
#516267
(81,98,103)
#414F53
(65,79,83)
#313C3F
(49,60,63)
#21292B
(33,41,43)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #B1D4DF

#B1D4DF
(177,212,223)
#B8D7E1
(184,215,225)
#BFDAE3
(191,218,227)
#C6DDE5
(198,221,229)
#CDE0E7
(205,224,231)
#D4E3E9
(212,227,233)
#DBE6EB
(219,230,235)
#E2E9ED
(226,233,237)
#E9ECEF
(233,236,239)
#F0EFF1
(240,239,241)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D4DF; }

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

This text font color is #B1D4DF.

Background Color

.myBgColor { background-color: #B1D4DF; }

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

This div background color is #B1D4DF.

Border color

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

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

This div border color is #B1D4DF.

Opacity

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

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

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

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

This text has shadow with #B1D4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D4DF.

Preview

Color preview on black background

This text has color #B1D4DF on black background.


Color preview on white background

This text has color #B1D4DF on white background.


Black color preview on #B1D4DF background

This text has black color on #B1D4DF background.


White color preview on #B1D4DF background

This text has white color on #B1D4DF background.


Related colors

Complementary color

Complementary color for #hex is #4E2B20.


I love getcolorcode.com

Triadic colors

1 #DFB1D4 and #D4DFB1 with #B1D4DF are triadic colors.

2 #DFD4B1 and #D4B1DF with #B1D4DF are triadic colors.