COLOR #B2C6BF

HEX: #B2C6BF
RGB: (178,198,191)

Color info

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

RGB color model

#B2C6BF color RGB value is (178,198,191).

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

RGB channels and saturation

R 178 of 255 = 70%
G 198 of 255 = 78%
B 191 of 255 = 75%

178
198
191

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

Portions of RGB colors in percentages

R + G + B =
178 + 198 + 191 = 567 (100%)
R 178 of 567 ~ 31.39%
G 198 of 567 ~ 34.92%
B 191 of 567 ~ 33.69%

%31.39
%34.92
%33.69

CMYK color model

#B2C6BF color CMYK value is (10,0,4,22).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 22.35%
CMYK:
(10,0,4,22)
C10M0Y4K22 
(10%,0%,4%,22%)
(0.10/0.00/0.04/0.22)	

CMYK percentages

%10.1
%0
%3.54
%22.35

Codes

Color #B2C6BF in popluar color models

B2C6BF
RGB178198191
HSL159°14.93%73.73%
HSB/HSV159°10.10%77.65%
CMYK10.10%0.00%3.54%
22.35%

Color #B2C6BF in popluar number systems.

HEXB2C6BF
Decimal178198191
Binary101100101100011010111111
Octal262306277

Shades and tints

Shades of #B2C6BF

#B2C6BF
(178,198,191)
#A2B4AE
(162,180,174)
#92A29D
(146,162,157)
#82908C
(130,144,140)
#727E7B
(114,126,123)
#626C6A
(98,108,106)
#525A59
(82,90,89)
#424848
(66,72,72)
#323637
(50,54,55)
#222426
(34,36,38)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #B2C6BF

#B2C6BF
(178,198,191)
#B9CBC4
(185,203,196)
#C0D0C9
(192,208,201)
#C7D5CE
(199,213,206)
#CEDAD3
(206,218,211)
#D5DFD8
(213,223,216)
#DCE4DD
(220,228,221)
#E3E9E2
(227,233,226)
#EAEEE7
(234,238,231)
#F1F3EC
(241,243,236)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C6BF; }

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

This text font color is #B2C6BF.


Background Color

.myBgColor { background-color: #B2C6BF; }

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

This div background color is #B2C6BF.


Border color

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

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

This div border color is #B2C6BF.


Opacity

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

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

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

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

This text has shadow with #B2C6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C6BF on black background.


Color preview on white background

This text has color #B2C6BF on white background.



Black color preview on #B2C6BF background

This text has black color on #B2C6BF background.


White color preview on #B2C6BF background

This text has white color on #B2C6BF background.