COLOR #B4C3CC

HEX: #B4C3CC RGB: (180,195,204)

Color info

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

RGB color model

#B4C3CC color RGB value is (180,195,204).

RGB: (180,195,204) (71%, 76%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 195 of 255 = 76%
B 204 of 255 = 80%

180
195
204

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

Portions of RGB colors in percentages

R + G + B = 180 + 195 + 204 = 579 (100%)
R 180 of 579 ~ 31.09%
G 195 of 579 ~ 33.68%
B 204 of 579 ~ 35.23'%

%31.09
%33.68
%35.23

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 4.41%
  • 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
%4.41
%0
%20

Codes

Color #B4C3CC in popluar color models

B4 C3 CC
RGB 180 195 204
HSL 203° 19.05% 75.29%
HSB/HSV 203° 11.76% 80.00%
CMYK 11.76% 4.41% 0.00%
20.00%

Color #B4C3CC in popluar number systems.

HEX B4 C3 CC
Decimal 180 195 204
Binary 10110100 11000011 11001100
Octal 264 303 314

Shades and tints

Shades of #B4C3CC

#B4C3CC
(180,195,204)
#A4B2BA
(164,178,186)
#94A1A8
(148,161,168)
#849096
(132,144,150)
#747F84
(116,127,132)
#646E72
(100,110,114)
#545D60
(84,93,96)
#444C4E
(68,76,78)
#343B3C
(52,59,60)
#242A2A
(36,42,42)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #B4C3CC

#B4C3CC
(180,195,204)
#BAC8D0
(186,200,208)
#C0CDD4
(192,205,212)
#C6D2D8
(198,210,216)
#CCD7DC
(204,215,220)
#D2DCE0
(210,220,224)
#D8E1E4
(216,225,228)
#DEE6E8
(222,230,232)
#E4EBEC
(228,235,236)
#EAF0F0
(234,240,240)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C3CC; }

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

This text font color is #B4C3CC.

Background Color

.myBgColor { background-color: #B4C3CC; }

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

This div background color is #B4C3CC.

Border color

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

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

This div border color is #B4C3CC.

Opacity

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

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

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

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

This text has shadow with #B4C3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C3CC.

Preview

Color preview on black background

This text has color #B4C3CC on black background.


Color preview on white background

This text has color #B4C3CC on white background.


Black color preview on #B4C3CC background

This text has black color on #B4C3CC background.


White color preview on #B4C3CC background

This text has white color on #B4C3CC background.


Related colors

Complementary color

Complementary color for #hex is #4B3C33.


I love getcolorcode.com

Triadic colors

1 #CCB4C3 and #C3CCB4 with #B4C3CC are triadic colors.

2 #CCC3B4 and #C3B4CC with #B4C3CC are triadic colors.