COLOR #B2CEC5

HEX: #B2CEC5
RGB: (178,206,197)

Color info

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

RGB color model

#B2CEC5 color RGB value is (178,206,197).

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

RGB channels and saturation

R 178 of 255 = 70%
G 206 of 255 = 81%
B 197 of 255 = 77%

178
206
197

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

Portions of RGB colors in percentages

R + G + B =
178 + 206 + 197 = 581 (100%)
R 178 of 581 ~ 30.64%
G 206 of 581 ~ 35.46%
B 197 of 581 ~ 33.91%

%30.64
%35.46
%33.91

CMYK color model

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

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • 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
%4.37
%19.22

Codes

Color #B2CEC5 in popluar color models

B2CEC5
RGB178206197
HSL161°22.22%75.29%
HSB/HSV161°13.59%80.78%
CMYK13.59%0.00%4.37%
19.22%

Color #B2CEC5 in popluar number systems.

HEXB2CEC5
Decimal178206197
Binary101100101100111011000101
Octal262316305

Shades and tints

Shades of #B2CEC5

#B2CEC5
(178,206,197)
#A2BCB4
(162,188,180)
#92AAA3
(146,170,163)
#829892
(130,152,146)
#728681
(114,134,129)
#627470
(98,116,112)
#52625F
(82,98,95)
#42504E
(66,80,78)
#323E3D
(50,62,61)
#222C2C
(34,44,44)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #B2CEC5

#B2CEC5
(178,206,197)
#B9D2CA
(185,210,202)
#C0D6CF
(192,214,207)
#C7DAD4
(199,218,212)
#CEDED9
(206,222,217)
#D5E2DE
(213,226,222)
#DCE6E3
(220,230,227)
#E3EAE8
(227,234,232)
#EAEEED
(234,238,237)
#F1F2F2
(241,242,242)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CEC5; }

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

This text font color is #B2CEC5.


Background Color

.myBgColor { background-color: #B2CEC5; }

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

This div background color is #B2CEC5.


Border color

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

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

This div border color is #B2CEC5.


Opacity

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

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

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

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

This text has shadow with #B2CEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CEC5 on black background.


Color preview on white background

This text has color #B2CEC5 on white background.



Black color preview on #B2CEC5 background

This text has black color on #B2CEC5 background.


White color preview on #B2CEC5 background

This text has white color on #B2CEC5 background.