COLOR #B2D9BD

HEX: #B2D9BD
RGB: (178,217,189)

Color info

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

RGB color model

#B2D9BD color RGB value is (178,217,189).

  • red value is 178;
  • green value is 217;
  • blue value is 189.
RGB:
(178,217,189)
(70%,85%,74%)

RGB channels and saturation

R 178 of 255 = 70%
G 217 of 255 = 85%
B 189 of 255 = 74%

178
217
189

R + G + B ~ 76%. #B2D9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 217 + 189 = 584 (100%)
R 178 of 584 ~ 30.48%
G 217 of 584 ~ 37.16%
B 189 of 584 ~ 32.36%

%30.48
%37.16
%32.36

CMYK color model

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

  • cyan value is 17.97%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 14.90%
CMYK:
(18,0,13,15)
C18M0Y13K15 
(18%,0%,13%,15%)
(0.18/0.00/0.13/0.15)	

CMYK percentages

%17.97
%0
%12.9
%14.9

Codes

Color #B2D9BD in popluar color models

B2D9BD
RGB178217189
HSL137°33.91%77.45%
HSB/HSV137°17.97%85.10%
CMYK17.97%0.00%12.90%
14.90%

Color #B2D9BD in popluar number systems.

HEXB2D9BD
Decimal178217189
Binary101100101101100110111101
Octal262331275

Shades and tints

Shades of #B2D9BD

#B2D9BD
(178,217,189)
#A2C6AC
(162,198,172)
#92B39B
(146,179,155)
#82A08A
(130,160,138)
#728D79
(114,141,121)
#627A68
(98,122,104)
#526757
(82,103,87)
#425446
(66,84,70)
#324135
(50,65,53)
#222E24
(34,46,36)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #B2D9BD

#B2D9BD
(178,217,189)
#B9DCC3
(185,220,195)
#C0DFC9
(192,223,201)
#C7E2CF
(199,226,207)
#CEE5D5
(206,229,213)
#D5E8DB
(213,232,219)
#DCEBE1
(220,235,225)
#E3EEE7
(227,238,231)
#EAF1ED
(234,241,237)
#F1F4F3
(241,244,243)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D9BD color. Also use rgb(178,217,189) instead hex code.

Text Font Color

.myTextColor { color: #B2D9BD; }

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

This text font color is #B2D9BD.


Background Color

.myBgColor { background-color: #B2D9BD; }

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

This div background color is #B2D9BD.


Border color

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

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

This div border color is #B2D9BD.


Opacity

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

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

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

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

This text has shadow with #B2D9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D9BD on black background.


Color preview on white background

This text has color #B2D9BD on white background.



Black color preview on #B2D9BD background

This text has black color on #B2D9BD background.


White color preview on #B2D9BD background

This text has white color on #B2D9BD background.