COLOR #B7C8A6

HEX: #B7C8A6
RGB: (183,200,166)

Color info

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

RGB color model

#B7C8A6 color RGB value is (183,200,166).

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

RGB channels and saturation

R 183 of 255 = 72%
G 200 of 255 = 78%
B 166 of 255 = 65%

183
200
166

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

Portions of RGB colors in percentages

R + G + B =
183 + 200 + 166 = 549 (100%)
R 183 of 549 ~ 33.33%
G 200 of 549 ~ 36.43%
B 166 of 549 ~ 30.24%

%33.33
%36.43
%30.24

CMYK color model

#B7C8A6 color CMYK value is (9,0,17,22).

  • cyan value is 8.50%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 21.57%
CMYK:
(9,0,17,22)
C9M0Y17K22 
(9%,0%,17%,22%)
(0.09/0.00/0.17/0.22)	

CMYK percentages

%8.5
%0
%17
%21.57

Codes

Color #B7C8A6 in popluar color models

B7C8A6
RGB183200166
HSL90°23.61%71.76%
HSB/HSV90°17.00%78.43%
CMYK8.50%0.00%17.00%
21.57%

Color #B7C8A6 in popluar number systems.

HEXB7C8A6
Decimal183200166
Binary101101111100100010100110
Octal267310246

Shades and tints

Shades of #B7C8A6

#B7C8A6
(183,200,166)
#A7B697
(167,182,151)
#97A488
(151,164,136)
#879279
(135,146,121)
#77806A
(119,128,106)
#676E5B
(103,110,91)
#575C4C
(87,92,76)
#474A3D
(71,74,61)
#37382E
(55,56,46)
#27261F
(39,38,31)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #B7C8A6

#B7C8A6
(183,200,166)
#BDCDAE
(189,205,174)
#C3D2B6
(195,210,182)
#C9D7BE
(201,215,190)
#CFDCC6
(207,220,198)
#D5E1CE
(213,225,206)
#DBE6D6
(219,230,214)
#E1EBDE
(225,235,222)
#E7F0E6
(231,240,230)
#EDF5EE
(237,245,238)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C8A6; }

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

This text font color is #B7C8A6.


Background Color

.myBgColor { background-color: #B7C8A6; }

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

This div background color is #B7C8A6.


Border color

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

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

This div border color is #B7C8A6.


Opacity

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

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

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

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

This text has shadow with #B7C8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C8A6 on black background.


Color preview on white background

This text has color #B7C8A6 on white background.



Black color preview on #B7C8A6 background

This text has black color on #B7C8A6 background.


White color preview on #B7C8A6 background

This text has white color on #B7C8A6 background.