COLOR #B2CE6D

HEX: #B2CE6D
RGB: (178,206,109)

Color info

#B2CE6D contains mainly red and green colors. Web safe color of #B2CE6D is #99CC66 (or #9C6).

RGB color model

#B2CE6D color RGB value is (178,206,109).

  • red value is 178;
  • green value is 206;
  • blue value is 109.
RGB:
(178,206,109)
(70%,81%,43%)

RGB channels and saturation

R 178 of 255 = 70%
G 206 of 255 = 81%
B 109 of 255 = 43%

178
206
109

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

Portions of RGB colors in percentages

R + G + B =
178 + 206 + 109 = 493 (100%)
R 178 of 493 ~ 36.11%
G 206 of 493 ~ 41.78%
B 109 of 493 ~ 22.11%

%36.11
%41.78
%22.11

CMYK color model

#B2CE6D color CMYK value is (14,0,47,19).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 47.09%
  • key color value is 19.22%
CMYK:
(14,0,47,19)
C14M0Y47K19 
(14%,0%,47%,19%)
(0.14/0.00/0.47/0.19)	

CMYK percentages

%13.59
%0
%47.09
%19.22

Codes

Color #B2CE6D in popluar color models

B2CE6D
RGB178206109
HSL77°49.74%61.76%
HSB/HSV77°47.09%80.78%
CMYK13.59%0.00%47.09%
19.22%

Color #B2CE6D in popluar number systems.

HEXB2CE6D
Decimal178206109
Binary10110010110011101101101
Octal262316155

Shades and tints

Shades of #B2CE6D

#B2CE6D
(178,206,109)
#A2BC64
(162,188,100)
#92AA5B
(146,170,91)
#829852
(130,152,82)
#728649
(114,134,73)
#627440
(98,116,64)
#526237
(82,98,55)
#42502E
(66,80,46)
#323E25
(50,62,37)
#222C1C
(34,44,28)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #B2CE6D

#B2CE6D
(178,206,109)
#B9D27A
(185,210,122)
#C0D687
(192,214,135)
#C7DA94
(199,218,148)
#CEDEA1
(206,222,161)
#D5E2AE
(213,226,174)
#DCE6BB
(220,230,187)
#E3EAC8
(227,234,200)
#EAEED5
(234,238,213)
#F1F2E2
(241,242,226)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CE6D color. Also use rgb(178,206,109) instead hex code.

Text Font Color

.myTextColor { color: #B2CE6D; }

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

This text font color is #B2CE6D.


Background Color

.myBgColor { background-color: #B2CE6D; }

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

This div background color is #B2CE6D.


Border color

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

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

This div border color is #B2CE6D.


Opacity

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

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

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

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

This text has shadow with #B2CE6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CE6D on black background.


Color preview on white background

This text has color #B2CE6D on white background.



Black color preview on #B2CE6D background

This text has black color on #B2CE6D background.


White color preview on #B2CE6D background

This text has white color on #B2CE6D background.