COLOR #B7CBA6

HEX: #B7CBA6
RGB: (183,203,166)

Color info

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

RGB color model

#B7CBA6 color RGB value is (183,203,166).

  • red value is 183;
  • green value is 203;
  • blue value is 166.
RGB:
(183,203,166)
(72%,80%,65%)

RGB channels and saturation

R 183 of 255 = 72%
G 203 of 255 = 80%
B 166 of 255 = 65%

183
203
166

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

Portions of RGB colors in percentages

R + G + B =
183 + 203 + 166 = 552 (100%)
R 183 of 552 ~ 33.15%
G 203 of 552 ~ 36.78%
B 166 of 552 ~ 30.07%

%33.15
%36.78
%30.07

CMYK color model

#B7CBA6 color CMYK value is (10,0,18,20).

  • cyan value is 9.85%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 20.39%
CMYK:
(10,0,18,20)
C10M0Y18K20 
(10%,0%,18%,20%)
(0.10/0.00/0.18/0.20)	

CMYK percentages

%9.85
%0
%18.23
%20.39

Codes

Color #B7CBA6 in popluar color models

B7CBA6
RGB183203166
HSL92°26.24%72.35%
HSB/HSV92°18.23%79.61%
CMYK9.85%0.00%18.23%
20.39%

Color #B7CBA6 in popluar number systems.

HEXB7CBA6
Decimal183203166
Binary101101111100101110100110
Octal267313246

Shades and tints

Shades of #B7CBA6

#B7CBA6
(183,203,166)
#A7B997
(167,185,151)
#97A788
(151,167,136)
#879579
(135,149,121)
#77836A
(119,131,106)
#67715B
(103,113,91)
#575F4C
(87,95,76)
#474D3D
(71,77,61)
#373B2E
(55,59,46)
#27291F
(39,41,31)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #B7CBA6

#B7CBA6
(183,203,166)
#BDCFAE
(189,207,174)
#C3D3B6
(195,211,182)
#C9D7BE
(201,215,190)
#CFDBC6
(207,219,198)
#D5DFCE
(213,223,206)
#DBE3D6
(219,227,214)
#E1E7DE
(225,231,222)
#E7EBE6
(231,235,230)
#EDEFEE
(237,239,238)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CBA6 color. Also use rgb(183,203,166) instead hex code.

Text Font Color

.myTextColor { color: #B7CBA6; }

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

This text font color is #B7CBA6.


Background Color

.myBgColor { background-color: #B7CBA6; }

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

This div background color is #B7CBA6.


Border color

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

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

This div border color is #B7CBA6.


Opacity

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

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

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

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

This text has shadow with #B7CBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CBA6 on black background.


Color preview on white background

This text has color #B7CBA6 on white background.



Black color preview on #B7CBA6 background

This text has black color on #B7CBA6 background.


White color preview on #B7CBA6 background

This text has white color on #B7CBA6 background.