COLOR #B4D4CB

HEX: #B4D4CB
RGB: (180,212,203)

Color info

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

RGB color model

#B4D4CB color RGB value is (180,212,203).

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

RGB channels and saturation

R 180 of 255 = 71%
G 212 of 255 = 83%
B 203 of 255 = 80%

180
212
203

R + G + B ~ 78%. #B4D4CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 212 + 203 = 595 (100%)
R 180 of 595 ~ 30.25%
G 212 of 595 ~ 35.63%
B 203 of 595 ~ 34.12%

%30.25
%35.63
%34.12

CMYK color model

#B4D4CB color CMYK value is (15,0,4,17).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 4.25%
  • key color value is 16.86%
CMYK:
(15,0,4,17)
C15M0Y4K17 
(15%,0%,4%,17%)
(0.15/0.00/0.04/0.17)	

CMYK percentages

%15.09
%0
%4.25
%16.86

Codes

Color #B4D4CB in popluar color models

B4D4CB
RGB180212203
HSL163°27.12%76.86%
HSB/HSV163°15.09%83.14%
CMYK15.09%0.00%4.25%
16.86%

Color #B4D4CB in popluar number systems.

HEXB4D4CB
Decimal180212203
Binary101101001101010011001011
Octal264324313

Shades and tints

Shades of #B4D4CB

#B4D4CB
(180,212,203)
#A4C1B9
(164,193,185)
#94AEA7
(148,174,167)
#849B95
(132,155,149)
#748883
(116,136,131)
#647571
(100,117,113)
#54625F
(84,98,95)
#444F4D
(68,79,77)
#343C3B
(52,60,59)
#242929
(36,41,41)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #B4D4CB

#B4D4CB
(180,212,203)
#BAD7CF
(186,215,207)
#C0DAD3
(192,218,211)
#C6DDD7
(198,221,215)
#CCE0DB
(204,224,219)
#D2E3DF
(210,227,223)
#D8E6E3
(216,230,227)
#DEE9E7
(222,233,231)
#E4ECEB
(228,236,235)
#EAEFEF
(234,239,239)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D4CB; }

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

This text font color is #B4D4CB.


Background Color

.myBgColor { background-color: #B4D4CB; }

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

This div background color is #B4D4CB.


Border color

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

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

This div border color is #B4D4CB.


Opacity

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

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

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

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

This text has shadow with #B4D4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D4CB on black background.


Color preview on white background

This text has color #B4D4CB on white background.



Black color preview on #B4D4CB background

This text has black color on #B4D4CB background.


White color preview on #B4D4CB background

This text has white color on #B4D4CB background.