COLOR #B3C7CE

HEX: #B3C7CE RGB: (179,199,206)

Color info

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

RGB color model

#B3C7CE color RGB value is (179,199,206).

RGB: (179,199,206) (70%, 78%, 81%)

RGB channels and saturation

R 179 of 255 = 70%
G 199 of 255 = 78%
B 206 of 255 = 81%

179
199
206

R + G + B ~ 76%. #B3C7CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 199 + 206 = 584 (100%)
R 179 of 584 ~ 30.65%
G 199 of 584 ~ 34.08%
B 206 of 584 ~ 35.27'%

%30.65
%34.08
%35.27

CMYK color model

#B3C7CE color CMYK value is (13,3,0,19).

  • cyan value is 13.11%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (13,3,0,19)
C13M3Y0K19 (13%, 3%, 0%, 19%)
(0.13 / 0.03 / 0.00 / 0.19)

CMYK percentages

%13.11
%3.4
%0
%19.22

Codes

Color #B3C7CE in popluar color models

B3 C7 CE
RGB 179 199 206
HSL 196° 21.60% 75.49%
HSB/HSV 196° 13.11% 80.78%
CMYK 13.11% 3.40% 0.00%
19.22%

Color #B3C7CE in popluar number systems.

HEX B3 C7 CE
Decimal 179 199 206
Binary 10110011 11000111 11001110
Octal 263 307 316

Shades and tints

Shades of #B3C7CE

#B3C7CE
(179,199,206)
#A3B5BC
(163,181,188)
#93A3AA
(147,163,170)
#839198
(131,145,152)
#737F86
(115,127,134)
#636D74
(99,109,116)
#535B62
(83,91,98)
#434950
(67,73,80)
#33373E
(51,55,62)
#23252C
(35,37,44)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #B3C7CE

#B3C7CE
(179,199,206)
#B9CCD2
(185,204,210)
#BFD1D6
(191,209,214)
#C5D6DA
(197,214,218)
#CBDBDE
(203,219,222)
#D1E0E2
(209,224,226)
#D7E5E6
(215,229,230)
#DDEAEA
(221,234,234)
#E3EFEE
(227,239,238)
#E9F4F2
(233,244,242)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C7CE; }

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

This text font color is #B3C7CE.

Background Color

.myBgColor { background-color: #B3C7CE; }

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

This div background color is #B3C7CE.

Border color

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

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

This div border color is #B3C7CE.

Opacity

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

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

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

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

This text has shadow with #B3C7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C7CE.

Preview

Color preview on black background

This text has color #B3C7CE on black background.


Color preview on white background

This text has color #B3C7CE on white background.


Black color preview on #B3C7CE background

This text has black color on #B3C7CE background.


White color preview on #B3C7CE background

This text has white color on #B3C7CE background.


Related colors

Complementary color

Complementary color for #hex is #4C3831.


I love getcolorcode.com

Triadic colors

1 #CEB3C7 and #C7CEB3 with #B3C7CE are triadic colors.

2 #CEC7B3 and #C7B3CE with #B3C7CE are triadic colors.