COLOR #B3C7BD

HEX: #B3C7BD
RGB: (179,199,189)

Color info

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

RGB color model

#B3C7BD color RGB value is (179,199,189).

  • red value is 179;
  • green value is 199;
  • blue value is 189.
RGB:
(179,199,189)
(70%,78%,74%)

RGB channels and saturation

R 179 of 255 = 70%
G 199 of 255 = 78%
B 189 of 255 = 74%

179
199
189

R + G + B ~ 74%. #B3C7BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 199 + 189 = 567 (100%)
R 179 of 567 ~ 31.57%
G 199 of 567 ~ 35.1%
B 189 of 567 ~ 33.33%

%31.57
%35.1
%33.33

CMYK color model

#B3C7BD color CMYK value is (10,0,5,22).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 5.03%
  • key color value is 21.96%
CMYK:
(10,0,5,22)
C10M0Y5K22 
(10%,0%,5%,22%)
(0.10/0.00/0.05/0.22)	

CMYK percentages

%10.05
%0
%5.03
%21.96

Codes

Color #B3C7BD in popluar color models

B3C7BD
RGB179199189
HSL150°15.15%74.12%
HSB/HSV150°10.05%78.04%
CMYK10.05%0.00%5.03%
21.96%

Color #B3C7BD in popluar number systems.

HEXB3C7BD
Decimal179199189
Binary101100111100011110111101
Octal263307275

Shades and tints

Shades of #B3C7BD

#B3C7BD
(179,199,189)
#A3B5AC
(163,181,172)
#93A39B
(147,163,155)
#83918A
(131,145,138)
#737F79
(115,127,121)
#636D68
(99,109,104)
#535B57
(83,91,87)
#434946
(67,73,70)
#333735
(51,55,53)
#232524
(35,37,36)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #B3C7BD

#B3C7BD
(179,199,189)
#B9CCC3
(185,204,195)
#BFD1C9
(191,209,201)
#C5D6CF
(197,214,207)
#CBDBD5
(203,219,213)
#D1E0DB
(209,224,219)
#D7E5E1
(215,229,225)
#DDEAE7
(221,234,231)
#E3EFED
(227,239,237)
#E9F4F3
(233,244,243)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C7BD; }

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

This text font color is #B3C7BD.


Background Color

.myBgColor { background-color: #B3C7BD; }

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

This div background color is #B3C7BD.


Border color

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

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

This div border color is #B3C7BD.


Opacity

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

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

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

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

This text has shadow with #B3C7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C7BD on black background.


Color preview on white background

This text has color #B3C7BD on white background.



Black color preview on #B3C7BD background

This text has black color on #B3C7BD background.


White color preview on #B3C7BD background

This text has white color on #B3C7BD background.