COLOR #B8CA7E

HEX: #B8CA7E
RGB: (184,202,126)

Color info

#B8CA7E contains mainly red and green colors. Web safe color of #B8CA7E is #CCCC66 (or #CC6).

RGB color model

#B8CA7E color RGB value is (184,202,126).

  • red value is 184;
  • green value is 202;
  • blue value is 126.
RGB:
(184,202,126)
(72%,79%,49%)

RGB channels and saturation

R 184 of 255 = 72%
G 202 of 255 = 79%
B 126 of 255 = 49%

184
202
126

R + G + B ~ 67%. #B8CA7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 202 + 126 = 512 (100%)
R 184 of 512 ~ 35.94%
G 202 of 512 ~ 39.45%
B 126 of 512 ~ 24.61%

%35.94
%39.45
%24.61

CMYK color model

#B8CA7E color CMYK value is (9,0,38,21).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 37.62%
  • key color value is 20.78%
CMYK:
(9,0,38,21)
C9M0Y38K21 
(9%,0%,38%,21%)
(0.09/0.00/0.38/0.21)	

CMYK percentages

%8.91
%0
%37.62
%20.78

Codes

Color #B8CA7E in popluar color models

B8CA7E
RGB184202126
HSL74°41.76%64.31%
HSB/HSV74°37.62%79.22%
CMYK8.91%0.00%37.62%
20.78%

Color #B8CA7E in popluar number systems.

HEXB8CA7E
Decimal184202126
Binary10111000110010101111110
Octal270312176

Shades and tints

Shades of #B8CA7E

#B8CA7E
(184,202,126)
#A8B873
(168,184,115)
#98A668
(152,166,104)
#88945D
(136,148,93)
#788252
(120,130,82)
#687047
(104,112,71)
#585E3C
(88,94,60)
#484C31
(72,76,49)
#383A26
(56,58,38)
#28281B
(40,40,27)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #B8CA7E

#B8CA7E
(184,202,126)
#BECE89
(190,206,137)
#C4D294
(196,210,148)
#CAD69F
(202,214,159)
#D0DAAA
(208,218,170)
#D6DEB5
(214,222,181)
#DCE2C0
(220,226,192)
#E2E6CB
(226,230,203)
#E8EAD6
(232,234,214)
#EEEEE1
(238,238,225)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8CA7E color. Also use rgb(184,202,126) instead hex code.

Text Font Color

.myTextColor { color: #B8CA7E; }

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

This text font color is #B8CA7E.


Background Color

.myBgColor { background-color: #B8CA7E; }

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

This div background color is #B8CA7E.


Border color

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

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

This div border color is #B8CA7E.


Opacity

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

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

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

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

This text has shadow with #B8CA7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8CA7E on black background.


Color preview on white background

This text has color #B8CA7E on white background.



Black color preview on #B8CA7E background

This text has black color on #B8CA7E background.


White color preview on #B8CA7E background

This text has white color on #B8CA7E background.