COLOR #B2D7BD

HEX: #B2D7BD
RGB: (178,215,189)

Color info

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

RGB color model

#B2D7BD color RGB value is (178,215,189).

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

RGB channels and saturation

R 178 of 255 = 70%
G 215 of 255 = 84%
B 189 of 255 = 74%

178
215
189

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

Portions of RGB colors in percentages

R + G + B =
178 + 215 + 189 = 582 (100%)
R 178 of 582 ~ 30.58%
G 215 of 582 ~ 36.94%
B 189 of 582 ~ 32.47%

%30.58
%36.94
%32.47

CMYK color model

#B2D7BD color CMYK value is (17,0,12,16).

  • cyan value is 17.21%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 15.69%
CMYK:
(17,0,12,16)
C17M0Y12K16 
(17%,0%,12%,16%)
(0.17/0.00/0.12/0.16)	

CMYK percentages

%17.21
%0
%12.09
%15.69

Codes

Color #B2D7BD in popluar color models

B2D7BD
RGB178215189
HSL138°31.62%77.06%
HSB/HSV138°17.21%84.31%
CMYK17.21%0.00%12.09%
15.69%

Color #B2D7BD in popluar number systems.

HEXB2D7BD
Decimal178215189
Binary101100101101011110111101
Octal262327275

Shades and tints

Shades of #B2D7BD

#B2D7BD
(178,215,189)
#A2C4AC
(162,196,172)
#92B19B
(146,177,155)
#829E8A
(130,158,138)
#728B79
(114,139,121)
#627868
(98,120,104)
#526557
(82,101,87)
#425246
(66,82,70)
#323F35
(50,63,53)
#222C24
(34,44,36)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #B2D7BD

#B2D7BD
(178,215,189)
#B9DAC3
(185,218,195)
#C0DDC9
(192,221,201)
#C7E0CF
(199,224,207)
#CEE3D5
(206,227,213)
#D5E6DB
(213,230,219)
#DCE9E1
(220,233,225)
#E3ECE7
(227,236,231)
#EAEFED
(234,239,237)
#F1F2F3
(241,242,243)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D7BD; }

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

This text font color is #B2D7BD.


Background Color

.myBgColor { background-color: #B2D7BD; }

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

This div background color is #B2D7BD.


Border color

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

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

This div border color is #B2D7BD.


Opacity

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

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

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

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

This text has shadow with #B2D7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D7BD on black background.


Color preview on white background

This text has color #B2D7BD on white background.



Black color preview on #B2D7BD background

This text has black color on #B2D7BD background.


White color preview on #B2D7BD background

This text has white color on #B2D7BD background.