COLOR #B2DFDB

HEX: #B2DFDB RGB: (178,223,219)

Color info

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

RGB color model

#B2DFDB color RGB value is (178,223,219).

RGB: (178,223,219) (70%, 87%, 86%)

RGB channels and saturation

R 178 of 255 = 70%
G 223 of 255 = 87%
B 219 of 255 = 86%

178
223
219

R + G + B ~ 81%. #B2DFDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 223 + 219 = 620 (100%)
R 178 of 620 ~ 28.71%
G 223 of 620 ~ 35.97%
B 219 of 620 ~ 35.32'%

%28.71
%35.97
%35.32

CMYK color model

#B2DFDB color CMYK value is (20,0,2,13).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 12.55%

CMYK: (20,0,2,13)
C20M0Y2K13 (20%, 0%, 2%, 13%)
(0.20 / 0.00 / 0.02 / 0.13)

CMYK percentages

%20.18
%0
%1.79
%12.55

Codes

Color #B2DFDB in popluar color models

B2 DF DB
RGB 178 223 219
HSL 175° 41.28% 78.63%
HSB/HSV 175° 20.18% 87.45%
CMYK 20.18% 0.00% 1.79%
12.55%

Color #B2DFDB in popluar number systems.

HEX B2 DF DB
Decimal 178 223 219
Binary 10110010 11011111 11011011
Octal 262 337 333

Shades and tints

Shades of #B2DFDB

#B2DFDB
(178,223,219)
#A2CBC8
(162,203,200)
#92B7B5
(146,183,181)
#82A3A2
(130,163,162)
#728F8F
(114,143,143)
#627B7C
(98,123,124)
#526769
(82,103,105)
#425356
(66,83,86)
#323F43
(50,63,67)
#222B30
(34,43,48)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #B2DFDB

#B2DFDB
(178,223,219)
#B9E1DE
(185,225,222)
#C0E3E1
(192,227,225)
#C7E5E4
(199,229,228)
#CEE7E7
(206,231,231)
#D5E9EA
(213,233,234)
#DCEBED
(220,235,237)
#E3EDF0
(227,237,240)
#EAEFF3
(234,239,243)
#F1F1F6
(241,241,246)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DFDB; }

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

This text font color is #B2DFDB.

Background Color

.myBgColor { background-color: #B2DFDB; }

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

This div background color is #B2DFDB.

Border color

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

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

This div border color is #B2DFDB.

Opacity

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

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

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

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

This text has shadow with #B2DFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DFDB.

Preview

Color preview on black background

This text has color #B2DFDB on black background.


Color preview on white background

This text has color #B2DFDB on white background.


Black color preview on #B2DFDB background

This text has black color on #B2DFDB background.


White color preview on #B2DFDB background

This text has white color on #B2DFDB background.


Related colors

Complementary color

Complementary color for #hex is #4D2024.


I love getcolorcode.com

Triadic colors

1 #DBB2DF and #DFDBB2 with #B2DFDB are triadic colors.

2 #DBDFB2 and #DFB2DB with #B2DFDB are triadic colors.