COLOR #B2BBDC

HEX: #B2BBDC
RGB: (178,187,220)

Color info

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

RGB color model

#B2BBDC color RGB value is (178,187,220).

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

RGB channels and saturation

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

178
187
220

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

Portions of RGB colors in percentages

R + G + B =
178 + 187 + 220 = 585 (100%)
R 178 of 585 ~ 30.43%
G 187 of 585 ~ 31.97%
B 220 of 585 ~ 37.61%

%30.43
%31.97
%37.61

CMYK color model

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

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

CMYK percentages

%19.09
%15
%0
%13.73

Codes

Color #B2BBDC in popluar color models

B2BBDC
RGB178187220
HSL227°37.50%78.04%
HSB/HSV227°19.09%86.27%
CMYK19.09%15.00%0.00%
13.73%

Color #B2BBDC in popluar number systems.

HEXB2BBDC
Decimal178187220
Binary101100101011101111011100
Octal262273334

Shades and tints

Shades of #B2BBDC

#B2BBDC
(178,187,220)
#A2AAC8
(162,170,200)
#9299B4
(146,153,180)
#8288A0
(130,136,160)
#72778C
(114,119,140)
#626678
(98,102,120)
#525564
(82,85,100)
#424450
(66,68,80)
#32333C
(50,51,60)
#222228
(34,34,40)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #B2BBDC

#B2BBDC
(178,187,220)
#B9C1DF
(185,193,223)
#C0C7E2
(192,199,226)
#C7CDE5
(199,205,229)
#CED3E8
(206,211,232)
#D5D9EB
(213,217,235)
#DCDFEE
(220,223,238)
#E3E5F1
(227,229,241)
#EAEBF4
(234,235,244)
#F1F1F7
(241,241,247)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BBDC; }

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

This text font color is #B2BBDC.


Background Color

.myBgColor { background-color: #B2BBDC; }

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

This div background color is #B2BBDC.


Border color

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

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

This div border color is #B2BBDC.


Opacity

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

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

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

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

This text has shadow with #B2BBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BBDC on black background.


Color preview on white background

This text has color #B2BBDC on white background.



Black color preview on #B2BBDC background

This text has black color on #B2BBDC background.


White color preview on #B2BBDC background

This text has white color on #B2BBDC background.