COLOR #B2CEC8

HEX: #B2CEC8
RGB: (178,206,200)

Color info

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

RGB color model

#B2CEC8 color RGB value is (178,206,200).

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

RGB channels and saturation

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

178
206
200

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

Portions of RGB colors in percentages

R + G + B =
178 + 206 + 200 = 584 (100%)
R 178 of 584 ~ 30.48%
G 206 of 584 ~ 35.27%
B 200 of 584 ~ 34.25%

%30.48
%35.27
%34.25

CMYK color model

#B2CEC8 color CMYK value is (14,0,3,19).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 19.22%
CMYK:
(14,0,3,19)
C14M0Y3K19 
(14%,0%,3%,19%)
(0.14/0.00/0.03/0.19)	

CMYK percentages

%13.59
%0
%2.91
%19.22

Codes

Color #B2CEC8 in popluar color models

B2CEC8
RGB178206200
HSL167°22.22%75.29%
HSB/HSV167°13.59%80.78%
CMYK13.59%0.00%2.91%
19.22%

Color #B2CEC8 in popluar number systems.

HEXB2CEC8
Decimal178206200
Binary101100101100111011001000
Octal262316310

Shades and tints

Shades of #B2CEC8

#B2CEC8
(178,206,200)
#A2BCB6
(162,188,182)
#92AAA4
(146,170,164)
#829892
(130,152,146)
#728680
(114,134,128)
#62746E
(98,116,110)
#52625C
(82,98,92)
#42504A
(66,80,74)
#323E38
(50,62,56)
#222C26
(34,44,38)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #B2CEC8

#B2CEC8
(178,206,200)
#B9D2CD
(185,210,205)
#C0D6D2
(192,214,210)
#C7DAD7
(199,218,215)
#CEDEDC
(206,222,220)
#D5E2E1
(213,226,225)
#DCE6E6
(220,230,230)
#E3EAEB
(227,234,235)
#EAEEF0
(234,238,240)
#F1F2F5
(241,242,245)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CEC8; }

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

This text font color is #B2CEC8.


Background Color

.myBgColor { background-color: #B2CEC8; }

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

This div background color is #B2CEC8.


Border color

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

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

This div border color is #B2CEC8.


Opacity

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

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

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

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

This text has shadow with #B2CEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CEC8 on black background.


Color preview on white background

This text has color #B2CEC8 on white background.



Black color preview on #B2CEC8 background

This text has black color on #B2CEC8 background.


White color preview on #B2CEC8 background

This text has white color on #B2CEC8 background.