COLOR #B4C8C6

HEX: #B4C8C6 RGB: (180,200,198)

Color info

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

RGB color model

#B4C8C6 color RGB value is (180,200,198).

RGB: (180,200,198) (71%, 78%, 78%)

RGB channels and saturation

R 180 of 255 = 71%
G 200 of 255 = 78%
B 198 of 255 = 78%

180
200
198

R + G + B ~ 76%. #B4C8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 200 + 198 = 578 (100%)
R 180 of 578 ~ 31.14%
G 200 of 578 ~ 34.6%
B 198 of 578 ~ 34.26'%

%31.14
%34.6
%34.26

CMYK color model

#B4C8C6 color CMYK value is (10,0,1,22).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 21.57%
CMYK: (10,0,1,22) C10M0Y1K22 (10%,0%,1%,22%) (0.10/0.00/0.01/0.22) 

CMYK percentages

%10
%0
%1
%21.57

Codes

Color #B4C8C6 in popluar color models

B4 C8 C6
RGB 180 200 198
HSL 174° 15.38% 74.51%
HSB/HSV 174° 10.00% 78.43%
CMYK 10.00% 0.00% 1.00%
21.57%

Color #B4C8C6 in popluar number systems.

HEX B4 C8 C6
Decimal 180 200 198
Binary 10110100 11001000 11000110
Octal 264 310 306

Shades and tints

Shades of #B4C8C6

#B4C8C6
(180,200,198)
#A4B6B4
(164,182,180)
#94A4A2
(148,164,162)
#849290
(132,146,144)
#74807E
(116,128,126)
#646E6C
(100,110,108)
#545C5A
(84,92,90)
#444A48
(68,74,72)
#343836
(52,56,54)
#242624
(36,38,36)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4C8C6

#B4C8C6
(180,200,198)
#BACDCB
(186,205,203)
#C0D2D0
(192,210,208)
#C6D7D5
(198,215,213)
#CCDCDA
(204,220,218)
#D2E1DF
(210,225,223)
#D8E6E4
(216,230,228)
#DEEBE9
(222,235,233)
#E4F0EE
(228,240,238)
#EAF5F3
(234,245,243)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C8C6 color. Also use rgb(180,200,198) instead hex code.

Text Font Color

.myTextColor { color: #B4C8C6; }

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

This text font color is #B4C8C6.

Background Color

.myBgColor { background-color: #B4C8C6; }

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

This div background color is #B4C8C6.

Border color

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

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

This div border color is #B4C8C6.

Opacity

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

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

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

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

This text has shadow with #B4C8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C8C6.

Preview

Color preview on black background

This text has color #B4C8C6 on black background.


Color preview on white background

This text has color #B4C8C6 on white background.


Black color preview on #B4C8C6 background

This text has black color on #B4C8C6 background.


White color preview on #B4C8C6 background

This text has white color on #B4C8C6 background.


Related colors

Complementary color

Complementary color for #hex is #4B3739.


I love getcolorcode.com

Triadic colors

1 #C6B4C8 and #C8C6B4 with #B4C8C6 are triadic colors.

2 #C6C8B4 and #C8B4C6 with #B4C8C6 are triadic colors.