COLOR #B4CE6F

HEX: #B4CE6F
RGB: (180,206,111)

Color info

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

RGB color model

#B4CE6F color RGB value is (180,206,111).

  • red value is 180;
  • green value is 206;
  • blue value is 111.
RGB:
(180,206,111)
(71%,81%,44%)

RGB channels and saturation

R 180 of 255 = 71%
G 206 of 255 = 81%
B 111 of 255 = 44%

180
206
111

R + G + B ~ 65%. #B4CE6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 206 + 111 = 497 (100%)
R 180 of 497 ~ 36.22%
G 206 of 497 ~ 41.45%
B 111 of 497 ~ 22.33%

%36.22
%41.45
%22.33

CMYK color model

#B4CE6F color CMYK value is (13,0,46,19).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 46.12%
  • key color value is 19.22%
CMYK:
(13,0,46,19)
C13M0Y46K19 
(13%,0%,46%,19%)
(0.13/0.00/0.46/0.19)	

CMYK percentages

%12.62
%0
%46.12
%19.22

Codes

Color #B4CE6F in popluar color models

B4CE6F
RGB180206111
HSL76°49.22%62.16%
HSB/HSV76°46.12%80.78%
CMYK12.62%0.00%46.12%
19.22%

Color #B4CE6F in popluar number systems.

HEXB4CE6F
Decimal180206111
Binary10110100110011101101111
Octal264316157

Shades and tints

Shades of #B4CE6F

#B4CE6F
(180,206,111)
#A4BC65
(164,188,101)
#94AA5B
(148,170,91)
#849851
(132,152,81)
#748647
(116,134,71)
#64743D
(100,116,61)
#546233
(84,98,51)
#445029
(68,80,41)
#343E1F
(52,62,31)
#242C15
(36,44,21)
#141A0B
(20,26,11)
#000000
(0,0,0)

Tints of #B4CE6F

#B4CE6F
(180,206,111)
#BAD27C
(186,210,124)
#C0D689
(192,214,137)
#C6DA96
(198,218,150)
#CCDEA3
(204,222,163)
#D2E2B0
(210,226,176)
#D8E6BD
(216,230,189)
#DEEACA
(222,234,202)
#E4EED7
(228,238,215)
#EAF2E4
(234,242,228)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CE6F color. Also use rgb(180,206,111) instead hex code.

Text Font Color

.myTextColor { color: #B4CE6F; }

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

This text font color is #B4CE6F.


Background Color

.myBgColor { background-color: #B4CE6F; }

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

This div background color is #B4CE6F.


Border color

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

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

This div border color is #B4CE6F.


Opacity

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

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

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

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

This text has shadow with #B4CE6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CE6F on black background.


Color preview on white background

This text has color #B4CE6F on white background.



Black color preview on #B4CE6F background

This text has black color on #B4CE6F background.


White color preview on #B4CE6F background

This text has white color on #B4CE6F background.