COLOR #B3C9CF

HEX: #B3C9CF RGB: (179,201,207)

Color info

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

RGB color model

#B3C9CF color RGB value is (179,201,207).

RGB: (179,201,207) (70%, 79%, 81%)

RGB channels and saturation

R 179 of 255 = 70%
G 201 of 255 = 79%
B 207 of 255 = 81%

179
201
207

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

Portions of RGB colors in percentages

R + G + B = 179 + 201 + 207 = 587 (100%)
R 179 of 587 ~ 30.49%
G 201 of 587 ~ 34.24%
B 207 of 587 ~ 35.26'%

%30.49
%34.24
%35.26

CMYK color model

#B3C9CF color CMYK value is (14,3,0,19).

  • cyan value is 13.53%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (14,3,0,19)
C14M3Y0K19 (14%, 3%, 0%, 19%)
(0.14 / 0.03 / 0.00 / 0.19)

CMYK percentages

%13.53
%2.9
%0
%18.82

Codes

Color #B3C9CF in popluar color models

B3 C9 CF
RGB 179 201 207
HSL 193° 22.58% 75.69%
HSB/HSV 193° 13.53% 81.18%
CMYK 13.53% 2.90% 0.00%
18.82%

Color #B3C9CF in popluar number systems.

HEX B3 C9 CF
Decimal 179 201 207
Binary 10110011 11001001 11001111
Octal 263 311 317

Shades and tints

Shades of #B3C9CF

#B3C9CF
(179,201,207)
#A3B7BD
(163,183,189)
#93A5AB
(147,165,171)
#839399
(131,147,153)
#738187
(115,129,135)
#636F75
(99,111,117)
#535D63
(83,93,99)
#434B51
(67,75,81)
#33393F
(51,57,63)
#23272D
(35,39,45)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #B3C9CF

#B3C9CF
(179,201,207)
#B9CDD3
(185,205,211)
#BFD1D7
(191,209,215)
#C5D5DB
(197,213,219)
#CBD9DF
(203,217,223)
#D1DDE3
(209,221,227)
#D7E1E7
(215,225,231)
#DDE5EB
(221,229,235)
#E3E9EF
(227,233,239)
#E9EDF3
(233,237,243)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C9CF color. Also use rgb(179,201,207) instead hex code.

Text Font Color

.myTextColor { color: #B3C9CF; }

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

This text font color is #B3C9CF.

Background Color

.myBgColor { background-color: #B3C9CF; }

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

This div background color is #B3C9CF.

Border color

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

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

This div border color is #B3C9CF.

Opacity

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

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

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

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

This text has shadow with #B3C9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C9CF.

Preview

Color preview on black background

This text has color #B3C9CF on black background.


Color preview on white background

This text has color #B3C9CF on white background.


Black color preview on #B3C9CF background

This text has black color on #B3C9CF background.


White color preview on #B3C9CF background

This text has white color on #B3C9CF background.


Related colors

Complementary color

Complementary color for #hex is #4C3630.


I love getcolorcode.com

Triadic colors

1 #CFB3C9 and #C9CFB3 with #B3C9CF are triadic colors.

2 #CFC9B3 and #C9B3CF with #B3C9CF are triadic colors.