COLOR #B4DCCB

HEX: #B4DCCB
RGB: (180,220,203)

Color info

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

RGB color model

#B4DCCB color RGB value is (180,220,203).

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

RGB channels and saturation

R 180 of 255 = 71%
G 220 of 255 = 86%
B 203 of 255 = 80%

180
220
203

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

Portions of RGB colors in percentages

R + G + B =
180 + 220 + 203 = 603 (100%)
R 180 of 603 ~ 29.85%
G 220 of 603 ~ 36.48%
B 203 of 603 ~ 33.67%

%29.85
%36.48
%33.67

CMYK color model

#B4DCCB color CMYK value is (18,0,8,14).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 13.73%
CMYK:
(18,0,8,14)
C18M0Y8K14 
(18%,0%,8%,14%)
(0.18/0.00/0.08/0.14)	

CMYK percentages

%18.18
%0
%7.73
%13.73

Codes

Color #B4DCCB in popluar color models

B4DCCB
RGB180220203
HSL155°36.36%78.43%
HSB/HSV155°18.18%86.27%
CMYK18.18%0.00%7.73%
13.73%

Color #B4DCCB in popluar number systems.

HEXB4DCCB
Decimal180220203
Binary101101001101110011001011
Octal264334313

Shades and tints

Shades of #B4DCCB

#B4DCCB
(180,220,203)
#A4C8B9
(164,200,185)
#94B4A7
(148,180,167)
#84A095
(132,160,149)
#748C83
(116,140,131)
#647871
(100,120,113)
#54645F
(84,100,95)
#44504D
(68,80,77)
#343C3B
(52,60,59)
#242829
(36,40,41)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #B4DCCB

#B4DCCB
(180,220,203)
#BADFCF
(186,223,207)
#C0E2D3
(192,226,211)
#C6E5D7
(198,229,215)
#CCE8DB
(204,232,219)
#D2EBDF
(210,235,223)
#D8EEE3
(216,238,227)
#DEF1E7
(222,241,231)
#E4F4EB
(228,244,235)
#EAF7EF
(234,247,239)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DCCB; }

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

This text font color is #B4DCCB.


Background Color

.myBgColor { background-color: #B4DCCB; }

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

This div background color is #B4DCCB.


Border color

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

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

This div border color is #B4DCCB.


Opacity

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

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

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

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

This text has shadow with #B4DCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DCCB on black background.


Color preview on white background

This text has color #B4DCCB on white background.



Black color preview on #B4DCCB background

This text has black color on #B4DCCB background.


White color preview on #B4DCCB background

This text has white color on #B4DCCB background.