COLOR #B2CEBF

HEX: #B2CEBF
RGB: (178,206,191)

Color info

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

RGB color model

#B2CEBF color RGB value is (178,206,191).

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

RGB channels and saturation

R 178 of 255 = 70%
G 206 of 255 = 81%
B 191 of 255 = 75%

178
206
191

R + G + B ~ 75%. #B2CEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 206 + 191 = 575 (100%)
R 178 of 575 ~ 30.96%
G 206 of 575 ~ 35.83%
B 191 of 575 ~ 33.22%

%30.96
%35.83
%33.22

CMYK color model

#B2CEBF color CMYK value is (14,0,7,19).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 7.28%
  • key color value is 19.22%
CMYK:
(14,0,7,19)
C14M0Y7K19 
(14%,0%,7%,19%)
(0.14/0.00/0.07/0.19)	

CMYK percentages

%13.59
%0
%7.28
%19.22

Codes

Color #B2CEBF in popluar color models

B2CEBF
RGB178206191
HSL148°22.22%75.29%
HSB/HSV148°13.59%80.78%
CMYK13.59%0.00%7.28%
19.22%

Color #B2CEBF in popluar number systems.

HEXB2CEBF
Decimal178206191
Binary101100101100111010111111
Octal262316277

Shades and tints

Shades of #B2CEBF

#B2CEBF
(178,206,191)
#A2BCAE
(162,188,174)
#92AA9D
(146,170,157)
#82988C
(130,152,140)
#72867B
(114,134,123)
#62746A
(98,116,106)
#526259
(82,98,89)
#425048
(66,80,72)
#323E37
(50,62,55)
#222C26
(34,44,38)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #B2CEBF

#B2CEBF
(178,206,191)
#B9D2C4
(185,210,196)
#C0D6C9
(192,214,201)
#C7DACE
(199,218,206)
#CEDED3
(206,222,211)
#D5E2D8
(213,226,216)
#DCE6DD
(220,230,221)
#E3EAE2
(227,234,226)
#EAEEE7
(234,238,231)
#F1F2EC
(241,242,236)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CEBF; }

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

This text font color is #B2CEBF.


Background Color

.myBgColor { background-color: #B2CEBF; }

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

This div background color is #B2CEBF.


Border color

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

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

This div border color is #B2CEBF.


Opacity

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

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

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

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

This text has shadow with #B2CEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CEBF on black background.


Color preview on white background

This text has color #B2CEBF on white background.



Black color preview on #B2CEBF background

This text has black color on #B2CEBF background.


White color preview on #B2CEBF background

This text has white color on #B2CEBF background.