COLOR #B7CF93

HEX: #B7CF93
RGB: (183,207,147)

Color info

#B7CF93 contains mainly red and green colors. Web safe color of #B7CF93 is #CCCC99 (or #CC9).

RGB color model

#B7CF93 color RGB value is (183,207,147).

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

RGB channels and saturation

R 183 of 255 = 72%
G 207 of 255 = 81%
B 147 of 255 = 58%

183
207
147

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

Portions of RGB colors in percentages

R + G + B =
183 + 207 + 147 = 537 (100%)
R 183 of 537 ~ 34.08%
G 207 of 537 ~ 38.55%
B 147 of 537 ~ 27.37%

%34.08
%38.55
%27.37

CMYK color model

#B7CF93 color CMYK value is (12,0,29,19).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 18.82%
CMYK:
(12,0,29,19)
C12M0Y29K19 
(12%,0%,29%,19%)
(0.12/0.00/0.29/0.19)	

CMYK percentages

%11.59
%0
%28.99
%18.82

Codes

Color #B7CF93 in popluar color models

B7CF93
RGB183207147
HSL84°38.46%69.41%
HSB/HSV84°28.99%81.18%
CMYK11.59%0.00%28.99%
18.82%

Color #B7CF93 in popluar number systems.

HEXB7CF93
Decimal183207147
Binary101101111100111110010011
Octal267317223

Shades and tints

Shades of #B7CF93

#B7CF93
(183,207,147)
#A7BD86
(167,189,134)
#97AB79
(151,171,121)
#87996C
(135,153,108)
#77875F
(119,135,95)
#677552
(103,117,82)
#576345
(87,99,69)
#475138
(71,81,56)
#373F2B
(55,63,43)
#272D1E
(39,45,30)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #B7CF93

#B7CF93
(183,207,147)
#BDD39C
(189,211,156)
#C3D7A5
(195,215,165)
#C9DBAE
(201,219,174)
#CFDFB7
(207,223,183)
#D5E3C0
(213,227,192)
#DBE7C9
(219,231,201)
#E1EBD2
(225,235,210)
#E7EFDB
(231,239,219)
#EDF3E4
(237,243,228)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CF93; }

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

This text font color is #B7CF93.


Background Color

.myBgColor { background-color: #B7CF93; }

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

This div background color is #B7CF93.


Border color

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

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

This div border color is #B7CF93.


Opacity

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

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

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

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

This text has shadow with #B7CF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CF93 on black background.


Color preview on white background

This text has color #B7CF93 on white background.



Black color preview on #B7CF93 background

This text has black color on #B7CF93 background.


White color preview on #B7CF93 background

This text has white color on #B7CF93 background.