COLOR #B2BBDB

HEX: #B2BBDB
RGB: (178,187,219)

Color info

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

RGB color model

#B2BBDB color RGB value is (178,187,219).

  • red value is 178;
  • green value is 187;
  • blue value is 219.
RGB:
(178,187,219)
(70%,73%,86%)

RGB channels and saturation

R 178 of 255 = 70%
G 187 of 255 = 73%
B 219 of 255 = 86%

178
187
219

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

Portions of RGB colors in percentages

R + G + B =
178 + 187 + 219 = 584 (100%)
R 178 of 584 ~ 30.48%
G 187 of 584 ~ 32.02%
B 219 of 584 ~ 37.5%

%30.48
%32.02
%37.5

CMYK color model

#B2BBDB color CMYK value is (19,15,0,14).

  • cyan value is 18.72%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(19,15,0,14)
C19M15Y0K14 
(19%,15%,0%,14%)
(0.19/0.15/0.00/0.14)	

CMYK percentages

%18.72
%14.61
%0
%14.12

Codes

Color #B2BBDB in popluar color models

B2BBDB
RGB178187219
HSL227°36.28%77.84%
HSB/HSV227°18.72%85.88%
CMYK18.72%14.61%0.00%
14.12%

Color #B2BBDB in popluar number systems.

HEXB2BBDB
Decimal178187219
Binary101100101011101111011011
Octal262273333

Shades and tints

Shades of #B2BBDB

#B2BBDB
(178,187,219)
#A2AAC8
(162,170,200)
#9299B5
(146,153,181)
#8288A2
(130,136,162)
#72778F
(114,119,143)
#62667C
(98,102,124)
#525569
(82,85,105)
#424456
(66,68,86)
#323343
(50,51,67)
#222230
(34,34,48)
#12111D
(18,17,29)
#000000
(0,0,0)

Tints of #B2BBDB

#B2BBDB
(178,187,219)
#B9C1DE
(185,193,222)
#C0C7E1
(192,199,225)
#C7CDE4
(199,205,228)
#CED3E7
(206,211,231)
#D5D9EA
(213,217,234)
#DCDFED
(220,223,237)
#E3E5F0
(227,229,240)
#EAEBF3
(234,235,243)
#F1F1F6
(241,241,246)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BBDB; }

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

This text font color is #B2BBDB.


Background Color

.myBgColor { background-color: #B2BBDB; }

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

This div background color is #B2BBDB.


Border color

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

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

This div border color is #B2BBDB.


Opacity

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

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

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

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

This text has shadow with #B2BBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BBDB on black background.


Color preview on white background

This text has color #B2BBDB on white background.



Black color preview on #B2BBDB background

This text has black color on #B2BBDB background.


White color preview on #B2BBDB background

This text has white color on #B2BBDB background.