COLOR #B7C19E

HEX: #B7C19E
RGB: (183,193,158)

Color info

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

RGB color model

#B7C19E color RGB value is (183,193,158).

  • red value is 183;
  • green value is 193;
  • blue value is 158.
RGB:
(183,193,158)
(72%,76%,62%)

RGB channels and saturation

R 183 of 255 = 72%
G 193 of 255 = 76%
B 158 of 255 = 62%

183
193
158

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

Portions of RGB colors in percentages

R + G + B =
183 + 193 + 158 = 534 (100%)
R 183 of 534 ~ 34.27%
G 193 of 534 ~ 36.14%
B 158 of 534 ~ 29.59%

%34.27
%36.14
%29.59

CMYK color model

#B7C19E color CMYK value is (5,0,18,24).

  • cyan value is 5.18%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 24.31%
CMYK:
(5,0,18,24)
C5M0Y18K24 
(5%,0%,18%,24%)
(0.05/0.00/0.18/0.24)	

CMYK percentages

%5.18
%0
%18.13
%24.31

Codes

Color #B7C19E in popluar color models

B7C19E
RGB183193158
HSL77°22.01%68.82%
HSB/HSV77°18.13%75.69%
CMYK5.18%0.00%18.13%
24.31%

Color #B7C19E in popluar number systems.

HEXB7C19E
Decimal183193158
Binary101101111100000110011110
Octal267301236

Shades and tints

Shades of #B7C19E

#B7C19E
(183,193,158)
#A7B090
(167,176,144)
#979F82
(151,159,130)
#878E74
(135,142,116)
#777D66
(119,125,102)
#676C58
(103,108,88)
#575B4A
(87,91,74)
#474A3C
(71,74,60)
#37392E
(55,57,46)
#272820
(39,40,32)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #B7C19E

#B7C19E
(183,193,158)
#BDC6A6
(189,198,166)
#C3CBAE
(195,203,174)
#C9D0B6
(201,208,182)
#CFD5BE
(207,213,190)
#D5DAC6
(213,218,198)
#DBDFCE
(219,223,206)
#E1E4D6
(225,228,214)
#E7E9DE
(231,233,222)
#EDEEE6
(237,238,230)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C19E color. Also use rgb(183,193,158) instead hex code.

Text Font Color

.myTextColor { color: #B7C19E; }

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

This text font color is #B7C19E.


Background Color

.myBgColor { background-color: #B7C19E; }

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

This div background color is #B7C19E.


Border color

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

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

This div border color is #B7C19E.


Opacity

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

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

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

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

This text has shadow with #B7C19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C19E on black background.


Color preview on white background

This text has color #B7C19E on white background.



Black color preview on #B7C19E background

This text has black color on #B7C19E background.


White color preview on #B7C19E background

This text has white color on #B7C19E background.