COLOR #B3CED9

HEX: #B3CED9
RGB: (179,206,217)

Color info

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

RGB color model

#B3CED9 color RGB value is (179,206,217).

  • red value is 179;
  • green value is 206;
  • blue value is 217.
RGB:
(179,206,217)
(70%,81%,85%)

RGB channels and saturation

R 179 of 255 = 70%
G 206 of 255 = 81%
B 217 of 255 = 85%

179
206
217

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

Portions of RGB colors in percentages

R + G + B =
179 + 206 + 217 = 602 (100%)
R 179 of 602 ~ 29.73%
G 206 of 602 ~ 34.22%
B 217 of 602 ~ 36.05%

%29.73
%34.22
%36.05

CMYK color model

#B3CED9 color CMYK value is (18,5,0,15).

  • cyan value is 17.51%
  • magenta value is 5.07%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(18,5,0,15)
C18M5Y0K15 
(18%,5%,0%,15%)
(0.18/0.05/0.00/0.15)	

CMYK percentages

%17.51
%5.07
%0
%14.9

Codes

Color #B3CED9 in popluar color models

B3CED9
RGB179206217
HSL197°33.33%77.65%
HSB/HSV197°17.51%85.10%
CMYK17.51%5.07%0.00%
14.90%

Color #B3CED9 in popluar number systems.

HEXB3CED9
Decimal179206217
Binary101100111100111011011001
Octal263316331

Shades and tints

Shades of #B3CED9

#B3CED9
(179,206,217)
#A3BCC6
(163,188,198)
#93AAB3
(147,170,179)
#8398A0
(131,152,160)
#73868D
(115,134,141)
#63747A
(99,116,122)
#536267
(83,98,103)
#435054
(67,80,84)
#333E41
(51,62,65)
#232C2E
(35,44,46)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #B3CED9

#B3CED9
(179,206,217)
#B9D2DC
(185,210,220)
#BFD6DF
(191,214,223)
#C5DAE2
(197,218,226)
#CBDEE5
(203,222,229)
#D1E2E8
(209,226,232)
#D7E6EB
(215,230,235)
#DDEAEE
(221,234,238)
#E3EEF1
(227,238,241)
#E9F2F4
(233,242,244)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CED9 color. Also use rgb(179,206,217) instead hex code.

Text Font Color

.myTextColor { color: #B3CED9; }

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

This text font color is #B3CED9.


Background Color

.myBgColor { background-color: #B3CED9; }

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

This div background color is #B3CED9.


Border color

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

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

This div border color is #B3CED9.


Opacity

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

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

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

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

This text has shadow with #B3CED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CED9 on black background.


Color preview on white background

This text has color #B3CED9 on white background.



Black color preview on #B3CED9 background

This text has black color on #B3CED9 background.


White color preview on #B3CED9 background

This text has white color on #B3CED9 background.