COLOR #B4CFCD

HEX: #B4CFCD
RGB: (180,207,205)

Color info

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

RGB color model

#B4CFCD color RGB value is (180,207,205).

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

RGB channels and saturation

R 180 of 255 = 71%
G 207 of 255 = 81%
B 205 of 255 = 80%

180
207
205

R + G + B ~ 77%. #B4CFCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 207 + 205 = 592 (100%)
R 180 of 592 ~ 30.41%
G 207 of 592 ~ 34.97%
B 205 of 592 ~ 34.63%

%30.41
%34.97
%34.63

CMYK color model

#B4CFCD color CMYK value is (13,0,1,19).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 0.97%
  • key color value is 18.82%
CMYK:
(13,0,1,19)
C13M0Y1K19 
(13%,0%,1%,19%)
(0.13/0.00/0.01/0.19)	

CMYK percentages

%13.04
%0
%0.97
%18.82

Codes

Color #B4CFCD in popluar color models

B4CFCD
RGB180207205
HSL176°21.95%75.88%
HSB/HSV176°13.04%81.18%
CMYK13.04%0.00%0.97%
18.82%

Color #B4CFCD in popluar number systems.

HEXB4CFCD
Decimal180207205
Binary101101001100111111001101
Octal264317315

Shades and tints

Shades of #B4CFCD

#B4CFCD
(180,207,205)
#A4BDBB
(164,189,187)
#94ABA9
(148,171,169)
#849997
(132,153,151)
#748785
(116,135,133)
#647573
(100,117,115)
#546361
(84,99,97)
#44514F
(68,81,79)
#343F3D
(52,63,61)
#242D2B
(36,45,43)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #B4CFCD

#B4CFCD
(180,207,205)
#BAD3D1
(186,211,209)
#C0D7D5
(192,215,213)
#C6DBD9
(198,219,217)
#CCDFDD
(204,223,221)
#D2E3E1
(210,227,225)
#D8E7E5
(216,231,229)
#DEEBE9
(222,235,233)
#E4EFED
(228,239,237)
#EAF3F1
(234,243,241)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CFCD; }

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

This text font color is #B4CFCD.


Background Color

.myBgColor { background-color: #B4CFCD; }

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

This div background color is #B4CFCD.


Border color

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

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

This div border color is #B4CFCD.


Opacity

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

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

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

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

This text has shadow with #B4CFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CFCD on black background.


Color preview on white background

This text has color #B4CFCD on white background.



Black color preview on #B4CFCD background

This text has black color on #B4CFCD background.


White color preview on #B4CFCD background

This text has white color on #B4CFCD background.