COLOR #B3C5BE

HEX: #B3C5BE RGB: (179,197,190)

Color info

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

RGB color model

#B3C5BE color RGB value is (179,197,190).

RGB: (179,197,190) (70%, 77%, 75%)

RGB channels and saturation

R 179 of 255 = 70%
G 197 of 255 = 77%
B 190 of 255 = 75%

179
197
190

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

Portions of RGB colors in percentages

R + G + B = 179 + 197 + 190 = 566 (100%)
R 179 of 566 ~ 31.63%
G 197 of 566 ~ 34.81%
B 190 of 566 ~ 33.57'%

%31.63
%34.81
%33.57

CMYK color model

#B3C5BE color CMYK value is (9,0,4,23).

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

CMYK: (9,0,4,23)
C9M0Y4K23 (9%, 0%, 4%, 23%)
(0.09 / 0.00 / 0.04 / 0.23)

CMYK percentages

%9.14
%0
%3.55
%22.75

Codes

Color #B3C5BE in popluar color models

B3 C5 BE
RGB 179 197 190
HSL 157° 13.43% 73.73%
HSB/HSV 157° 9.14% 77.25%
CMYK 9.14% 0.00% 3.55%
22.75%

Color #B3C5BE in popluar number systems.

HEX B3 C5 BE
Decimal 179 197 190
Binary 10110011 11000101 10111110
Octal 263 305 276

Shades and tints

Shades of #B3C5BE

#B3C5BE
(179,197,190)
#A3B4AD
(163,180,173)
#93A39C
(147,163,156)
#83928B
(131,146,139)
#73817A
(115,129,122)
#637069
(99,112,105)
#535F58
(83,95,88)
#434E47
(67,78,71)
#333D36
(51,61,54)
#232C25
(35,44,37)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #B3C5BE

#B3C5BE
(179,197,190)
#B9CAC3
(185,202,195)
#BFCFC8
(191,207,200)
#C5D4CD
(197,212,205)
#CBD9D2
(203,217,210)
#D1DED7
(209,222,215)
#D7E3DC
(215,227,220)
#DDE8E1
(221,232,225)
#E3EDE6
(227,237,230)
#E9F2EB
(233,242,235)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C5BE; }

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

This text font color is #B3C5BE.

Background Color

.myBgColor { background-color: #B3C5BE; }

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

This div background color is #B3C5BE.

Border color

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

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

This div border color is #B3C5BE.

Opacity

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

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

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

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

This text has shadow with #B3C5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3C5BE.

Preview

Color preview on black background

This text has color #B3C5BE on black background.


Color preview on white background

This text has color #B3C5BE on white background.


Black color preview on #B3C5BE background

This text has black color on #B3C5BE background.


White color preview on #B3C5BE background

This text has white color on #B3C5BE background.


Related colors

Complementary color

Complementary color for #hex is #4C3A41.


I love getcolorcode.com

Triadic colors

1 #BEB3C5 and #C5BEB3 with #B3C5BE are triadic colors.

2 #BEC5B3 and #C5B3BE with #B3C5BE are triadic colors.