COLOR #B3C5BC

HEX: #B3C5BC RGB: (179,197,188)

Color info

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

RGB color model

#B3C5BC color RGB value is (179,197,188).

RGB: (179,197,188) (70%, 77%, 74%)

RGB channels and saturation

R 179 of 255 = 70%
G 197 of 255 = 77%
B 188 of 255 = 74%

179
197
188

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

Portions of RGB colors in percentages

R + G + B = 179 + 197 + 188 = 564 (100%)
R 179 of 564 ~ 31.74%
G 197 of 564 ~ 34.93%
B 188 of 564 ~ 33.33'%

%31.74
%34.93
%33.33

CMYK color model

#B3C5BC color CMYK value is (9,0,5,23).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 22.75%

CMYK: (9,0,5,23)
C9M0Y5K23 (9%, 0%, 5%, 23%)
(0.09 / 0.00 / 0.05 / 0.23)

CMYK percentages

%9.14
%0
%4.57
%22.75

Codes

Color #B3C5BC in popluar color models

B3 C5 BC
RGB 179 197 188
HSL 150° 13.43% 73.73%
HSB/HSV 150° 9.14% 77.25%
CMYK 9.14% 0.00% 4.57%
22.75%

Color #B3C5BC in popluar number systems.

HEX B3 C5 BC
Decimal 179 197 188
Binary 10110011 11000101 10111100
Octal 263 305 274

Shades and tints

Shades of #B3C5BC

#B3C5BC
(179,197,188)
#A3B4AB
(163,180,171)
#93A39A
(147,163,154)
#839289
(131,146,137)
#738178
(115,129,120)
#637067
(99,112,103)
#535F56
(83,95,86)
#434E45
(67,78,69)
#333D34
(51,61,52)
#232C23
(35,44,35)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #B3C5BC

#B3C5BC
(179,197,188)
#B9CAC2
(185,202,194)
#BFCFC8
(191,207,200)
#C5D4CE
(197,212,206)
#CBD9D4
(203,217,212)
#D1DEDA
(209,222,218)
#D7E3E0
(215,227,224)
#DDE8E6
(221,232,230)
#E3EDEC
(227,237,236)
#E9F2F2
(233,242,242)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C5BC color. Also use rgb(179,197,188) instead hex code.

Text Font Color

.myTextColor { color: #B3C5BC; }

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

This text font color is #B3C5BC.

Background Color

.myBgColor { background-color: #B3C5BC; }

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

This div background color is #B3C5BC.

Border color

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

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

This div border color is #B3C5BC.

Opacity

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

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

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

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

This text has shadow with #B3C5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C5BC.

Preview

Color preview on black background

This text has color #B3C5BC on black background.


Color preview on white background

This text has color #B3C5BC on white background.


Black color preview on #B3C5BC background

This text has black color on #B3C5BC background.


White color preview on #B3C5BC background

This text has white color on #B3C5BC background.


Related colors

Complementary color

Complementary color for #hex is #4C3A43.


I love getcolorcode.com

Triadic colors

1 #BCB3C5 and #C5BCB3 with #B3C5BC are triadic colors.

2 #BCC5B3 and #C5B3BC with #B3C5BC are triadic colors.