COLOR #B2D7B6

HEX: #B2D7B6 RGB: (178,215,182)

Color info

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

RGB color model

#B2D7B6 color RGB value is (178,215,182).

RGB: (178,215,182) (70%, 84%, 71%)

RGB channels and saturation

R 178 of 255 = 70%
G 215 of 255 = 84%
B 182 of 255 = 71%

178
215
182

R + G + B ~ 75%. #B2D7B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 215 + 182 = 575 (100%)
R 178 of 575 ~ 30.96%
G 215 of 575 ~ 37.39%
B 182 of 575 ~ 31.65'%

%30.96
%37.39
%31.65

CMYK color model

#B2D7B6 color CMYK value is (17,0,15,16).

  • cyan value is 17.21%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 15.69%

CMYK: (17,0,15,16)
C17M0Y15K16 (17%, 0%, 15%, 16%)
(0.17 / 0.00 / 0.15 / 0.16)

CMYK percentages

%17.21
%0
%15.35
%15.69

Codes

Color #B2D7B6 in popluar color models

B2 D7 B6
RGB 178 215 182
HSL 126° 31.62% 77.06%
HSB/HSV 126° 17.21% 84.31%
CMYK 17.21% 0.00% 15.35%
15.69%

Color #B2D7B6 in popluar number systems.

HEX B2 D7 B6
Decimal 178 215 182
Binary 10110010 11010111 10110110
Octal 262 327 266

Shades and tints

Shades of #B2D7B6

#B2D7B6
(178,215,182)
#A2C4A6
(162,196,166)
#92B196
(146,177,150)
#829E86
(130,158,134)
#728B76
(114,139,118)
#627866
(98,120,102)
#526556
(82,101,86)
#425246
(66,82,70)
#323F36
(50,63,54)
#222C26
(34,44,38)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #B2D7B6

#B2D7B6
(178,215,182)
#B9DABC
(185,218,188)
#C0DDC2
(192,221,194)
#C7E0C8
(199,224,200)
#CEE3CE
(206,227,206)
#D5E6D4
(213,230,212)
#DCE9DA
(220,233,218)
#E3ECE0
(227,236,224)
#EAEFE6
(234,239,230)
#F1F2EC
(241,242,236)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D7B6; }

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

This text font color is #B2D7B6.

Background Color

.myBgColor { background-color: #B2D7B6; }

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

This div background color is #B2D7B6.

Border color

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

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

This div border color is #B2D7B6.

Opacity

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

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

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

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

This text has shadow with #B2D7B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2D7B6.

Preview

Color preview on black background

This text has color #B2D7B6 on black background.


Color preview on white background

This text has color #B2D7B6 on white background.


Black color preview on #B2D7B6 background

This text has black color on #B2D7B6 background.


White color preview on #B2D7B6 background

This text has white color on #B2D7B6 background.


Related colors

Complementary color

Complementary color for #hex is #4D2849.


I love getcolorcode.com

Triadic colors

1 #B6B2D7 and #D7B6B2 with #B2D7B6 are triadic colors.

2 #B6D7B2 and #D7B2B6 with #B2D7B6 are triadic colors.