COLOR #B2CF93

HEX: #B2CF93
RGB: (178,207,147)

Color info

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

RGB color model

#B2CF93 color RGB value is (178,207,147).

  • red value is 178;
  • green value is 207;
  • blue value is 147.
RGB:
(178,207,147)
(70%,81%,58%)

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 147 of 255 = 58%

178
207
147

R + G + B ~ 70%. #B2CF93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 207 + 147 = 532 (100%)
R 178 of 532 ~ 33.46%
G 207 of 532 ~ 38.91%
B 147 of 532 ~ 27.63%

%33.46
%38.91
%27.63

CMYK color model

#B2CF93 color CMYK value is (14,0,29,19).

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 18.82%
CMYK:
(14,0,29,19)
C14M0Y29K19 
(14%,0%,29%,19%)
(0.14/0.00/0.29/0.19)	

CMYK percentages

%14.01
%0
%28.99
%18.82

Codes

Color #B2CF93 in popluar color models

B2CF93
RGB178207147
HSL89°38.46%69.41%
HSB/HSV89°28.99%81.18%
CMYK14.01%0.00%28.99%
18.82%

Color #B2CF93 in popluar number systems.

HEXB2CF93
Decimal178207147
Binary101100101100111110010011
Octal262317223

Shades and tints

Shades of #B2CF93

#B2CF93
(178,207,147)
#A2BD86
(162,189,134)
#92AB79
(146,171,121)
#82996C
(130,153,108)
#72875F
(114,135,95)
#627552
(98,117,82)
#526345
(82,99,69)
#425138
(66,81,56)
#323F2B
(50,63,43)
#222D1E
(34,45,30)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #B2CF93

#B2CF93
(178,207,147)
#B9D39C
(185,211,156)
#C0D7A5
(192,215,165)
#C7DBAE
(199,219,174)
#CEDFB7
(206,223,183)
#D5E3C0
(213,227,192)
#DCE7C9
(220,231,201)
#E3EBD2
(227,235,210)
#EAEFDB
(234,239,219)
#F1F3E4
(241,243,228)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CF93 color. Also use rgb(178,207,147) instead hex code.

Text Font Color

.myTextColor { color: #B2CF93; }

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

This text font color is #B2CF93.


Background Color

.myBgColor { background-color: #B2CF93; }

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

This div background color is #B2CF93.


Border color

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

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

This div border color is #B2CF93.


Opacity

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

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

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

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

This text has shadow with #B2CF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CF93 on black background.


Color preview on white background

This text has color #B2CF93 on white background.



Black color preview on #B2CF93 background

This text has black color on #B2CF93 background.


White color preview on #B2CF93 background

This text has white color on #B2CF93 background.