COLOR #B2D8D7

HEX: #B2D8D7
RGB: (178,216,215)

Color info

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

RGB color model

#B2D8D7 color RGB value is (178,216,215).

  • red value is 178;
  • green value is 216;
  • blue value is 215.
RGB:
(178,216,215)
(70%,85%,84%)

RGB channels and saturation

R 178 of 255 = 70%
G 216 of 255 = 85%
B 215 of 255 = 84%

178
216
215

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

Portions of RGB colors in percentages

R + G + B =
178 + 216 + 215 = 609 (100%)
R 178 of 609 ~ 29.23%
G 216 of 609 ~ 35.47%
B 215 of 609 ~ 35.3%

%29.23
%35.47
%35.3

CMYK color model

#B2D8D7 color CMYK value is (18,0,0,15).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 15.29%
CMYK:
(18,0,0,15)
C18M0Y0K15 
(18%,0%,0%,15%)
(0.18/0.00/0.00/0.15)	

CMYK percentages

%17.59
%0
%0.46
%15.29

Codes

Color #B2D8D7 in popluar color models

B2D8D7
RGB178216215
HSL178°32.76%77.25%
HSB/HSV178°17.59%84.71%
CMYK17.59%0.00%0.46%
15.29%

Color #B2D8D7 in popluar number systems.

HEXB2D8D7
Decimal178216215
Binary101100101101100011010111
Octal262330327

Shades and tints

Shades of #B2D8D7

#B2D8D7
(178,216,215)
#A2C5C4
(162,197,196)
#92B2B1
(146,178,177)
#829F9E
(130,159,158)
#728C8B
(114,140,139)
#627978
(98,121,120)
#526665
(82,102,101)
#425352
(66,83,82)
#32403F
(50,64,63)
#222D2C
(34,45,44)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #B2D8D7

#B2D8D7
(178,216,215)
#B9DBDA
(185,219,218)
#C0DEDD
(192,222,221)
#C7E1E0
(199,225,224)
#CEE4E3
(206,228,227)
#D5E7E6
(213,231,230)
#DCEAE9
(220,234,233)
#E3EDEC
(227,237,236)
#EAF0EF
(234,240,239)
#F1F3F2
(241,243,242)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D8D7 color. Also use rgb(178,216,215) instead hex code.

Text Font Color

.myTextColor { color: #B2D8D7; }

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

This text font color is #B2D8D7.


Background Color

.myBgColor { background-color: #B2D8D7; }

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

This div background color is #B2D8D7.


Border color

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

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

This div border color is #B2D8D7.


Opacity

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

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

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

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

This text has shadow with #B2D8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D8D7 on black background.


Color preview on white background

This text has color #B2D8D7 on white background.



Black color preview on #B2D8D7 background

This text has black color on #B2D8D7 background.


White color preview on #B2D8D7 background

This text has white color on #B2D8D7 background.