COLOR #B2C4BE

HEX: #B2C4BE
RGB: (178,196,190)

Color info

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

RGB color model

#B2C4BE color RGB value is (178,196,190).

  • red value is 178;
  • green value is 196;
  • blue value is 190.
RGB:
(178,196,190)
(70%,77%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 196 of 255 = 77%
B 190 of 255 = 75%

178
196
190

R + G + B ~ 74%. #B2C4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 196 + 190 = 564 (100%)
R 178 of 564 ~ 31.56%
G 196 of 564 ~ 34.75%
B 190 of 564 ~ 33.69%

%31.56
%34.75
%33.69

CMYK color model

#B2C4BE color CMYK value is (9,0,3,23).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK:
(9,0,3,23)
C9M0Y3K23 
(9%,0%,3%,23%)
(0.09/0.00/0.03/0.23)	

CMYK percentages

%9.18
%0
%3.06
%23.14

Codes

Color #B2C4BE in popluar color models

B2C4BE
RGB178196190
HSL160°13.24%73.33%
HSB/HSV160°9.18%76.86%
CMYK9.18%0.00%3.06%
23.14%

Color #B2C4BE in popluar number systems.

HEXB2C4BE
Decimal178196190
Binary101100101100010010111110
Octal262304276

Shades and tints

Shades of #B2C4BE

#B2C4BE
(178,196,190)
#A2B3AD
(162,179,173)
#92A29C
(146,162,156)
#82918B
(130,145,139)
#72807A
(114,128,122)
#626F69
(98,111,105)
#525E58
(82,94,88)
#424D47
(66,77,71)
#323C36
(50,60,54)
#222B25
(34,43,37)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #B2C4BE

#B2C4BE
(178,196,190)
#B9C9C3
(185,201,195)
#C0CEC8
(192,206,200)
#C7D3CD
(199,211,205)
#CED8D2
(206,216,210)
#D5DDD7
(213,221,215)
#DCE2DC
(220,226,220)
#E3E7E1
(227,231,225)
#EAECE6
(234,236,230)
#F1F1EB
(241,241,235)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C4BE color. Also use rgb(178,196,190) instead hex code.

Text Font Color

.myTextColor { color: #B2C4BE; }

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

This text font color is #B2C4BE.


Background Color

.myBgColor { background-color: #B2C4BE; }

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

This div background color is #B2C4BE.


Border color

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

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

This div border color is #B2C4BE.


Opacity

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

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

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

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

This text has shadow with #B2C4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C4BE on black background.


Color preview on white background

This text has color #B2C4BE on white background.



Black color preview on #B2C4BE background

This text has black color on #B2C4BE background.


White color preview on #B2C4BE background

This text has white color on #B2C4BE background.