COLOR #B7C381

HEX: #B7C381
RGB: (183,195,129)

Color info

#B7C381 contains mainly red and green colors. Web safe color of #B7C381 is #CCCC99 (or #CC9).

RGB color model

#B7C381 color RGB value is (183,195,129).

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

RGB channels and saturation

R 183 of 255 = 72%
G 195 of 255 = 76%
B 129 of 255 = 51%

183
195
129

R + G + B ~ 66%. #B7C381 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 195 + 129 = 507 (100%)
R 183 of 507 ~ 36.09%
G 195 of 507 ~ 38.46%
B 129 of 507 ~ 25.44%

%36.09
%38.46
%25.44

CMYK color model

#B7C381 color CMYK value is (6,0,34,24).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 33.85%
  • key color value is 23.53%
CMYK:
(6,0,34,24)
C6M0Y34K24 
(6%,0%,34%,24%)
(0.06/0.00/0.34/0.24)	

CMYK percentages

%6.15
%0
%33.85
%23.53

Codes

Color #B7C381 in popluar color models

B7C381
RGB183195129
HSL71°35.48%63.53%
HSB/HSV71°33.85%76.47%
CMYK6.15%0.00%33.85%
23.53%

Color #B7C381 in popluar number systems.

HEXB7C381
Decimal183195129
Binary101101111100001110000001
Octal267303201

Shades and tints

Shades of #B7C381

#B7C381
(183,195,129)
#A7B276
(167,178,118)
#97A16B
(151,161,107)
#879060
(135,144,96)
#777F55
(119,127,85)
#676E4A
(103,110,74)
#575D3F
(87,93,63)
#474C34
(71,76,52)
#373B29
(55,59,41)
#272A1E
(39,42,30)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #B7C381

#B7C381
(183,195,129)
#BDC88C
(189,200,140)
#C3CD97
(195,205,151)
#C9D2A2
(201,210,162)
#CFD7AD
(207,215,173)
#D5DCB8
(213,220,184)
#DBE1C3
(219,225,195)
#E1E6CE
(225,230,206)
#E7EBD9
(231,235,217)
#EDF0E4
(237,240,228)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C381; }

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

This text font color is #B7C381.


Background Color

.myBgColor { background-color: #B7C381; }

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

This div background color is #B7C381.


Border color

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

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

This div border color is #B7C381.


Opacity

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

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

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

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

This text has shadow with #B7C381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C381 on black background.


Color preview on white background

This text has color #B7C381 on white background.



Black color preview on #B7C381 background

This text has black color on #B7C381 background.


White color preview on #B7C381 background

This text has white color on #B7C381 background.