COLOR #B3D2DC

HEX: #B3D2DC
RGB: (179,210,220)

Color info

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

RGB color model

#B3D2DC color RGB value is (179,210,220).

  • red value is 179;
  • green value is 210;
  • blue value is 220.
RGB:
(179,210,220)
(70%,82%,86%)

RGB channels and saturation

R 179 of 255 = 70%
G 210 of 255 = 82%
B 220 of 255 = 86%

179
210
220

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

Portions of RGB colors in percentages

R + G + B =
179 + 210 + 220 = 609 (100%)
R 179 of 609 ~ 29.39%
G 210 of 609 ~ 34.48%
B 220 of 609 ~ 36.12%

%29.39
%34.48
%36.12

CMYK color model

#B3D2DC color CMYK value is (19,5,0,14).

  • cyan value is 18.64%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(19,5,0,14)
C19M5Y0K14 
(19%,5%,0%,14%)
(0.19/0.05/0.00/0.14)	

CMYK percentages

%18.64
%4.55
%0
%13.73

Codes

Color #B3D2DC in popluar color models

B3D2DC
RGB179210220
HSL195°36.94%78.24%
HSB/HSV195°18.64%86.27%
CMYK18.64%4.55%0.00%
13.73%

Color #B3D2DC in popluar number systems.

HEXB3D2DC
Decimal179210220
Binary101100111101001011011100
Octal263322334

Shades and tints

Shades of #B3D2DC

#B3D2DC
(179,210,220)
#A3BFC8
(163,191,200)
#93ACB4
(147,172,180)
#8399A0
(131,153,160)
#73868C
(115,134,140)
#637378
(99,115,120)
#536064
(83,96,100)
#434D50
(67,77,80)
#333A3C
(51,58,60)
#232728
(35,39,40)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #B3D2DC

#B3D2DC
(179,210,220)
#B9D6DF
(185,214,223)
#BFDAE2
(191,218,226)
#C5DEE5
(197,222,229)
#CBE2E8
(203,226,232)
#D1E6EB
(209,230,235)
#D7EAEE
(215,234,238)
#DDEEF1
(221,238,241)
#E3F2F4
(227,242,244)
#E9F6F7
(233,246,247)
#EFFAFA
(239,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D2DC color. Also use rgb(179,210,220) instead hex code.

Text Font Color

.myTextColor { color: #B3D2DC; }

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

This text font color is #B3D2DC.


Background Color

.myBgColor { background-color: #B3D2DC; }

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

This div background color is #B3D2DC.


Border color

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

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

This div border color is #B3D2DC.


Opacity

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

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

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

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

This text has shadow with #B3D2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D2DC on black background.


Color preview on white background

This text has color #B3D2DC on white background.



Black color preview on #B3D2DC background

This text has black color on #B3D2DC background.


White color preview on #B3D2DC background

This text has white color on #B3D2DC background.