COLOR #B6CFB2

HEX: #B6CFB2
RGB: (182,207,178)

Color info

#B6CFB2 contains red, green and blue colors in about the same proportion. Web safe color of #B6CFB2 is #CCCC99 (or #CC9).

RGB color model

#B6CFB2 color RGB value is (182,207,178).

  • red value is 182;
  • green value is 207;
  • blue value is 178.
RGB:
(182,207,178)
(71%,81%,70%)

RGB channels and saturation

R 182 of 255 = 71%
G 207 of 255 = 81%
B 178 of 255 = 70%

182
207
178

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

Portions of RGB colors in percentages

R + G + B =
182 + 207 + 178 = 567 (100%)
R 182 of 567 ~ 32.1%
G 207 of 567 ~ 36.51%
B 178 of 567 ~ 31.39%

%32.1
%36.51
%31.39

CMYK color model

#B6CFB2 color CMYK value is (12,0,14,19).

  • cyan value is 12.08%
  • magenta value is 0.00%
  • yellow value is 14.01%
  • key color value is 18.82%
CMYK:
(12,0,14,19)
C12M0Y14K19 
(12%,0%,14%,19%)
(0.12/0.00/0.14/0.19)	

CMYK percentages

%12.08
%0
%14.01
%18.82

Codes

Color #B6CFB2 in popluar color models

B6CFB2
RGB182207178
HSL112°23.20%75.49%
HSB/HSV112°14.01%81.18%
CMYK12.08%0.00%14.01%
18.82%

Color #B6CFB2 in popluar number systems.

HEXB6CFB2
Decimal182207178
Binary101101101100111110110010
Octal266317262

Shades and tints

Shades of #B6CFB2

#B6CFB2
(182,207,178)
#A6BDA2
(166,189,162)
#96AB92
(150,171,146)
#869982
(134,153,130)
#768772
(118,135,114)
#667562
(102,117,98)
#566352
(86,99,82)
#465142
(70,81,66)
#363F32
(54,63,50)
#262D22
(38,45,34)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #B6CFB2

#B6CFB2
(182,207,178)
#BCD3B9
(188,211,185)
#C2D7C0
(194,215,192)
#C8DBC7
(200,219,199)
#CEDFCE
(206,223,206)
#D4E3D5
(212,227,213)
#DAE7DC
(218,231,220)
#E0EBE3
(224,235,227)
#E6EFEA
(230,239,234)
#ECF3F1
(236,243,241)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CFB2 color. Also use rgb(182,207,178) instead hex code.

Text Font Color

.myTextColor { color: #B6CFB2; }

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

This text font color is #B6CFB2.


Background Color

.myBgColor { background-color: #B6CFB2; }

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

This div background color is #B6CFB2.


Border color

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

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

This div border color is #B6CFB2.


Opacity

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

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

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

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

This text has shadow with #B6CFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CFB2 on black background.


Color preview on white background

This text has color #B6CFB2 on white background.



Black color preview on #B6CFB2 background

This text has black color on #B6CFB2 background.


White color preview on #B6CFB2 background

This text has white color on #B6CFB2 background.