COLOR #B2D6DB

HEX: #B2D6DB RGB: (178,214,219)

Color info

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

RGB color model

#B2D6DB color RGB value is (178,214,219).

RGB: (178,214,219) (70%, 84%, 86%)

RGB channels and saturation

R 178 of 255 = 70%
G 214 of 255 = 84%
B 219 of 255 = 86%

178
214
219

R + G + B ~ 80%. #B2D6DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 214 + 219 = 611 (100%)
R 178 of 611 ~ 29.13%
G 214 of 611 ~ 35.02%
B 219 of 611 ~ 35.84'%

%29.13
%35.02
%35.84

CMYK color model

#B2D6DB color CMYK value is (19,2,0,14).

  • cyan value is 18.72%
  • magenta value is 2.28%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (19,2,0,14) C19M2Y0K14 (19%,2%,0%,14%) (0.19/0.02/0.00/0.14) 

CMYK percentages

%18.72
%2.28
%0
%14.12

Codes

Color #B2D6DB in popluar color models

B2 D6 DB
RGB 178 214 219
HSL 187° 36.28% 77.84%
HSB/HSV 187° 18.72% 85.88%
CMYK 18.72% 2.28% 0.00%
14.12%

Color #B2D6DB in popluar number systems.

HEX B2 D6 DB
Decimal 178 214 219
Binary 10110010 11010110 11011011
Octal 262 326 333

Shades and tints

Shades of #B2D6DB

#B2D6DB
(178,214,219)
#A2C3C8
(162,195,200)
#92B0B5
(146,176,181)
#829DA2
(130,157,162)
#728A8F
(114,138,143)
#62777C
(98,119,124)
#526469
(82,100,105)
#425156
(66,81,86)
#323E43
(50,62,67)
#222B30
(34,43,48)
#12181D
(18,24,29)
#000000
(0,0,0)

Tints of #B2D6DB

#B2D6DB
(178,214,219)
#B9D9DE
(185,217,222)
#C0DCE1
(192,220,225)
#C7DFE4
(199,223,228)
#CEE2E7
(206,226,231)
#D5E5EA
(213,229,234)
#DCE8ED
(220,232,237)
#E3EBF0
(227,235,240)
#EAEEF3
(234,238,243)
#F1F1F6
(241,241,246)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D6DB; }

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

This text font color is #B2D6DB.

Background Color

.myBgColor { background-color: #B2D6DB; }

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

This div background color is #B2D6DB.

Border color

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

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

This div border color is #B2D6DB.

Opacity

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

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

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

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

This text has shadow with #B2D6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2D6DB.

Preview

Color preview on black background

This text has color #B2D6DB on black background.


Color preview on white background

This text has color #B2D6DB on white background.


Black color preview on #B2D6DB background

This text has black color on #B2D6DB background.


White color preview on #B2D6DB background

This text has white color on #B2D6DB background.


Related colors

Complementary color

Complementary color for #hex is #4D2924.


I love getcolorcode.com

Triadic colors

1 #DBB2D6 and #D6DBB2 with #B2D6DB are triadic colors.

2 #DBD6B2 and #D6B2DB with #B2D6DB are triadic colors.