COLOR #B2DBB6

HEX: #B2DBB6 RGB: (178,219,182)

Color info

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

RGB color model

#B2DBB6 color RGB value is (178,219,182).

RGB: (178,219,182) (70%, 86%, 71%)

RGB channels and saturation

R 178 of 255 = 70%
G 219 of 255 = 86%
B 182 of 255 = 71%

178
219
182

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

Portions of RGB colors in percentages

R + G + B = 178 + 219 + 182 = 579 (100%)
R 178 of 579 ~ 30.74%
G 219 of 579 ~ 37.82%
B 182 of 579 ~ 31.43'%

%30.74
%37.82
%31.43

CMYK color model

#B2DBB6 color CMYK value is (19,0,17,14).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 14.12%

CMYK: (19,0,17,14)
C19M0Y17K14 (19%, 0%, 17%, 14%)
(0.19 / 0.00 / 0.17 / 0.14)

CMYK percentages

%18.72
%0
%16.89
%14.12

Codes

Color #B2DBB6 in popluar color models

B2 DB B6
RGB 178 219 182
HSL 126° 36.28% 77.84%
HSB/HSV 126° 18.72% 85.88%
CMYK 18.72% 0.00% 16.89%
14.12%

Color #B2DBB6 in popluar number systems.

HEX B2 DB B6
Decimal 178 219 182
Binary 10110010 11011011 10110110
Octal 262 333 266

Shades and tints

Shades of #B2DBB6

#B2DBB6
(178,219,182)
#A2C8A6
(162,200,166)
#92B596
(146,181,150)
#82A286
(130,162,134)
#728F76
(114,143,118)
#627C66
(98,124,102)
#526956
(82,105,86)
#425646
(66,86,70)
#324336
(50,67,54)
#223026
(34,48,38)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #B2DBB6

#B2DBB6
(178,219,182)
#B9DEBC
(185,222,188)
#C0E1C2
(192,225,194)
#C7E4C8
(199,228,200)
#CEE7CE
(206,231,206)
#D5EAD4
(213,234,212)
#DCEDDA
(220,237,218)
#E3F0E0
(227,240,224)
#EAF3E6
(234,243,230)
#F1F6EC
(241,246,236)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DBB6; }

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

This text font color is #B2DBB6.

Background Color

.myBgColor { background-color: #B2DBB6; }

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

This div background color is #B2DBB6.

Border color

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

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

This div border color is #B2DBB6.

Opacity

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

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

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

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

This text has shadow with #B2DBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DBB6.

Preview

Color preview on black background

This text has color #B2DBB6 on black background.


Color preview on white background

This text has color #B2DBB6 on white background.


Black color preview on #B2DBB6 background

This text has black color on #B2DBB6 background.


White color preview on #B2DBB6 background

This text has white color on #B2DBB6 background.


Related colors

Complementary color

Complementary color for #hex is #4D2449.


I love getcolorcode.com

Triadic colors

1 #B6B2DB and #DBB6B2 with #B2DBB6 are triadic colors.

2 #B6DBB2 and #DBB2B6 with #B2DBB6 are triadic colors.