COLOR #B4D9DA

HEX: #B4D9DA
RGB: (180,217,218)

Color info

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

RGB color model

#B4D9DA color RGB value is (180,217,218).

  • red value is 180;
  • green value is 217;
  • blue value is 218.
RGB:
(180,217,218)
(71%,85%,85%)

RGB channels and saturation

R 180 of 255 = 71%
G 217 of 255 = 85%
B 218 of 255 = 85%

180
217
218

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

Portions of RGB colors in percentages

R + G + B =
180 + 217 + 218 = 615 (100%)
R 180 of 615 ~ 29.27%
G 217 of 615 ~ 35.28%
B 218 of 615 ~ 35.45%

%29.27
%35.28
%35.45

CMYK color model

#B4D9DA color CMYK value is (17,0,0,15).

  • cyan value is 17.43%
  • magenta value is 0.46%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(17,0,0,15)
C17M0Y0K15 
(17%,0%,0%,15%)
(0.17/0.00/0.00/0.15)	

CMYK percentages

%17.43
%0.46
%0
%14.51

Codes

Color #B4D9DA in popluar color models

B4D9DA
RGB180217218
HSL182°33.93%78.04%
HSB/HSV182°17.43%85.49%
CMYK17.43%0.46%0.00%
14.51%

Color #B4D9DA in popluar number systems.

HEXB4D9DA
Decimal180217218
Binary101101001101100111011010
Octal264331332

Shades and tints

Shades of #B4D9DA

#B4D9DA
(180,217,218)
#A4C6C7
(164,198,199)
#94B3B4
(148,179,180)
#84A0A1
(132,160,161)
#748D8E
(116,141,142)
#647A7B
(100,122,123)
#546768
(84,103,104)
#445455
(68,84,85)
#344142
(52,65,66)
#242E2F
(36,46,47)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #B4D9DA

#B4D9DA
(180,217,218)
#BADCDD
(186,220,221)
#C0DFE0
(192,223,224)
#C6E2E3
(198,226,227)
#CCE5E6
(204,229,230)
#D2E8E9
(210,232,233)
#D8EBEC
(216,235,236)
#DEEEEF
(222,238,239)
#E4F1F2
(228,241,242)
#EAF4F5
(234,244,245)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D9DA color. Also use rgb(180,217,218) instead hex code.

Text Font Color

.myTextColor { color: #B4D9DA; }

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

This text font color is #B4D9DA.


Background Color

.myBgColor { background-color: #B4D9DA; }

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

This div background color is #B4D9DA.


Border color

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

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

This div border color is #B4D9DA.


Opacity

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

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

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

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

This text has shadow with #B4D9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D9DA on black background.


Color preview on white background

This text has color #B4D9DA on white background.



Black color preview on #B4D9DA background

This text has black color on #B4D9DA background.


White color preview on #B4D9DA background

This text has white color on #B4D9DA background.