COLOR #B2CEC6

HEX: #B2CEC6
RGB: (178,206,198)

Color info

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

RGB color model

#B2CEC6 color RGB value is (178,206,198).

  • red value is 178;
  • green value is 206;
  • blue value is 198.
RGB:
(178,206,198)
(70%,81%,78%)

RGB channels and saturation

R 178 of 255 = 70%
G 206 of 255 = 81%
B 198 of 255 = 78%

178
206
198

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

Portions of RGB colors in percentages

R + G + B =
178 + 206 + 198 = 582 (100%)
R 178 of 582 ~ 30.58%
G 206 of 582 ~ 35.4%
B 198 of 582 ~ 34.02%

%30.58
%35.4
%34.02

CMYK color model

#B2CEC6 color CMYK value is (14,0,4,19).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 19.22%
CMYK:
(14,0,4,19)
C14M0Y4K19 
(14%,0%,4%,19%)
(0.14/0.00/0.04/0.19)	

CMYK percentages

%13.59
%0
%3.88
%19.22

Codes

Color #B2CEC6 in popluar color models

B2CEC6
RGB178206198
HSL163°22.22%75.29%
HSB/HSV163°13.59%80.78%
CMYK13.59%0.00%3.88%
19.22%

Color #B2CEC6 in popluar number systems.

HEXB2CEC6
Decimal178206198
Binary101100101100111011000110
Octal262316306

Shades and tints

Shades of #B2CEC6

#B2CEC6
(178,206,198)
#A2BCB4
(162,188,180)
#92AAA2
(146,170,162)
#829890
(130,152,144)
#72867E
(114,134,126)
#62746C
(98,116,108)
#52625A
(82,98,90)
#425048
(66,80,72)
#323E36
(50,62,54)
#222C24
(34,44,36)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #B2CEC6

#B2CEC6
(178,206,198)
#B9D2CB
(185,210,203)
#C0D6D0
(192,214,208)
#C7DAD5
(199,218,213)
#CEDEDA
(206,222,218)
#D5E2DF
(213,226,223)
#DCE6E4
(220,230,228)
#E3EAE9
(227,234,233)
#EAEEEE
(234,238,238)
#F1F2F3
(241,242,243)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CEC6 color. Also use rgb(178,206,198) instead hex code.

Text Font Color

.myTextColor { color: #B2CEC6; }

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

This text font color is #B2CEC6.


Background Color

.myBgColor { background-color: #B2CEC6; }

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

This div background color is #B2CEC6.


Border color

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

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

This div border color is #B2CEC6.


Opacity

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

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

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

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

This text has shadow with #B2CEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CEC6 on black background.


Color preview on white background

This text has color #B2CEC6 on white background.



Black color preview on #B2CEC6 background

This text has black color on #B2CEC6 background.


White color preview on #B2CEC6 background

This text has white color on #B2CEC6 background.