COLOR #B4CFCA

HEX: #B4CFCA
RGB: (180,207,202)

Color info

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

RGB color model

#B4CFCA color RGB value is (180,207,202).

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

RGB channels and saturation

R 180 of 255 = 71%
G 207 of 255 = 81%
B 202 of 255 = 79%

180
207
202

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

Portions of RGB colors in percentages

R + G + B =
180 + 207 + 202 = 589 (100%)
R 180 of 589 ~ 30.56%
G 207 of 589 ~ 35.14%
B 202 of 589 ~ 34.3%

%30.56
%35.14
%34.3

CMYK color model

#B4CFCA color CMYK value is (13,0,2,19).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 2.42%
  • key color value is 18.82%
CMYK:
(13,0,2,19)
C13M0Y2K19 
(13%,0%,2%,19%)
(0.13/0.00/0.02/0.19)	

CMYK percentages

%13.04
%0
%2.42
%18.82

Codes

Color #B4CFCA in popluar color models

B4CFCA
RGB180207202
HSL169°21.95%75.88%
HSB/HSV169°13.04%81.18%
CMYK13.04%0.00%2.42%
18.82%

Color #B4CFCA in popluar number systems.

HEXB4CFCA
Decimal180207202
Binary101101001100111111001010
Octal264317312

Shades and tints

Shades of #B4CFCA

#B4CFCA
(180,207,202)
#A4BDB8
(164,189,184)
#94ABA6
(148,171,166)
#849994
(132,153,148)
#748782
(116,135,130)
#647570
(100,117,112)
#54635E
(84,99,94)
#44514C
(68,81,76)
#343F3A
(52,63,58)
#242D28
(36,45,40)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #B4CFCA

#B4CFCA
(180,207,202)
#BAD3CE
(186,211,206)
#C0D7D2
(192,215,210)
#C6DBD6
(198,219,214)
#CCDFDA
(204,223,218)
#D2E3DE
(210,227,222)
#D8E7E2
(216,231,226)
#DEEBE6
(222,235,230)
#E4EFEA
(228,239,234)
#EAF3EE
(234,243,238)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CFCA; }

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

This text font color is #B4CFCA.


Background Color

.myBgColor { background-color: #B4CFCA; }

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

This div background color is #B4CFCA.


Border color

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

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

This div border color is #B4CFCA.


Opacity

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

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

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

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

This text has shadow with #B4CFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CFCA on black background.


Color preview on white background

This text has color #B4CFCA on white background.



Black color preview on #B4CFCA background

This text has black color on #B4CFCA background.


White color preview on #B4CFCA background

This text has white color on #B4CFCA background.