COLOR #B2D6BD

HEX: #B2D6BD RGB: (178,214,189)

Color info

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

RGB color model

#B2D6BD color RGB value is (178,214,189).

RGB: (178,214,189) (70%, 84%, 74%)

RGB channels and saturation

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

178
214
189

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

Portions of RGB colors in percentages

R + G + B = 178 + 214 + 189 = 581 (100%)
R 178 of 581 ~ 30.64%
G 214 of 581 ~ 36.83%
B 189 of 581 ~ 32.53'%

%30.64
%36.83
%32.53

CMYK color model

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

  • cyan value is 16.82%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 16.08%

CMYK: (17,0,12,16)
C17M0Y12K16 (17%, 0%, 12%, 16%)
(0.17 / 0.00 / 0.12 / 0.16)

CMYK percentages

%16.82
%0
%11.68
%16.08

Codes

Color #B2D6BD in popluar color models

B2 D6 BD
RGB 178 214 189
HSL 138° 30.51% 76.86%
HSB/HSV 138° 16.82% 83.92%
CMYK 16.82% 0.00% 11.68%
16.08%

Color #B2D6BD in popluar number systems.

HEX B2 D6 BD
Decimal 178 214 189
Binary 10110010 11010110 10111101
Octal 262 326 275

Shades and tints

Shades of #B2D6BD

#B2D6BD
(178,214,189)
#A2C3AC
(162,195,172)
#92B09B
(146,176,155)
#829D8A
(130,157,138)
#728A79
(114,138,121)
#627768
(98,119,104)
#526457
(82,100,87)
#425146
(66,81,70)
#323E35
(50,62,53)
#222B24
(34,43,36)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #B2D6BD

#B2D6BD
(178,214,189)
#B9D9C3
(185,217,195)
#C0DCC9
(192,220,201)
#C7DFCF
(199,223,207)
#CEE2D5
(206,226,213)
#D5E5DB
(213,229,219)
#DCE8E1
(220,232,225)
#E3EBE7
(227,235,231)
#EAEEED
(234,238,237)
#F1F1F3
(241,241,243)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D6BD; }

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

This text font color is #B2D6BD.

Background Color

.myBgColor { background-color: #B2D6BD; }

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

This div background color is #B2D6BD.

Border color

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

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

This div border color is #B2D6BD.

Opacity

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

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

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

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

This text has shadow with #B2D6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2D6BD.

Preview

Color preview on black background

This text has color #B2D6BD on black background.


Color preview on white background

This text has color #B2D6BD on white background.


Black color preview on #B2D6BD background

This text has black color on #B2D6BD background.


White color preview on #B2D6BD background

This text has white color on #B2D6BD background.


Related colors

Complementary color

Complementary color for #hex is #4D2942.


I love getcolorcode.com

Triadic colors

1 #BDB2D6 and #D6BDB2 with #B2D6BD are triadic colors.

2 #BDD6B2 and #D6B2BD with #B2D6BD are triadic colors.