COLOR #B2CFCA

HEX: #B2CFCA
RGB: (178,207,202)

Color info

#B2CFCA contains red, green and blue colors in about the same proportion. Web safe color of #B2CFCA is #99CCCC (or #9CC).

RGB color model

#B2CFCA color RGB value is (178,207,202).

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

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 202 of 255 = 79%

178
207
202

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

Portions of RGB colors in percentages

R + G + B =
178 + 207 + 202 = 587 (100%)
R 178 of 587 ~ 30.32%
G 207 of 587 ~ 35.26%
B 202 of 587 ~ 34.41%

%30.32
%35.26
%34.41

CMYK color model

#B2CFCA color CMYK value is (14,0,2,19).

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 2.42%
  • key color value is 18.82%
CMYK:
(14,0,2,19)
C14M0Y2K19 
(14%,0%,2%,19%)
(0.14/0.00/0.02/0.19)	

CMYK percentages

%14.01
%0
%2.42
%18.82

Codes

Color #B2CFCA in popluar color models

B2CFCA
RGB178207202
HSL170°23.20%75.49%
HSB/HSV170°14.01%81.18%
CMYK14.01%0.00%2.42%
18.82%

Color #B2CFCA in popluar number systems.

HEXB2CFCA
Decimal178207202
Binary101100101100111111001010
Octal262317312

Shades and tints

Shades of #B2CFCA

#B2CFCA
(178,207,202)
#A2BDB8
(162,189,184)
#92ABA6
(146,171,166)
#829994
(130,153,148)
#728782
(114,135,130)
#627570
(98,117,112)
#52635E
(82,99,94)
#42514C
(66,81,76)
#323F3A
(50,63,58)
#222D28
(34,45,40)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #B2CFCA

#B2CFCA
(178,207,202)
#B9D3CE
(185,211,206)
#C0D7D2
(192,215,210)
#C7DBD6
(199,219,214)
#CEDFDA
(206,223,218)
#D5E3DE
(213,227,222)
#DCE7E2
(220,231,226)
#E3EBE6
(227,235,230)
#EAEFEA
(234,239,234)
#F1F3EE
(241,243,238)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CFCA; }

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

This text font color is #B2CFCA.


Background Color

.myBgColor { background-color: #B2CFCA; }

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

This div background color is #B2CFCA.


Border color

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

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

This div border color is #B2CFCA.


Opacity

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

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

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

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

This text has shadow with #B2CFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CFCA on black background.


Color preview on white background

This text has color #B2CFCA on white background.



Black color preview on #B2CFCA background

This text has black color on #B2CFCA background.


White color preview on #B2CFCA background

This text has white color on #B2CFCA background.