COLOR #B4D4D9

HEX: #B4D4D9
RGB: (180,212,217)

Color info

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

RGB color model

#B4D4D9 color RGB value is (180,212,217).

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

RGB channels and saturation

R 180 of 255 = 71%
G 212 of 255 = 83%
B 217 of 255 = 85%

180
212
217

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

Portions of RGB colors in percentages

R + G + B =
180 + 212 + 217 = 609 (100%)
R 180 of 609 ~ 29.56%
G 212 of 609 ~ 34.81%
B 217 of 609 ~ 35.63%

%29.56
%34.81
%35.63

CMYK color model

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

  • cyan value is 17.05%
  • magenta value is 2.30%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(17,2,0,15)
C17M2Y0K15 
(17%,2%,0%,15%)
(0.17/0.02/0.00/0.15)	

CMYK percentages

%17.05
%2.3
%0
%14.9

Codes

Color #B4D4D9 in popluar color models

B4D4D9
RGB180212217
HSL188°32.74%77.84%
HSB/HSV188°17.05%85.10%
CMYK17.05%2.30%0.00%
14.90%

Color #B4D4D9 in popluar number systems.

HEXB4D4D9
Decimal180212217
Binary101101001101010011011001
Octal264324331

Shades and tints

Shades of #B4D4D9

#B4D4D9
(180,212,217)
#A4C1C6
(164,193,198)
#94AEB3
(148,174,179)
#849BA0
(132,155,160)
#74888D
(116,136,141)
#64757A
(100,117,122)
#546267
(84,98,103)
#444F54
(68,79,84)
#343C41
(52,60,65)
#24292E
(36,41,46)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #B4D4D9

#B4D4D9
(180,212,217)
#BAD7DC
(186,215,220)
#C0DADF
(192,218,223)
#C6DDE2
(198,221,226)
#CCE0E5
(204,224,229)
#D2E3E8
(210,227,232)
#D8E6EB
(216,230,235)
#DEE9EE
(222,233,238)
#E4ECF1
(228,236,241)
#EAEFF4
(234,239,244)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D4D9; }

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

This text font color is #B4D4D9.


Background Color

.myBgColor { background-color: #B4D4D9; }

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

This div background color is #B4D4D9.


Border color

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

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

This div border color is #B4D4D9.


Opacity

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

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

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

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

This text has shadow with #B4D4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D4D9 on black background.


Color preview on white background

This text has color #B4D4D9 on white background.



Black color preview on #B4D4D9 background

This text has black color on #B4D4D9 background.


White color preview on #B4D4D9 background

This text has white color on #B4D4D9 background.