COLOR #B4DCB8

HEX: #B4DCB8
RGB: (180,220,184)

Color info

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

RGB color model

#B4DCB8 color RGB value is (180,220,184).

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

RGB channels and saturation

R 180 of 255 = 71%
G 220 of 255 = 86%
B 184 of 255 = 72%

180
220
184

R + G + B ~ 76%. #B4DCB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 220 + 184 = 584 (100%)
R 180 of 584 ~ 30.82%
G 220 of 584 ~ 37.67%
B 184 of 584 ~ 31.51%

%30.82
%37.67
%31.51

CMYK color model

#B4DCB8 color CMYK value is (18,0,16,14).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 13.73%
CMYK:
(18,0,16,14)
C18M0Y16K14 
(18%,0%,16%,14%)
(0.18/0.00/0.16/0.14)	

CMYK percentages

%18.18
%0
%16.36
%13.73

Codes

Color #B4DCB8 in popluar color models

B4DCB8
RGB180220184
HSL126°36.36%78.43%
HSB/HSV126°18.18%86.27%
CMYK18.18%0.00%16.36%
13.73%

Color #B4DCB8 in popluar number systems.

HEXB4DCB8
Decimal180220184
Binary101101001101110010111000
Octal264334270

Shades and tints

Shades of #B4DCB8

#B4DCB8
(180,220,184)
#A4C8A8
(164,200,168)
#94B498
(148,180,152)
#84A088
(132,160,136)
#748C78
(116,140,120)
#647868
(100,120,104)
#546458
(84,100,88)
#445048
(68,80,72)
#343C38
(52,60,56)
#242828
(36,40,40)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #B4DCB8

#B4DCB8
(180,220,184)
#BADFBE
(186,223,190)
#C0E2C4
(192,226,196)
#C6E5CA
(198,229,202)
#CCE8D0
(204,232,208)
#D2EBD6
(210,235,214)
#D8EEDC
(216,238,220)
#DEF1E2
(222,241,226)
#E4F4E8
(228,244,232)
#EAF7EE
(234,247,238)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DCB8; }

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

This text font color is #B4DCB8.


Background Color

.myBgColor { background-color: #B4DCB8; }

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

This div background color is #B4DCB8.


Border color

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

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

This div border color is #B4DCB8.


Opacity

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

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

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

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

This text has shadow with #B4DCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DCB8 on black background.


Color preview on white background

This text has color #B4DCB8 on white background.



Black color preview on #B4DCB8 background

This text has black color on #B4DCB8 background.


White color preview on #B4DCB8 background

This text has white color on #B4DCB8 background.