COLOR #B2DBB4

HEX: #B2DBB4 RGB: (178,219,180)

Color info

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

RGB color model

#B2DBB4 color RGB value is (178,219,180).

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

RGB channels and saturation

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

178
219
180

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

Portions of RGB colors in percentages

R + G + B = 178 + 219 + 180 = 577 (100%)
R 178 of 577 ~ 30.85%
G 219 of 577 ~ 37.95%
B 180 of 577 ~ 31.2'%

%30.85
%37.95
%31.2

CMYK color model

#B2DBB4 color CMYK value is (19,0,18,14).

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

CMYK: (19,0,18,14)
C19M0Y18K14 (19%, 0%, 18%, 14%)
(0.19 / 0.00 / 0.18 / 0.14)

CMYK percentages

%18.72
%0
%17.81
%14.12

Codes

Color #B2DBB4 in popluar color models

B2 DB B4
RGB 178 219 180
HSL 123° 36.28% 77.84%
HSB/HSV 123° 18.72% 85.88%
CMYK 18.72% 0.00% 17.81%
14.12%

Color #B2DBB4 in popluar number systems.

HEX B2 DB B4
Decimal 178 219 180
Binary 10110010 11011011 10110100
Octal 262 333 264

Shades and tints

Shades of #B2DBB4

#B2DBB4
(178,219,180)
#A2C8A4
(162,200,164)
#92B594
(146,181,148)
#82A284
(130,162,132)
#728F74
(114,143,116)
#627C64
(98,124,100)
#526954
(82,105,84)
#425644
(66,86,68)
#324334
(50,67,52)
#223024
(34,48,36)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #B2DBB4

#B2DBB4
(178,219,180)
#B9DEBA
(185,222,186)
#C0E1C0
(192,225,192)
#C7E4C6
(199,228,198)
#CEE7CC
(206,231,204)
#D5EAD2
(213,234,210)
#DCEDD8
(220,237,216)
#E3F0DE
(227,240,222)
#EAF3E4
(234,243,228)
#F1F6EA
(241,246,234)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DBB4; }

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

This text font color is #B2DBB4.

Background Color

.myBgColor { background-color: #B2DBB4; }

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

This div background color is #B2DBB4.

Border color

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

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

This div border color is #B2DBB4.

Opacity

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

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

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

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

This text has shadow with #B2DBB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DBB4.

Preview

Color preview on black background

This text has color #B2DBB4 on black background.


Color preview on white background

This text has color #B2DBB4 on white background.


Black color preview on #B2DBB4 background

This text has black color on #B2DBB4 background.


White color preview on #B2DBB4 background

This text has white color on #B2DBB4 background.


Related colors

Complementary color

Complementary color for #hex is #4D244B.


I love getcolorcode.com

Triadic colors

1 #B4B2DB and #DBB4B2 with #B2DBB4 are triadic colors.

2 #B4DBB2 and #DBB2B4 with #B2DBB4 are triadic colors.