COLOR #B4CCC1

HEX: #B4CCC1
RGB: (180,204,193)

Color info

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

RGB color model

#B4CCC1 color RGB value is (180,204,193).

  • red value is 180;
  • green value is 204;
  • blue value is 193.
RGB:
(180,204,193)
(71%,80%,76%)

RGB channels and saturation

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

180
204
193

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

Portions of RGB colors in percentages

R + G + B =
180 + 204 + 193 = 577 (100%)
R 180 of 577 ~ 31.2%
G 204 of 577 ~ 35.36%
B 193 of 577 ~ 33.45%

%31.2
%35.36
%33.45

CMYK color model

#B4CCC1 color CMYK value is (12,0,5,20).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 5.39%
  • key color value is 20.00%
CMYK:
(12,0,5,20)
C12M0Y5K20 
(12%,0%,5%,20%)
(0.12/0.00/0.05/0.20)	

CMYK percentages

%11.76
%0
%5.39
%20

Codes

Color #B4CCC1 in popluar color models

B4CCC1
RGB180204193
HSL153°19.05%75.29%
HSB/HSV153°11.76%80.00%
CMYK11.76%0.00%5.39%
20.00%

Color #B4CCC1 in popluar number systems.

HEXB4CCC1
Decimal180204193
Binary101101001100110011000001
Octal264314301

Shades and tints

Shades of #B4CCC1

#B4CCC1
(180,204,193)
#A4BAB0
(164,186,176)
#94A89F
(148,168,159)
#84968E
(132,150,142)
#74847D
(116,132,125)
#64726C
(100,114,108)
#54605B
(84,96,91)
#444E4A
(68,78,74)
#343C39
(52,60,57)
#242A28
(36,42,40)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #B4CCC1

#B4CCC1
(180,204,193)
#BAD0C6
(186,208,198)
#C0D4CB
(192,212,203)
#C6D8D0
(198,216,208)
#CCDCD5
(204,220,213)
#D2E0DA
(210,224,218)
#D8E4DF
(216,228,223)
#DEE8E4
(222,232,228)
#E4ECE9
(228,236,233)
#EAF0EE
(234,240,238)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CCC1; }

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

This text font color is #B4CCC1.


Background Color

.myBgColor { background-color: #B4CCC1; }

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

This div background color is #B4CCC1.


Border color

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

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

This div border color is #B4CCC1.


Opacity

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

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

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

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

This text has shadow with #B4CCC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CCC1 on black background.


Color preview on white background

This text has color #B4CCC1 on white background.



Black color preview on #B4CCC1 background

This text has black color on #B4CCC1 background.


White color preview on #B4CCC1 background

This text has white color on #B4CCC1 background.