COLOR #B4D8DF

HEX: #B4D8DF
RGB: (180,216,223)

Color info

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

RGB color model

#B4D8DF color RGB value is (180,216,223).

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

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 223 of 255 = 87%

180
216
223

R + G + B ~ 81%. #B4D8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 216 + 223 = 619 (100%)
R 180 of 619 ~ 29.08%
G 216 of 619 ~ 34.89%
B 223 of 619 ~ 36.03%

%29.08
%34.89
%36.03

CMYK color model

#B4D8DF color CMYK value is (19,3,0,13).

  • cyan value is 19.28%
  • magenta value is 3.14%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(19,3,0,13)
C19M3Y0K13 
(19%,3%,0%,13%)
(0.19/0.03/0.00/0.13)	

CMYK percentages

%19.28
%3.14
%0
%12.55

Codes

Color #B4D8DF in popluar color models

B4D8DF
RGB180216223
HSL190°40.19%79.02%
HSB/HSV190°19.28%87.45%
CMYK19.28%3.14%0.00%
12.55%

Color #B4D8DF in popluar number systems.

HEXB4D8DF
Decimal180216223
Binary101101001101100011011111
Octal264330337

Shades and tints

Shades of #B4D8DF

#B4D8DF
(180,216,223)
#A4C5CB
(164,197,203)
#94B2B7
(148,178,183)
#849FA3
(132,159,163)
#748C8F
(116,140,143)
#64797B
(100,121,123)
#546667
(84,102,103)
#445353
(68,83,83)
#34403F
(52,64,63)
#242D2B
(36,45,43)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #B4D8DF

#B4D8DF
(180,216,223)
#BADBE1
(186,219,225)
#C0DEE3
(192,222,227)
#C6E1E5
(198,225,229)
#CCE4E7
(204,228,231)
#D2E7E9
(210,231,233)
#D8EAEB
(216,234,235)
#DEEDED
(222,237,237)
#E4F0EF
(228,240,239)
#EAF3F1
(234,243,241)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D8DF; }

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

This text font color is #B4D8DF.


Background Color

.myBgColor { background-color: #B4D8DF; }

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

This div background color is #B4D8DF.


Border color

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

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

This div border color is #B4D8DF.


Opacity

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

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

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

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

This text has shadow with #B4D8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D8DF on black background.


Color preview on white background

This text has color #B4D8DF on white background.



Black color preview on #B4D8DF background

This text has black color on #B4D8DF background.


White color preview on #B4D8DF background

This text has white color on #B4D8DF background.