COLOR #B2D3DC

HEX: #B2D3DC
RGB: (178,211,220)

Color info

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

RGB color model

#B2D3DC color RGB value is (178,211,220).

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

RGB channels and saturation

R 178 of 255 = 70%
G 211 of 255 = 83%
B 220 of 255 = 86%

178
211
220

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

Portions of RGB colors in percentages

R + G + B =
178 + 211 + 220 = 609 (100%)
R 178 of 609 ~ 29.23%
G 211 of 609 ~ 34.65%
B 220 of 609 ~ 36.12%

%29.23
%34.65
%36.12

CMYK color model

#B2D3DC color CMYK value is (19,4,0,14).

  • cyan value is 19.09%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(19,4,0,14)
C19M4Y0K14 
(19%,4%,0%,14%)
(0.19/0.04/0.00/0.14)	

CMYK percentages

%19.09
%4.09
%0
%13.73

Codes

Color #B2D3DC in popluar color models

B2D3DC
RGB178211220
HSL193°37.50%78.04%
HSB/HSV193°19.09%86.27%
CMYK19.09%4.09%0.00%
13.73%

Color #B2D3DC in popluar number systems.

HEXB2D3DC
Decimal178211220
Binary101100101101001111011100
Octal262323334

Shades and tints

Shades of #B2D3DC

#B2D3DC
(178,211,220)
#A2C0C8
(162,192,200)
#92ADB4
(146,173,180)
#829AA0
(130,154,160)
#72878C
(114,135,140)
#627478
(98,116,120)
#526164
(82,97,100)
#424E50
(66,78,80)
#323B3C
(50,59,60)
#222828
(34,40,40)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #B2D3DC

#B2D3DC
(178,211,220)
#B9D7DF
(185,215,223)
#C0DBE2
(192,219,226)
#C7DFE5
(199,223,229)
#CEE3E8
(206,227,232)
#D5E7EB
(213,231,235)
#DCEBEE
(220,235,238)
#E3EFF1
(227,239,241)
#EAF3F4
(234,243,244)
#F1F7F7
(241,247,247)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D3DC; }

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

This text font color is #B2D3DC.


Background Color

.myBgColor { background-color: #B2D3DC; }

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

This div background color is #B2D3DC.


Border color

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

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

This div border color is #B2D3DC.


Opacity

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

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

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

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

This text has shadow with #B2D3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D3DC on black background.


Color preview on white background

This text has color #B2D3DC on white background.



Black color preview on #B2D3DC background

This text has black color on #B2D3DC background.


White color preview on #B2D3DC background

This text has white color on #B2D3DC background.