COLOR #B4D2D7

HEX: #B4D2D7
RGB: (180,210,215)

Color info

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

RGB color model

#B4D2D7 color RGB value is (180,210,215).

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

RGB channels and saturation

R 180 of 255 = 71%
G 210 of 255 = 82%
B 215 of 255 = 84%

180
210
215

R + G + B ~ 79%. #B4D2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 210 + 215 = 605 (100%)
R 180 of 605 ~ 29.75%
G 210 of 605 ~ 34.71%
B 215 of 605 ~ 35.54%

%29.75
%34.71
%35.54

CMYK color model

#B4D2D7 color CMYK value is (16,2,0,16).

  • cyan value is 16.28%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(16,2,0,16)
C16M2Y0K16 
(16%,2%,0%,16%)
(0.16/0.02/0.00/0.16)	

CMYK percentages

%16.28
%2.33
%0
%15.69

Codes

Color #B4D2D7 in popluar color models

B4D2D7
RGB180210215
HSL189°30.43%77.45%
HSB/HSV189°16.28%84.31%
CMYK16.28%2.33%0.00%
15.69%

Color #B4D2D7 in popluar number systems.

HEXB4D2D7
Decimal180210215
Binary101101001101001011010111
Octal264322327

Shades and tints

Shades of #B4D2D7

#B4D2D7
(180,210,215)
#A4BFC4
(164,191,196)
#94ACB1
(148,172,177)
#84999E
(132,153,158)
#74868B
(116,134,139)
#647378
(100,115,120)
#546065
(84,96,101)
#444D52
(68,77,82)
#343A3F
(52,58,63)
#24272C
(36,39,44)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #B4D2D7

#B4D2D7
(180,210,215)
#BAD6DA
(186,214,218)
#C0DADD
(192,218,221)
#C6DEE0
(198,222,224)
#CCE2E3
(204,226,227)
#D2E6E6
(210,230,230)
#D8EAE9
(216,234,233)
#DEEEEC
(222,238,236)
#E4F2EF
(228,242,239)
#EAF6F2
(234,246,242)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D2D7; }

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

This text font color is #B4D2D7.


Background Color

.myBgColor { background-color: #B4D2D7; }

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

This div background color is #B4D2D7.


Border color

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

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

This div border color is #B4D2D7.


Opacity

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

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

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

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

This text has shadow with #B4D2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D2D7 on black background.


Color preview on white background

This text has color #B4D2D7 on white background.



Black color preview on #B4D2D7 background

This text has black color on #B4D2D7 background.


White color preview on #B4D2D7 background

This text has white color on #B4D2D7 background.