COLOR #B7C693

HEX: #B7C693
RGB: (183,198,147)

Color info

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

RGB color model

#B7C693 color RGB value is (183,198,147).

  • red value is 183;
  • green value is 198;
  • blue value is 147.
RGB:
(183,198,147)
(72%,78%,58%)

RGB channels and saturation

R 183 of 255 = 72%
G 198 of 255 = 78%
B 147 of 255 = 58%

183
198
147

R + G + B ~ 69%. #B7C693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 198 + 147 = 528 (100%)
R 183 of 528 ~ 34.66%
G 198 of 528 ~ 37.5%
B 147 of 528 ~ 27.84%

%34.66
%37.5
%27.84

CMYK color model

#B7C693 color CMYK value is (8,0,26,22).

  • cyan value is 7.58%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 22.35%
CMYK:
(8,0,26,22)
C8M0Y26K22 
(8%,0%,26%,22%)
(0.08/0.00/0.26/0.22)	

CMYK percentages

%7.58
%0
%25.76
%22.35

Codes

Color #B7C693 in popluar color models

B7C693
RGB183198147
HSL78°30.91%67.65%
HSB/HSV78°25.76%77.65%
CMYK7.58%0.00%25.76%
22.35%

Color #B7C693 in popluar number systems.

HEXB7C693
Decimal183198147
Binary101101111100011010010011
Octal267306223

Shades and tints

Shades of #B7C693

#B7C693
(183,198,147)
#A7B486
(167,180,134)
#97A279
(151,162,121)
#87906C
(135,144,108)
#777E5F
(119,126,95)
#676C52
(103,108,82)
#575A45
(87,90,69)
#474838
(71,72,56)
#37362B
(55,54,43)
#27241E
(39,36,30)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #B7C693

#B7C693
(183,198,147)
#BDCB9C
(189,203,156)
#C3D0A5
(195,208,165)
#C9D5AE
(201,213,174)
#CFDAB7
(207,218,183)
#D5DFC0
(213,223,192)
#DBE4C9
(219,228,201)
#E1E9D2
(225,233,210)
#E7EEDB
(231,238,219)
#EDF3E4
(237,243,228)
#F3F8ED
(243,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C693 color. Also use rgb(183,198,147) instead hex code.

Text Font Color

.myTextColor { color: #B7C693; }

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

This text font color is #B7C693.


Background Color

.myBgColor { background-color: #B7C693; }

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

This div background color is #B7C693.


Border color

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

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

This div border color is #B7C693.


Opacity

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

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

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

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

This text has shadow with #B7C693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C693 on black background.


Color preview on white background

This text has color #B7C693 on white background.



Black color preview on #B7C693 background

This text has black color on #B7C693 background.


White color preview on #B7C693 background

This text has white color on #B7C693 background.