COLOR #B8D67C

HEX: #B8D67C
RGB: (184,214,124)

Color info

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

RGB color model

#B8D67C color RGB value is (184,214,124).

  • red value is 184;
  • green value is 214;
  • blue value is 124.
RGB:
(184,214,124)
(72%,84%,49%)

RGB channels and saturation

R 184 of 255 = 72%
G 214 of 255 = 84%
B 124 of 255 = 49%

184
214
124

R + G + B ~ 68%. #B8D67C is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 214 + 124 = 522 (100%)
R 184 of 522 ~ 35.25%
G 214 of 522 ~ 41%
B 124 of 522 ~ 23.75%

%35.25
%41
%23.75

CMYK color model

#B8D67C color CMYK value is (14,0,42,16).

  • cyan value is 14.02%
  • magenta value is 0.00%
  • yellow value is 42.06%
  • key color value is 16.08%
CMYK:
(14,0,42,16)
C14M0Y42K16 
(14%,0%,42%,16%)
(0.14/0.00/0.42/0.16)	

CMYK percentages

%14.02
%0
%42.06
%16.08

Codes

Color #B8D67C in popluar color models

B8D67C
RGB184214124
HSL80°52.33%66.27%
HSB/HSV80°42.06%83.92%
CMYK14.02%0.00%42.06%
16.08%

Color #B8D67C in popluar number systems.

HEXB8D67C
Decimal184214124
Binary10111000110101101111100
Octal270326174

Shades and tints

Shades of #B8D67C

#B8D67C
(184,214,124)
#A8C371
(168,195,113)
#98B066
(152,176,102)
#889D5B
(136,157,91)
#788A50
(120,138,80)
#687745
(104,119,69)
#58643A
(88,100,58)
#48512F
(72,81,47)
#383E24
(56,62,36)
#282B19
(40,43,25)
#18180E
(24,24,14)
#000000
(0,0,0)

Tints of #B8D67C

#B8D67C
(184,214,124)
#BED987
(190,217,135)
#C4DC92
(196,220,146)
#CADF9D
(202,223,157)
#D0E2A8
(208,226,168)
#D6E5B3
(214,229,179)
#DCE8BE
(220,232,190)
#E2EBC9
(226,235,201)
#E8EED4
(232,238,212)
#EEF1DF
(238,241,223)
#F4F4EA
(244,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D67C color. Also use rgb(184,214,124) instead hex code.

Text Font Color

.myTextColor { color: #B8D67C; }

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

This text font color is #B8D67C.


Background Color

.myBgColor { background-color: #B8D67C; }

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

This div background color is #B8D67C.


Border color

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

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

This div border color is #B8D67C.


Opacity

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

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

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

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

This text has shadow with #B8D67C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D67C on black background.


Color preview on white background

This text has color #B8D67C on white background.



Black color preview on #B8D67C background

This text has black color on #B8D67C background.


White color preview on #B8D67C background

This text has white color on #B8D67C background.