COLOR #B3C2D8

HEX: #B3C2D8
RGB: (179,194,216)

Color info

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

RGB color model

#B3C2D8 color RGB value is (179,194,216).

  • red value is 179;
  • green value is 194;
  • blue value is 216.
RGB:
(179,194,216)
(70%,76%,85%)

RGB channels and saturation

R 179 of 255 = 70%
G 194 of 255 = 76%
B 216 of 255 = 85%

179
194
216

R + G + B ~ 77%. #B3C2D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 194 + 216 = 589 (100%)
R 179 of 589 ~ 30.39%
G 194 of 589 ~ 32.94%
B 216 of 589 ~ 36.67%

%30.39
%32.94
%36.67

CMYK color model

#B3C2D8 color CMYK value is (17,10,0,15).

  • cyan value is 17.13%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(17,10,0,15)
C17M10Y0K15 
(17%,10%,0%,15%)
(0.17/0.10/0.00/0.15)	

CMYK percentages

%17.13
%10.19
%0
%15.29

Codes

Color #B3C2D8 in popluar color models

B3C2D8
RGB179194216
HSL216°32.17%77.45%
HSB/HSV216°17.13%84.71%
CMYK17.13%10.19%0.00%
15.29%

Color #B3C2D8 in popluar number systems.

HEXB3C2D8
Decimal179194216
Binary101100111100001011011000
Octal263302330

Shades and tints

Shades of #B3C2D8

#B3C2D8
(179,194,216)
#A3B1C5
(163,177,197)
#93A0B2
(147,160,178)
#838F9F
(131,143,159)
#737E8C
(115,126,140)
#636D79
(99,109,121)
#535C66
(83,92,102)
#434B53
(67,75,83)
#333A40
(51,58,64)
#23292D
(35,41,45)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #B3C2D8

#B3C2D8
(179,194,216)
#B9C7DB
(185,199,219)
#BFCCDE
(191,204,222)
#C5D1E1
(197,209,225)
#CBD6E4
(203,214,228)
#D1DBE7
(209,219,231)
#D7E0EA
(215,224,234)
#DDE5ED
(221,229,237)
#E3EAF0
(227,234,240)
#E9EFF3
(233,239,243)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C2D8 color. Also use rgb(179,194,216) instead hex code.

Text Font Color

.myTextColor { color: #B3C2D8; }

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

This text font color is #B3C2D8.


Background Color

.myBgColor { background-color: #B3C2D8; }

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

This div background color is #B3C2D8.


Border color

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

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

This div border color is #B3C2D8.


Opacity

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

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

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

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

This text has shadow with #B3C2D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C2D8 on black background.


Color preview on white background

This text has color #B3C2D8 on white background.



Black color preview on #B3C2D8 background

This text has black color on #B3C2D8 background.


White color preview on #B3C2D8 background

This text has white color on #B3C2D8 background.