COLOR #B4C5B9

HEX: #B4C5B9 RGB: (180,197,185)

Color info

#B4C5B9 contains red, green and blue colors in about the same proportion. Web safe color of #B4C5B9 is #CCCCCC (or #CCC).

RGB color model

#B4C5B9 color RGB value is (180,197,185).

RGB: (180,197,185) (71%, 77%, 73%)

RGB channels and saturation

R 180 of 255 = 71%
G 197 of 255 = 77%
B 185 of 255 = 73%

180
197
185

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

Portions of RGB colors in percentages

R + G + B = 180 + 197 + 185 = 562 (100%)
R 180 of 562 ~ 32.03%
G 197 of 562 ~ 35.05%
B 185 of 562 ~ 32.92'%

%32.03
%35.05
%32.92

CMYK color model

#B4C5B9 color CMYK value is (9,0,6,23).

  • cyan value is 8.63%
  • magenta value is 0.00%
  • yellow value is 6.09%
  • key color value is 22.75%

CMYK: (9,0,6,23)
C9M0Y6K23 (9%, 0%, 6%, 23%)
(0.09 / 0.00 / 0.06 / 0.23)

CMYK percentages

%8.63
%0
%6.09
%22.75

Codes

Color #B4C5B9 in popluar color models

B4 C5 B9
RGB 180 197 185
HSL 138° 12.78% 73.92%
HSB/HSV 138° 8.63% 77.25%
CMYK 8.63% 0.00% 6.09%
22.75%

Color #B4C5B9 in popluar number systems.

HEX B4 C5 B9
Decimal 180 197 185
Binary 10110100 11000101 10111001
Octal 264 305 271

Shades and tints

Shades of #B4C5B9

#B4C5B9
(180,197,185)
#A4B4A9
(164,180,169)
#94A399
(148,163,153)
#849289
(132,146,137)
#748179
(116,129,121)
#647069
(100,112,105)
#545F59
(84,95,89)
#444E49
(68,78,73)
#343D39
(52,61,57)
#242C29
(36,44,41)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #B4C5B9

#B4C5B9
(180,197,185)
#BACABF
(186,202,191)
#C0CFC5
(192,207,197)
#C6D4CB
(198,212,203)
#CCD9D1
(204,217,209)
#D2DED7
(210,222,215)
#D8E3DD
(216,227,221)
#DEE8E3
(222,232,227)
#E4EDE9
(228,237,233)
#EAF2EF
(234,242,239)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C5B9 color. Also use rgb(180,197,185) instead hex code.

Text Font Color

.myTextColor { color: #B4C5B9; }

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

This text font color is #B4C5B9.

Background Color

.myBgColor { background-color: #B4C5B9; }

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

This div background color is #B4C5B9.

Border color

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

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

This div border color is #B4C5B9.

Opacity

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

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

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

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

This text has shadow with #B4C5B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C5B9.

Preview

Color preview on black background

This text has color #B4C5B9 on black background.


Color preview on white background

This text has color #B4C5B9 on white background.


Black color preview on #B4C5B9 background

This text has black color on #B4C5B9 background.


White color preview on #B4C5B9 background

This text has white color on #B4C5B9 background.


Related colors

Complementary color

Complementary color for #hex is #4B3A46.


I love getcolorcode.com

Triadic colors

1 #B9B4C5 and #C5B9B4 with #B4C5B9 are triadic colors.

2 #B9C5B4 and #C5B4B9 with #B4C5B9 are triadic colors.