COLOR #B8C47E

HEX: #B8C47E RGB: (184,196,126)

Color info

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

RGB color model

#B8C47E color RGB value is (184,196,126).

RGB: (184,196,126) (72%, 77%, 49%)

RGB channels and saturation

R 184 of 255 = 72%
G 196 of 255 = 77%
B 126 of 255 = 49%

184
196
126

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

Portions of RGB colors in percentages

R + G + B = 184 + 196 + 126 = 506 (100%)
R 184 of 506 ~ 36.36%
G 196 of 506 ~ 38.74%
B 126 of 506 ~ 24.9'%

%36.36
%38.74
%24.9

CMYK color model

#B8C47E color CMYK value is (6,0,36,23).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 23.14%

CMYK: (6,0,36,23)
C6M0Y36K23 (6%, 0%, 36%, 23%)
(0.06 / 0.00 / 0.36 / 0.23)

CMYK percentages

%6.12
%0
%35.71
%23.14

Codes

Color #B8C47E in popluar color models

B8 C4 7E
RGB 184 196 126
HSL 70° 37.23% 63.14%
HSB/HSV 70° 35.71% 76.86%
CMYK 6.12% 0.00% 35.71%
23.14%

Color #B8C47E in popluar number systems.

HEX B8 C4 7E
Decimal 184 196 126
Binary 10111000 11000100 1111110
Octal 270 304 176

Shades and tints

Shades of #B8C47E

#B8C47E
(184,196,126)
#A8B373
(168,179,115)
#98A268
(152,162,104)
#88915D
(136,145,93)
#788052
(120,128,82)
#686F47
(104,111,71)
#585E3C
(88,94,60)
#484D31
(72,77,49)
#383C26
(56,60,38)
#282B1B
(40,43,27)
#181A10
(24,26,16)
#000000
(0,0,0)

Tints of #B8C47E

#B8C47E
(184,196,126)
#BEC989
(190,201,137)
#C4CE94
(196,206,148)
#CAD39F
(202,211,159)
#D0D8AA
(208,216,170)
#D6DDB5
(214,221,181)
#DCE2C0
(220,226,192)
#E2E7CB
(226,231,203)
#E8ECD6
(232,236,214)
#EEF1E1
(238,241,225)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C47E; }

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

This text font color is #B8C47E.

Background Color

.myBgColor { background-color: #B8C47E; }

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

This div background color is #B8C47E.

Border color

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

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

This div border color is #B8C47E.

Opacity

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

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

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

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

This text has shadow with #B8C47E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8C47E.

Preview

Color preview on black background

This text has color #B8C47E on black background.


Color preview on white background

This text has color #B8C47E on white background.


Black color preview on #B8C47E background

This text has black color on #B8C47E background.


White color preview on #B8C47E background

This text has white color on #B8C47E background.


Related colors

Complementary color

Complementary color for #hex is #473B81.


I love getcolorcode.com

Triadic colors

1 #7EB8C4 and #C47EB8 with #B8C47E are triadic colors.

2 #7EC4B8 and #C4B87E with #B8C47E are triadic colors.