COLOR #B4DCD7

HEX: #B4DCD7
RGB: (180,220,215)

Color info

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

RGB color model

#B4DCD7 color RGB value is (180,220,215).

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

RGB channels and saturation

R 180 of 255 = 71%
G 220 of 255 = 86%
B 215 of 255 = 84%

180
220
215

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

Portions of RGB colors in percentages

R + G + B =
180 + 220 + 215 = 615 (100%)
R 180 of 615 ~ 29.27%
G 220 of 615 ~ 35.77%
B 215 of 615 ~ 34.96%

%29.27
%35.77
%34.96

CMYK color model

#B4DCD7 color CMYK value is (18,0,2,14).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 13.73%
CMYK:
(18,0,2,14)
C18M0Y2K14 
(18%,0%,2%,14%)
(0.18/0.00/0.02/0.14)	

CMYK percentages

%18.18
%0
%2.27
%13.73

Codes

Color #B4DCD7 in popluar color models

B4DCD7
RGB180220215
HSL173°36.36%78.43%
HSB/HSV173°18.18%86.27%
CMYK18.18%0.00%2.27%
13.73%

Color #B4DCD7 in popluar number systems.

HEXB4DCD7
Decimal180220215
Binary101101001101110011010111
Octal264334327

Shades and tints

Shades of #B4DCD7

#B4DCD7
(180,220,215)
#A4C8C4
(164,200,196)
#94B4B1
(148,180,177)
#84A09E
(132,160,158)
#748C8B
(116,140,139)
#647878
(100,120,120)
#546465
(84,100,101)
#445052
(68,80,82)
#343C3F
(52,60,63)
#24282C
(36,40,44)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #B4DCD7

#B4DCD7
(180,220,215)
#BADFDA
(186,223,218)
#C0E2DD
(192,226,221)
#C6E5E0
(198,229,224)
#CCE8E3
(204,232,227)
#D2EBE6
(210,235,230)
#D8EEE9
(216,238,233)
#DEF1EC
(222,241,236)
#E4F4EF
(228,244,239)
#EAF7F2
(234,247,242)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DCD7; }

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

This text font color is #B4DCD7.


Background Color

.myBgColor { background-color: #B4DCD7; }

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

This div background color is #B4DCD7.


Border color

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

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

This div border color is #B4DCD7.


Opacity

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

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

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

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

This text has shadow with #B4DCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DCD7 on black background.


Color preview on white background

This text has color #B4DCD7 on white background.



Black color preview on #B4DCD7 background

This text has black color on #B4DCD7 background.


White color preview on #B4DCD7 background

This text has white color on #B4DCD7 background.