COLOR #B4D1DF

HEX: #B4D1DF
RGB: (180,209,223)

Color info

#B4D1DF contains red, green and blue colors in about the same proportion. Web safe color of #B4D1DF is #CCCCCC (or #CCC).

RGB color model

#B4D1DF color RGB value is (180,209,223).

  • red value is 180;
  • green value is 209;
  • blue value is 223.
RGB:
(180,209,223)
(71%,82%,87%)

RGB channels and saturation

R 180 of 255 = 71%
G 209 of 255 = 82%
B 223 of 255 = 87%

180
209
223

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

Portions of RGB colors in percentages

R + G + B =
180 + 209 + 223 = 612 (100%)
R 180 of 612 ~ 29.41%
G 209 of 612 ~ 34.15%
B 223 of 612 ~ 36.44%

%29.41
%34.15
%36.44

CMYK color model

#B4D1DF color CMYK value is (19,6,0,13).

  • cyan value is 19.28%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(19,6,0,13)
C19M6Y0K13 
(19%,6%,0%,13%)
(0.19/0.06/0.00/0.13)	

CMYK percentages

%19.28
%6.28
%0
%12.55

Codes

Color #B4D1DF in popluar color models

B4D1DF
RGB180209223
HSL200°40.19%79.02%
HSB/HSV200°19.28%87.45%
CMYK19.28%6.28%0.00%
12.55%

Color #B4D1DF in popluar number systems.

HEXB4D1DF
Decimal180209223
Binary101101001101000111011111
Octal264321337

Shades and tints

Shades of #B4D1DF

#B4D1DF
(180,209,223)
#A4BECB
(164,190,203)
#94ABB7
(148,171,183)
#8498A3
(132,152,163)
#74858F
(116,133,143)
#64727B
(100,114,123)
#545F67
(84,95,103)
#444C53
(68,76,83)
#34393F
(52,57,63)
#24262B
(36,38,43)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #B4D1DF

#B4D1DF
(180,209,223)
#BAD5E1
(186,213,225)
#C0D9E3
(192,217,227)
#C6DDE5
(198,221,229)
#CCE1E7
(204,225,231)
#D2E5E9
(210,229,233)
#D8E9EB
(216,233,235)
#DEEDED
(222,237,237)
#E4F1EF
(228,241,239)
#EAF5F1
(234,245,241)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D1DF color. Also use rgb(180,209,223) instead hex code.

Text Font Color

.myTextColor { color: #B4D1DF; }

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

This text font color is #B4D1DF.


Background Color

.myBgColor { background-color: #B4D1DF; }

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

This div background color is #B4D1DF.


Border color

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

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

This div border color is #B4D1DF.


Opacity

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

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

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

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

This text has shadow with #B4D1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D1DF on black background.


Color preview on white background

This text has color #B4D1DF on white background.



Black color preview on #B4D1DF background

This text has black color on #B4D1DF background.


White color preview on #B4D1DF background

This text has white color on #B4D1DF background.