COLOR #B4CFC5

HEX: #B4CFC5
RGB: (180,207,197)

Color info

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

RGB color model

#B4CFC5 color RGB value is (180,207,197).

  • red value is 180;
  • green value is 207;
  • blue value is 197.
RGB:
(180,207,197)
(71%,81%,77%)

RGB channels and saturation

R 180 of 255 = 71%
G 207 of 255 = 81%
B 197 of 255 = 77%

180
207
197

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

Portions of RGB colors in percentages

R + G + B =
180 + 207 + 197 = 584 (100%)
R 180 of 584 ~ 30.82%
G 207 of 584 ~ 35.45%
B 197 of 584 ~ 33.73%

%30.82
%35.45
%33.73

CMYK color model

#B4CFC5 color CMYK value is (13,0,5,19).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 4.83%
  • key color value is 18.82%
CMYK:
(13,0,5,19)
C13M0Y5K19 
(13%,0%,5%,19%)
(0.13/0.00/0.05/0.19)	

CMYK percentages

%13.04
%0
%4.83
%18.82

Codes

Color #B4CFC5 in popluar color models

B4CFC5
RGB180207197
HSL158°21.95%75.88%
HSB/HSV158°13.04%81.18%
CMYK13.04%0.00%4.83%
18.82%

Color #B4CFC5 in popluar number systems.

HEXB4CFC5
Decimal180207197
Binary101101001100111111000101
Octal264317305

Shades and tints

Shades of #B4CFC5

#B4CFC5
(180,207,197)
#A4BDB4
(164,189,180)
#94ABA3
(148,171,163)
#849992
(132,153,146)
#748781
(116,135,129)
#647570
(100,117,112)
#54635F
(84,99,95)
#44514E
(68,81,78)
#343F3D
(52,63,61)
#242D2C
(36,45,44)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #B4CFC5

#B4CFC5
(180,207,197)
#BAD3CA
(186,211,202)
#C0D7CF
(192,215,207)
#C6DBD4
(198,219,212)
#CCDFD9
(204,223,217)
#D2E3DE
(210,227,222)
#D8E7E3
(216,231,227)
#DEEBE8
(222,235,232)
#E4EFED
(228,239,237)
#EAF3F2
(234,243,242)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CFC5; }

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

This text font color is #B4CFC5.


Background Color

.myBgColor { background-color: #B4CFC5; }

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

This div background color is #B4CFC5.


Border color

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

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

This div border color is #B4CFC5.


Opacity

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

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

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

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

This text has shadow with #B4CFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CFC5 on black background.


Color preview on white background

This text has color #B4CFC5 on white background.



Black color preview on #B4CFC5 background

This text has black color on #B4CFC5 background.


White color preview on #B4CFC5 background

This text has white color on #B4CFC5 background.