COLOR #B6CFB3

HEX: #B6CFB3
RGB: (182,207,179)

Color info

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

RGB color model

#B6CFB3 color RGB value is (182,207,179).

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

RGB channels and saturation

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

182
207
179

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

Portions of RGB colors in percentages

R + G + B =
182 + 207 + 179 = 568 (100%)
R 182 of 568 ~ 32.04%
G 207 of 568 ~ 36.44%
B 179 of 568 ~ 31.51%

%32.04
%36.44
%31.51

CMYK color model

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

  • cyan value is 12.08%
  • magenta value is 0.00%
  • yellow value is 13.53%
  • 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
%13.53
%18.82

Codes

Color #B6CFB3 in popluar color models

B6CFB3
RGB182207179
HSL114°22.58%75.69%
HSB/HSV114°13.53%81.18%
CMYK12.08%0.00%13.53%
18.82%

Color #B6CFB3 in popluar number systems.

HEXB6CFB3
Decimal182207179
Binary101101101100111110110011
Octal266317263

Shades and tints

Shades of #B6CFB3

#B6CFB3
(182,207,179)
#A6BDA3
(166,189,163)
#96AB93
(150,171,147)
#869983
(134,153,131)
#768773
(118,135,115)
#667563
(102,117,99)
#566353
(86,99,83)
#465143
(70,81,67)
#363F33
(54,63,51)
#262D23
(38,45,35)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #B6CFB3

#B6CFB3
(182,207,179)
#BCD3B9
(188,211,185)
#C2D7BF
(194,215,191)
#C8DBC5
(200,219,197)
#CEDFCB
(206,223,203)
#D4E3D1
(212,227,209)
#DAE7D7
(218,231,215)
#E0EBDD
(224,235,221)
#E6EFE3
(230,239,227)
#ECF3E9
(236,243,233)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CFB3; }

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

This text font color is #B6CFB3.


Background Color

.myBgColor { background-color: #B6CFB3; }

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

This div background color is #B6CFB3.


Border color

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

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

This div border color is #B6CFB3.


Opacity

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

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

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

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

This text has shadow with #B6CFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CFB3 on black background.


Color preview on white background

This text has color #B6CFB3 on white background.



Black color preview on #B6CFB3 background

This text has black color on #B6CFB3 background.


White color preview on #B6CFB3 background

This text has white color on #B6CFB3 background.