COLOR #B2CFCB

HEX: #B2CFCB
RGB: (178,207,203)

Color info

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

RGB color model

#B2CFCB color RGB value is (178,207,203).

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

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 203 of 255 = 80%

178
207
203

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

Portions of RGB colors in percentages

R + G + B =
178 + 207 + 203 = 588 (100%)
R 178 of 588 ~ 30.27%
G 207 of 588 ~ 35.2%
B 203 of 588 ~ 34.52%

%30.27
%35.2
%34.52

CMYK color model

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

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 1.93%
  • 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
%1.93
%18.82

Codes

Color #B2CFCB in popluar color models

B2CFCB
RGB178207203
HSL172°23.20%75.49%
HSB/HSV172°14.01%81.18%
CMYK14.01%0.00%1.93%
18.82%

Color #B2CFCB in popluar number systems.

HEXB2CFCB
Decimal178207203
Binary101100101100111111001011
Octal262317313

Shades and tints

Shades of #B2CFCB

#B2CFCB
(178,207,203)
#A2BDB9
(162,189,185)
#92ABA7
(146,171,167)
#829995
(130,153,149)
#728783
(114,135,131)
#627571
(98,117,113)
#52635F
(82,99,95)
#42514D
(66,81,77)
#323F3B
(50,63,59)
#222D29
(34,45,41)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #B2CFCB

#B2CFCB
(178,207,203)
#B9D3CF
(185,211,207)
#C0D7D3
(192,215,211)
#C7DBD7
(199,219,215)
#CEDFDB
(206,223,219)
#D5E3DF
(213,227,223)
#DCE7E3
(220,231,227)
#E3EBE7
(227,235,231)
#EAEFEB
(234,239,235)
#F1F3EF
(241,243,239)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CFCB; }

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

This text font color is #B2CFCB.


Background Color

.myBgColor { background-color: #B2CFCB; }

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

This div background color is #B2CFCB.


Border color

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

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

This div border color is #B2CFCB.


Opacity

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

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

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

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

This text has shadow with #B2CFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CFCB on black background.


Color preview on white background

This text has color #B2CFCB on white background.



Black color preview on #B2CFCB background

This text has black color on #B2CFCB background.


White color preview on #B2CFCB background

This text has white color on #B2CFCB background.