COLOR #B2CBDC

HEX: #B2CBDC
RGB: (178,203,220)

Color info

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

RGB color model

#B2CBDC color RGB value is (178,203,220).

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

RGB channels and saturation

R 178 of 255 = 70%
G 203 of 255 = 80%
B 220 of 255 = 86%

178
203
220

R + G + B ~ 79%. #B2CBDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 203 + 220 = 601 (100%)
R 178 of 601 ~ 29.62%
G 203 of 601 ~ 33.78%
B 220 of 601 ~ 36.61%

%29.62
%33.78
%36.61

CMYK color model

#B2CBDC color CMYK value is (19,8,0,14).

  • cyan value is 19.09%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(19,8,0,14)
C19M8Y0K14 
(19%,8%,0%,14%)
(0.19/0.08/0.00/0.14)	

CMYK percentages

%19.09
%7.73
%0
%13.73

Codes

Color #B2CBDC in popluar color models

B2CBDC
RGB178203220
HSL204°37.50%78.04%
HSB/HSV204°19.09%86.27%
CMYK19.09%7.73%0.00%
13.73%

Color #B2CBDC in popluar number systems.

HEXB2CBDC
Decimal178203220
Binary101100101100101111011100
Octal262313334

Shades and tints

Shades of #B2CBDC

#B2CBDC
(178,203,220)
#A2B9C8
(162,185,200)
#92A7B4
(146,167,180)
#8295A0
(130,149,160)
#72838C
(114,131,140)
#627178
(98,113,120)
#525F64
(82,95,100)
#424D50
(66,77,80)
#323B3C
(50,59,60)
#222928
(34,41,40)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #B2CBDC

#B2CBDC
(178,203,220)
#B9CFDF
(185,207,223)
#C0D3E2
(192,211,226)
#C7D7E5
(199,215,229)
#CEDBE8
(206,219,232)
#D5DFEB
(213,223,235)
#DCE3EE
(220,227,238)
#E3E7F1
(227,231,241)
#EAEBF4
(234,235,244)
#F1EFF7
(241,239,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CBDC; }

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

This text font color is #B2CBDC.


Background Color

.myBgColor { background-color: #B2CBDC; }

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

This div background color is #B2CBDC.


Border color

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

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

This div border color is #B2CBDC.


Opacity

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

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

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

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

This text has shadow with #B2CBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CBDC on black background.


Color preview on white background

This text has color #B2CBDC on white background.



Black color preview on #B2CBDC background

This text has black color on #B2CBDC background.


White color preview on #B2CBDC background

This text has white color on #B2CBDC background.