COLOR #B2C6AC

HEX: #B2C6AC
RGB: (178,198,172)

Color info

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

RGB color model

#B2C6AC color RGB value is (178,198,172).

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

RGB channels and saturation

R 178 of 255 = 70%
G 198 of 255 = 78%
B 172 of 255 = 67%

178
198
172

R + G + B ~ 72%. #B2C6AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 198 + 172 = 548 (100%)
R 178 of 548 ~ 32.48%
G 198 of 548 ~ 36.13%
B 172 of 548 ~ 31.39%

%32.48
%36.13
%31.39

CMYK color model

#B2C6AC color CMYK value is (10,0,13,22).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK:
(10,0,13,22)
C10M0Y13K22 
(10%,0%,13%,22%)
(0.10/0.00/0.13/0.22)	

CMYK percentages

%10.1
%0
%13.13
%22.35

Codes

Color #B2C6AC in popluar color models

B2C6AC
RGB178198172
HSL106°18.57%72.55%
HSB/HSV106°13.13%77.65%
CMYK10.10%0.00%13.13%
22.35%

Color #B2C6AC in popluar number systems.

HEXB2C6AC
Decimal178198172
Binary101100101100011010101100
Octal262306254

Shades and tints

Shades of #B2C6AC

#B2C6AC
(178,198,172)
#A2B49D
(162,180,157)
#92A28E
(146,162,142)
#82907F
(130,144,127)
#727E70
(114,126,112)
#626C61
(98,108,97)
#525A52
(82,90,82)
#424843
(66,72,67)
#323634
(50,54,52)
#222425
(34,36,37)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #B2C6AC

#B2C6AC
(178,198,172)
#B9CBB3
(185,203,179)
#C0D0BA
(192,208,186)
#C7D5C1
(199,213,193)
#CEDAC8
(206,218,200)
#D5DFCF
(213,223,207)
#DCE4D6
(220,228,214)
#E3E9DD
(227,233,221)
#EAEEE4
(234,238,228)
#F1F3EB
(241,243,235)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C6AC; }

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

This text font color is #B2C6AC.


Background Color

.myBgColor { background-color: #B2C6AC; }

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

This div background color is #B2C6AC.


Border color

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

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

This div border color is #B2C6AC.


Opacity

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

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

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

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

This text has shadow with #B2C6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C6AC on black background.


Color preview on white background

This text has color #B2C6AC on white background.



Black color preview on #B2C6AC background

This text has black color on #B2C6AC background.


White color preview on #B2C6AC background

This text has white color on #B2C6AC background.