COLOR #B7C39B

HEX: #B7C39B
RGB: (183,195,155)

Color info

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

RGB color model

#B7C39B color RGB value is (183,195,155).

  • red value is 183;
  • green value is 195;
  • blue value is 155.
RGB:
(183,195,155)
(72%,76%,61%)

RGB channels and saturation

R 183 of 255 = 72%
G 195 of 255 = 76%
B 155 of 255 = 61%

183
195
155

R + G + B ~ 70%. #B7C39B is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 195 + 155 = 533 (100%)
R 183 of 533 ~ 34.33%
G 195 of 533 ~ 36.59%
B 155 of 533 ~ 29.08%

%34.33
%36.59
%29.08

CMYK color model

#B7C39B color CMYK value is (6,0,21,24).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 23.53%
CMYK:
(6,0,21,24)
C6M0Y21K24 
(6%,0%,21%,24%)
(0.06/0.00/0.21/0.24)	

CMYK percentages

%6.15
%0
%20.51
%23.53

Codes

Color #B7C39B in popluar color models

B7C39B
RGB183195155
HSL78°25.00%68.63%
HSB/HSV78°20.51%76.47%
CMYK6.15%0.00%20.51%
23.53%

Color #B7C39B in popluar number systems.

HEXB7C39B
Decimal183195155
Binary101101111100001110011011
Octal267303233

Shades and tints

Shades of #B7C39B

#B7C39B
(183,195,155)
#A7B28D
(167,178,141)
#97A17F
(151,161,127)
#879071
(135,144,113)
#777F63
(119,127,99)
#676E55
(103,110,85)
#575D47
(87,93,71)
#474C39
(71,76,57)
#373B2B
(55,59,43)
#272A1D
(39,42,29)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #B7C39B

#B7C39B
(183,195,155)
#BDC8A4
(189,200,164)
#C3CDAD
(195,205,173)
#C9D2B6
(201,210,182)
#CFD7BF
(207,215,191)
#D5DCC8
(213,220,200)
#DBE1D1
(219,225,209)
#E1E6DA
(225,230,218)
#E7EBE3
(231,235,227)
#EDF0EC
(237,240,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C39B color. Also use rgb(183,195,155) instead hex code.

Text Font Color

.myTextColor { color: #B7C39B; }

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

This text font color is #B7C39B.


Background Color

.myBgColor { background-color: #B7C39B; }

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

This div background color is #B7C39B.


Border color

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

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

This div border color is #B7C39B.


Opacity

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

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

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

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

This text has shadow with #B7C39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C39B on black background.


Color preview on white background

This text has color #B7C39B on white background.



Black color preview on #B7C39B background

This text has black color on #B7C39B background.


White color preview on #B7C39B background

This text has white color on #B7C39B background.