COLOR #B3CDD9

HEX: #B3CDD9
RGB: (179,205,217)

Color info

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

RGB color model

#B3CDD9 color RGB value is (179,205,217).

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

RGB channels and saturation

R 179 of 255 = 70%
G 205 of 255 = 80%
B 217 of 255 = 85%

179
205
217

R + G + B ~ 78%. #B3CDD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 205 + 217 = 601 (100%)
R 179 of 601 ~ 29.78%
G 205 of 601 ~ 34.11%
B 217 of 601 ~ 36.11%

%29.78
%34.11
%36.11

CMYK color model

#B3CDD9 color CMYK value is (18,6,0,15).

  • cyan value is 17.51%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(18,6,0,15)
C18M6Y0K15 
(18%,6%,0%,15%)
(0.18/0.06/0.00/0.15)	

CMYK percentages

%17.51
%5.53
%0
%14.9

Codes

Color #B3CDD9 in popluar color models

B3CDD9
RGB179205217
HSL199°33.33%77.65%
HSB/HSV199°17.51%85.10%
CMYK17.51%5.53%0.00%
14.90%

Color #B3CDD9 in popluar number systems.

HEXB3CDD9
Decimal179205217
Binary101100111100110111011001
Octal263315331

Shades and tints

Shades of #B3CDD9

#B3CDD9
(179,205,217)
#A3BBC6
(163,187,198)
#93A9B3
(147,169,179)
#8397A0
(131,151,160)
#73858D
(115,133,141)
#63737A
(99,115,122)
#536167
(83,97,103)
#434F54
(67,79,84)
#333D41
(51,61,65)
#232B2E
(35,43,46)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #B3CDD9

#B3CDD9
(179,205,217)
#B9D1DC
(185,209,220)
#BFD5DF
(191,213,223)
#C5D9E2
(197,217,226)
#CBDDE5
(203,221,229)
#D1E1E8
(209,225,232)
#D7E5EB
(215,229,235)
#DDE9EE
(221,233,238)
#E3EDF1
(227,237,241)
#E9F1F4
(233,241,244)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CDD9; }

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

This text font color is #B3CDD9.


Background Color

.myBgColor { background-color: #B3CDD9; }

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

This div background color is #B3CDD9.


Border color

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

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

This div border color is #B3CDD9.


Opacity

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

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

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

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

This text has shadow with #B3CDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CDD9 on black background.


Color preview on white background

This text has color #B3CDD9 on white background.



Black color preview on #B3CDD9 background

This text has black color on #B3CDD9 background.


White color preview on #B3CDD9 background

This text has white color on #B3CDD9 background.