COLOR #B4D6D7

HEX: #B4D6D7
RGB: (180,214,215)

Color info

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

RGB color model

#B4D6D7 color RGB value is (180,214,215).

  • red value is 180;
  • green value is 214;
  • blue value is 215.
RGB:
(180,214,215)
(71%,84%,84%)

RGB channels and saturation

R 180 of 255 = 71%
G 214 of 255 = 84%
B 215 of 255 = 84%

180
214
215

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

Portions of RGB colors in percentages

R + G + B =
180 + 214 + 215 = 609 (100%)
R 180 of 609 ~ 29.56%
G 214 of 609 ~ 35.14%
B 215 of 609 ~ 35.3%

%29.56
%35.14
%35.3

CMYK color model

#B4D6D7 color CMYK value is (16,0,0,16).

  • cyan value is 16.28%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(16,0,0,16)
C16M0Y0K16 
(16%,0%,0%,16%)
(0.16/0.00/0.00/0.16)	

CMYK percentages

%16.28
%0.47
%0
%15.69

Codes

Color #B4D6D7 in popluar color models

B4D6D7
RGB180214215
HSL182°30.43%77.45%
HSB/HSV182°16.28%84.31%
CMYK16.28%0.47%0.00%
15.69%

Color #B4D6D7 in popluar number systems.

HEXB4D6D7
Decimal180214215
Binary101101001101011011010111
Octal264326327

Shades and tints

Shades of #B4D6D7

#B4D6D7
(180,214,215)
#A4C3C4
(164,195,196)
#94B0B1
(148,176,177)
#849D9E
(132,157,158)
#748A8B
(116,138,139)
#647778
(100,119,120)
#546465
(84,100,101)
#445152
(68,81,82)
#343E3F
(52,62,63)
#242B2C
(36,43,44)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #B4D6D7

#B4D6D7
(180,214,215)
#BAD9DA
(186,217,218)
#C0DCDD
(192,220,221)
#C6DFE0
(198,223,224)
#CCE2E3
(204,226,227)
#D2E5E6
(210,229,230)
#D8E8E9
(216,232,233)
#DEEBEC
(222,235,236)
#E4EEEF
(228,238,239)
#EAF1F2
(234,241,242)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D6D7 color. Also use rgb(180,214,215) instead hex code.

Text Font Color

.myTextColor { color: #B4D6D7; }

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

This text font color is #B4D6D7.


Background Color

.myBgColor { background-color: #B4D6D7; }

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

This div background color is #B4D6D7.


Border color

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

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

This div border color is #B4D6D7.


Opacity

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

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

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

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

This text has shadow with #B4D6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D6D7 on black background.


Color preview on white background

This text has color #B4D6D7 on white background.



Black color preview on #B4D6D7 background

This text has black color on #B4D6D7 background.


White color preview on #B4D6D7 background

This text has white color on #B4D6D7 background.