COLOR #B3C7BE

HEX: #B3C7BE RGB: (179,199,190)

Color info

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

RGB color model

#B3C7BE color RGB value is (179,199,190).

RGB: (179,199,190) (70%, 78%, 75%)

RGB channels and saturation

R 179 of 255 = 70%
G 199 of 255 = 78%
B 190 of 255 = 75%

179
199
190

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

Portions of RGB colors in percentages

R + G + B = 179 + 199 + 190 = 568 (100%)
R 179 of 568 ~ 31.51%
G 199 of 568 ~ 35.04%
B 190 of 568 ~ 33.45'%

%31.51
%35.04
%33.45

CMYK color model

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

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • 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
%4.52
%21.96

Codes

Color #B3C7BE in popluar color models

B3 C7 BE
RGB 179 199 190
HSL 153° 15.15% 74.12%
HSB/HSV 153° 10.05% 78.04%
CMYK 10.05% 0.00% 4.52%
21.96%

Color #B3C7BE in popluar number systems.

HEX B3 C7 BE
Decimal 179 199 190
Binary 10110011 11000111 10111110
Octal 263 307 276

Shades and tints

Shades of #B3C7BE

#B3C7BE
(179,199,190)
#A3B5AD
(163,181,173)
#93A39C
(147,163,156)
#83918B
(131,145,139)
#737F7A
(115,127,122)
#636D69
(99,109,105)
#535B58
(83,91,88)
#434947
(67,73,71)
#333736
(51,55,54)
#232525
(35,37,37)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #B3C7BE

#B3C7BE
(179,199,190)
#B9CCC3
(185,204,195)
#BFD1C8
(191,209,200)
#C5D6CD
(197,214,205)
#CBDBD2
(203,219,210)
#D1E0D7
(209,224,215)
#D7E5DC
(215,229,220)
#DDEAE1
(221,234,225)
#E3EFE6
(227,239,230)
#E9F4EB
(233,244,235)
#EFF9F0
(239,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C7BE; }

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

This text font color is #B3C7BE.

Background Color

.myBgColor { background-color: #B3C7BE; }

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

This div background color is #B3C7BE.

Border color

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

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

This div border color is #B3C7BE.

Opacity

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

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

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

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

This text has shadow with #B3C7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C7BE.

Preview

Color preview on black background

This text has color #B3C7BE on black background.


Color preview on white background

This text has color #B3C7BE on white background.


Black color preview on #B3C7BE background

This text has black color on #B3C7BE background.


White color preview on #B3C7BE background

This text has white color on #B3C7BE background.


Related colors

Complementary color

Complementary color for #hex is #4C3841.


I love getcolorcode.com

Triadic colors

1 #BEB3C7 and #C7BEB3 with #B3C7BE are triadic colors.

2 #BEC7B3 and #C7B3BE with #B3C7BE are triadic colors.