COLOR #B2DFD0

HEX: #B2DFD0
RGB: (178,223,208)

Color info

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

RGB color model

#B2DFD0 color RGB value is (178,223,208).

  • red value is 178;
  • green value is 223;
  • blue value is 208.
RGB:
(178,223,208)
(70%,87%,82%)

RGB channels and saturation

R 178 of 255 = 70%
G 223 of 255 = 87%
B 208 of 255 = 82%

178
223
208

R + G + B ~ 80%. #B2DFD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 223 + 208 = 609 (100%)
R 178 of 609 ~ 29.23%
G 223 of 609 ~ 36.62%
B 208 of 609 ~ 34.15%

%29.23
%36.62
%34.15

CMYK color model

#B2DFD0 color CMYK value is (20,0,7,13).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 12.55%
CMYK:
(20,0,7,13)
C20M0Y7K13 
(20%,0%,7%,13%)
(0.20/0.00/0.07/0.13)	

CMYK percentages

%20.18
%0
%6.73
%12.55

Codes

Color #B2DFD0 in popluar color models

B2DFD0
RGB178223208
HSL160°41.28%78.63%
HSB/HSV160°20.18%87.45%
CMYK20.18%0.00%6.73%
12.55%

Color #B2DFD0 in popluar number systems.

HEXB2DFD0
Decimal178223208
Binary101100101101111111010000
Octal262337320

Shades and tints

Shades of #B2DFD0

#B2DFD0
(178,223,208)
#A2CBBE
(162,203,190)
#92B7AC
(146,183,172)
#82A39A
(130,163,154)
#728F88
(114,143,136)
#627B76
(98,123,118)
#526764
(82,103,100)
#425352
(66,83,82)
#323F40
(50,63,64)
#222B2E
(34,43,46)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #B2DFD0

#B2DFD0
(178,223,208)
#B9E1D4
(185,225,212)
#C0E3D8
(192,227,216)
#C7E5DC
(199,229,220)
#CEE7E0
(206,231,224)
#D5E9E4
(213,233,228)
#DCEBE8
(220,235,232)
#E3EDEC
(227,237,236)
#EAEFF0
(234,239,240)
#F1F1F4
(241,241,244)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DFD0 color. Also use rgb(178,223,208) instead hex code.

Text Font Color

.myTextColor { color: #B2DFD0; }

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

This text font color is #B2DFD0.


Background Color

.myBgColor { background-color: #B2DFD0; }

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

This div background color is #B2DFD0.


Border color

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

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

This div border color is #B2DFD0.


Opacity

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

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

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

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

This text has shadow with #B2DFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DFD0 on black background.


Color preview on white background

This text has color #B2DFD0 on white background.



Black color preview on #B2DFD0 background

This text has black color on #B2DFD0 background.


White color preview on #B2DFD0 background

This text has white color on #B2DFD0 background.