COLOR #B4C4CC

HEX: #B4C4CC RGB: (180,196,204)

Color info

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

RGB color model

#B4C4CC color RGB value is (180,196,204).

RGB: (180,196,204) (71%, 77%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 196 of 255 = 77%
B 204 of 255 = 80%

180
196
204

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

Portions of RGB colors in percentages

R + G + B = 180 + 196 + 204 = 580 (100%)
R 180 of 580 ~ 31.03%
G 196 of 580 ~ 33.79%
B 204 of 580 ~ 35.17'%

%31.03
%33.79
%35.17

CMYK color model

#B4C4CC color CMYK value is (12,4,0,20).

  • cyan value is 11.76%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (12,4,0,20)
C12M4Y0K20 (12%, 4%, 0%, 20%)
(0.12 / 0.04 / 0.00 / 0.20)

CMYK percentages

%11.76
%3.92
%0
%20

Codes

Color #B4C4CC in popluar color models

B4 C4 CC
RGB 180 196 204
HSL 200° 19.05% 75.29%
HSB/HSV 200° 11.76% 80.00%
CMYK 11.76% 3.92% 0.00%
20.00%

Color #B4C4CC in popluar number systems.

HEX B4 C4 CC
Decimal 180 196 204
Binary 10110100 11000100 11001100
Octal 264 304 314

Shades and tints

Shades of #B4C4CC

#B4C4CC
(180,196,204)
#A4B3BA
(164,179,186)
#94A2A8
(148,162,168)
#849196
(132,145,150)
#748084
(116,128,132)
#646F72
(100,111,114)
#545E60
(84,94,96)
#444D4E
(68,77,78)
#343C3C
(52,60,60)
#242B2A
(36,43,42)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #B4C4CC

#B4C4CC
(180,196,204)
#BAC9D0
(186,201,208)
#C0CED4
(192,206,212)
#C6D3D8
(198,211,216)
#CCD8DC
(204,216,220)
#D2DDE0
(210,221,224)
#D8E2E4
(216,226,228)
#DEE7E8
(222,231,232)
#E4ECEC
(228,236,236)
#EAF1F0
(234,241,240)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C4CC color. Also use rgb(180,196,204) instead hex code.

Text Font Color

.myTextColor { color: #B4C4CC; }

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

This text font color is #B4C4CC.

Background Color

.myBgColor { background-color: #B4C4CC; }

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

This div background color is #B4C4CC.

Border color

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

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

This div border color is #B4C4CC.

Opacity

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

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

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

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

This text has shadow with #B4C4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C4CC.

Preview

Color preview on black background

This text has color #B4C4CC on black background.


Color preview on white background

This text has color #B4C4CC on white background.


Black color preview on #B4C4CC background

This text has black color on #B4C4CC background.


White color preview on #B4C4CC background

This text has white color on #B4C4CC background.


Related colors

Complementary color

Complementary color for #hex is #4B3B33.


I love getcolorcode.com

Triadic colors

1 #CCB4C4 and #C4CCB4 with #B4C4CC are triadic colors.

2 #CCC4B4 and #C4B4CC with #B4C4CC are triadic colors.