COLOR #B4D4CE

HEX: #B4D4CE
RGB: (180,212,206)

Color info

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

RGB color model

#B4D4CE color RGB value is (180,212,206).

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

RGB channels and saturation

R 180 of 255 = 71%
G 212 of 255 = 83%
B 206 of 255 = 81%

180
212
206

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

Portions of RGB colors in percentages

R + G + B =
180 + 212 + 206 = 598 (100%)
R 180 of 598 ~ 30.1%
G 212 of 598 ~ 35.45%
B 206 of 598 ~ 34.45%

%30.1
%35.45
%34.45

CMYK color model

#B4D4CE color CMYK value is (15,0,3,17).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 2.83%
  • key color value is 16.86%
CMYK:
(15,0,3,17)
C15M0Y3K17 
(15%,0%,3%,17%)
(0.15/0.00/0.03/0.17)	

CMYK percentages

%15.09
%0
%2.83
%16.86

Codes

Color #B4D4CE in popluar color models

B4D4CE
RGB180212206
HSL169°27.12%76.86%
HSB/HSV169°15.09%83.14%
CMYK15.09%0.00%2.83%
16.86%

Color #B4D4CE in popluar number systems.

HEXB4D4CE
Decimal180212206
Binary101101001101010011001110
Octal264324316

Shades and tints

Shades of #B4D4CE

#B4D4CE
(180,212,206)
#A4C1BC
(164,193,188)
#94AEAA
(148,174,170)
#849B98
(132,155,152)
#748886
(116,136,134)
#647574
(100,117,116)
#546262
(84,98,98)
#444F50
(68,79,80)
#343C3E
(52,60,62)
#24292C
(36,41,44)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #B4D4CE

#B4D4CE
(180,212,206)
#BAD7D2
(186,215,210)
#C0DAD6
(192,218,214)
#C6DDDA
(198,221,218)
#CCE0DE
(204,224,222)
#D2E3E2
(210,227,226)
#D8E6E6
(216,230,230)
#DEE9EA
(222,233,234)
#E4ECEE
(228,236,238)
#EAEFF2
(234,239,242)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D4CE; }

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

This text font color is #B4D4CE.


Background Color

.myBgColor { background-color: #B4D4CE; }

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

This div background color is #B4D4CE.


Border color

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

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

This div border color is #B4D4CE.


Opacity

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

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

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

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

This text has shadow with #B4D4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D4CE on black background.


Color preview on white background

This text has color #B4D4CE on white background.



Black color preview on #B4D4CE background

This text has black color on #B4D4CE background.


White color preview on #B4D4CE background

This text has white color on #B4D4CE background.