COLOR #B5CF86

HEX: #B5CF86
RGB: (181,207,134)

Color info

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

RGB color model

#B5CF86 color RGB value is (181,207,134).

  • red value is 181;
  • green value is 207;
  • blue value is 134.
RGB:
(181,207,134)
(71%,81%,53%)

RGB channels and saturation

R 181 of 255 = 71%
G 207 of 255 = 81%
B 134 of 255 = 53%

181
207
134

R + G + B ~ 68%. #B5CF86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 207 + 134 = 522 (100%)
R 181 of 522 ~ 34.67%
G 207 of 522 ~ 39.66%
B 134 of 522 ~ 25.67%

%34.67
%39.66
%25.67

CMYK color model

#B5CF86 color CMYK value is (13,0,35,19).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 35.27%
  • key color value is 18.82%
CMYK:
(13,0,35,19)
C13M0Y35K19 
(13%,0%,35%,19%)
(0.13/0.00/0.35/0.19)	

CMYK percentages

%12.56
%0
%35.27
%18.82

Codes

Color #B5CF86 in popluar color models

B5CF86
RGB181207134
HSL81°43.20%66.86%
HSB/HSV81°35.27%81.18%
CMYK12.56%0.00%35.27%
18.82%

Color #B5CF86 in popluar number systems.

HEXB5CF86
Decimal181207134
Binary101101011100111110000110
Octal265317206

Shades and tints

Shades of #B5CF86

#B5CF86
(181,207,134)
#A5BD7A
(165,189,122)
#95AB6E
(149,171,110)
#859962
(133,153,98)
#758756
(117,135,86)
#65754A
(101,117,74)
#55633E
(85,99,62)
#455132
(69,81,50)
#353F26
(53,63,38)
#252D1A
(37,45,26)
#151B0E
(21,27,14)
#000000
(0,0,0)

Tints of #B5CF86

#B5CF86
(181,207,134)
#BBD391
(187,211,145)
#C1D79C
(193,215,156)
#C7DBA7
(199,219,167)
#CDDFB2
(205,223,178)
#D3E3BD
(211,227,189)
#D9E7C8
(217,231,200)
#DFEBD3
(223,235,211)
#E5EFDE
(229,239,222)
#EBF3E9
(235,243,233)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CF86 color. Also use rgb(181,207,134) instead hex code.

Text Font Color

.myTextColor { color: #B5CF86; }

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

This text font color is #B5CF86.


Background Color

.myBgColor { background-color: #B5CF86; }

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

This div background color is #B5CF86.


Border color

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

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

This div border color is #B5CF86.


Opacity

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

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

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

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

This text has shadow with #B5CF86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CF86 on black background.


Color preview on white background

This text has color #B5CF86 on white background.



Black color preview on #B5CF86 background

This text has black color on #B5CF86 background.


White color preview on #B5CF86 background

This text has white color on #B5CF86 background.