COLOR #B7C690

HEX: #B7C690
RGB: (183,198,144)

Color info

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

RGB color model

#B7C690 color RGB value is (183,198,144).

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

RGB channels and saturation

R 183 of 255 = 72%
G 198 of 255 = 78%
B 144 of 255 = 56%

183
198
144

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

Portions of RGB colors in percentages

R + G + B =
183 + 198 + 144 = 525 (100%)
R 183 of 525 ~ 34.86%
G 198 of 525 ~ 37.71%
B 144 of 525 ~ 27.43%

%34.86
%37.71
%27.43

CMYK color model

#B7C690 color CMYK value is (8,0,27,22).

  • cyan value is 7.58%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK:
(8,0,27,22)
C8M0Y27K22 
(8%,0%,27%,22%)
(0.08/0.00/0.27/0.22)	

CMYK percentages

%7.58
%0
%27.27
%22.35

Codes

Color #B7C690 in popluar color models

B7C690
RGB183198144
HSL77°32.14%67.06%
HSB/HSV77°27.27%77.65%
CMYK7.58%0.00%27.27%
22.35%

Color #B7C690 in popluar number systems.

HEXB7C690
Decimal183198144
Binary101101111100011010010000
Octal267306220

Shades and tints

Shades of #B7C690

#B7C690
(183,198,144)
#A7B483
(167,180,131)
#97A276
(151,162,118)
#879069
(135,144,105)
#777E5C
(119,126,92)
#676C4F
(103,108,79)
#575A42
(87,90,66)
#474835
(71,72,53)
#373628
(55,54,40)
#27241B
(39,36,27)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #B7C690

#B7C690
(183,198,144)
#BDCB9A
(189,203,154)
#C3D0A4
(195,208,164)
#C9D5AE
(201,213,174)
#CFDAB8
(207,218,184)
#D5DFC2
(213,223,194)
#DBE4CC
(219,228,204)
#E1E9D6
(225,233,214)
#E7EEE0
(231,238,224)
#EDF3EA
(237,243,234)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C690; }

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

This text font color is #B7C690.


Background Color

.myBgColor { background-color: #B7C690; }

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

This div background color is #B7C690.


Border color

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

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

This div border color is #B7C690.


Opacity

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

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

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

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

This text has shadow with #B7C690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C690 on black background.


Color preview on white background

This text has color #B7C690 on white background.



Black color preview on #B7C690 background

This text has black color on #B7C690 background.


White color preview on #B7C690 background

This text has white color on #B7C690 background.