COLOR #B2CE81

HEX: #B2CE81
RGB: (178,206,129)

Color info

#B2CE81 contains mainly red and green colors. Web safe color of #B2CE81 is #99CC99 (or #9C9).

RGB color model

#B2CE81 color RGB value is (178,206,129).

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

RGB channels and saturation

R 178 of 255 = 70%
G 206 of 255 = 81%
B 129 of 255 = 51%

178
206
129

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

Portions of RGB colors in percentages

R + G + B =
178 + 206 + 129 = 513 (100%)
R 178 of 513 ~ 34.7%
G 206 of 513 ~ 40.16%
B 129 of 513 ~ 25.15%

%34.7
%40.16
%25.15

CMYK color model

#B2CE81 color CMYK value is (14,0,37,19).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 37.38%
  • key color value is 19.22%
CMYK:
(14,0,37,19)
C14M0Y37K19 
(14%,0%,37%,19%)
(0.14/0.00/0.37/0.19)	

CMYK percentages

%13.59
%0
%37.38
%19.22

Codes

Color #B2CE81 in popluar color models

B2CE81
RGB178206129
HSL82°44.00%65.69%
HSB/HSV82°37.38%80.78%
CMYK13.59%0.00%37.38%
19.22%

Color #B2CE81 in popluar number systems.

HEXB2CE81
Decimal178206129
Binary101100101100111010000001
Octal262316201

Shades and tints

Shades of #B2CE81

#B2CE81
(178,206,129)
#A2BC76
(162,188,118)
#92AA6B
(146,170,107)
#829860
(130,152,96)
#728655
(114,134,85)
#62744A
(98,116,74)
#52623F
(82,98,63)
#425034
(66,80,52)
#323E29
(50,62,41)
#222C1E
(34,44,30)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #B2CE81

#B2CE81
(178,206,129)
#B9D28C
(185,210,140)
#C0D697
(192,214,151)
#C7DAA2
(199,218,162)
#CEDEAD
(206,222,173)
#D5E2B8
(213,226,184)
#DCE6C3
(220,230,195)
#E3EACE
(227,234,206)
#EAEED9
(234,238,217)
#F1F2E4
(241,242,228)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CE81; }

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

This text font color is #B2CE81.


Background Color

.myBgColor { background-color: #B2CE81; }

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

This div background color is #B2CE81.


Border color

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

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

This div border color is #B2CE81.


Opacity

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

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

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

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

This text has shadow with #B2CE81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CE81 on black background.


Color preview on white background

This text has color #B2CE81 on white background.



Black color preview on #B2CE81 background

This text has black color on #B2CE81 background.


White color preview on #B2CE81 background

This text has white color on #B2CE81 background.