COLOR #B2D4CE

HEX: #B2D4CE
RGB: (178,212,206)

Color info

#B2D4CE contains red, green and blue colors in about the same proportion. Web safe color of #B2D4CE is #99CCCC (or #9CC).

RGB color model

#B2D4CE color RGB value is (178,212,206).

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

RGB channels and saturation

R 178 of 255 = 70%
G 212 of 255 = 83%
B 206 of 255 = 81%

178
212
206

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

Portions of RGB colors in percentages

R + G + B =
178 + 212 + 206 = 596 (100%)
R 178 of 596 ~ 29.87%
G 212 of 596 ~ 35.57%
B 206 of 596 ~ 34.56%

%29.87
%35.57
%34.56

CMYK color model

#B2D4CE color CMYK value is (16,0,3,17).

  • cyan value is 16.04%
  • magenta value is 0.00%
  • yellow value is 2.83%
  • key color value is 16.86%
CMYK:
(16,0,3,17)
C16M0Y3K17 
(16%,0%,3%,17%)
(0.16/0.00/0.03/0.17)	

CMYK percentages

%16.04
%0
%2.83
%16.86

Codes

Color #B2D4CE in popluar color models

B2D4CE
RGB178212206
HSL169°28.33%76.47%
HSB/HSV169°16.04%83.14%
CMYK16.04%0.00%2.83%
16.86%

Color #B2D4CE in popluar number systems.

HEXB2D4CE
Decimal178212206
Binary101100101101010011001110
Octal262324316

Shades and tints

Shades of #B2D4CE

#B2D4CE
(178,212,206)
#A2C1BC
(162,193,188)
#92AEAA
(146,174,170)
#829B98
(130,155,152)
#728886
(114,136,134)
#627574
(98,117,116)
#526262
(82,98,98)
#424F50
(66,79,80)
#323C3E
(50,60,62)
#22292C
(34,41,44)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #B2D4CE

#B2D4CE
(178,212,206)
#B9D7D2
(185,215,210)
#C0DAD6
(192,218,214)
#C7DDDA
(199,221,218)
#CEE0DE
(206,224,222)
#D5E3E2
(213,227,226)
#DCE6E6
(220,230,230)
#E3E9EA
(227,233,234)
#EAECEE
(234,236,238)
#F1EFF2
(241,239,242)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D4CE; }

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

This text font color is #B2D4CE.


Background Color

.myBgColor { background-color: #B2D4CE; }

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

This div background color is #B2D4CE.


Border color

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

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

This div border color is #B2D4CE.


Opacity

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

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

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

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

This text has shadow with #B2D4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D4CE on black background.


Color preview on white background

This text has color #B2D4CE on white background.



Black color preview on #B2D4CE background

This text has black color on #B2D4CE background.


White color preview on #B2D4CE background

This text has white color on #B2D4CE background.