COLOR #B4CF7B

HEX: #B4CF7B
RGB: (180,207,123)

Color info

#B4CF7B contains mainly red and green colors. Web safe color of #B4CF7B is #CCCC66 (or #CC6).

RGB color model

#B4CF7B color RGB value is (180,207,123).

  • red value is 180;
  • green value is 207;
  • blue value is 123.
RGB:
(180,207,123)
(71%,81%,48%)

RGB channels and saturation

R 180 of 255 = 71%
G 207 of 255 = 81%
B 123 of 255 = 48%

180
207
123

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

Portions of RGB colors in percentages

R + G + B =
180 + 207 + 123 = 510 (100%)
R 180 of 510 ~ 35.29%
G 207 of 510 ~ 40.59%
B 123 of 510 ~ 24.12%

%35.29
%40.59
%24.12

CMYK color model

#B4CF7B color CMYK value is (13,0,41,19).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 40.58%
  • key color value is 18.82%
CMYK:
(13,0,41,19)
C13M0Y41K19 
(13%,0%,41%,19%)
(0.13/0.00/0.41/0.19)	

CMYK percentages

%13.04
%0
%40.58
%18.82

Codes

Color #B4CF7B in popluar color models

B4CF7B
RGB180207123
HSL79°46.67%64.71%
HSB/HSV79°40.58%81.18%
CMYK13.04%0.00%40.58%
18.82%

Color #B4CF7B in popluar number systems.

HEXB4CF7B
Decimal180207123
Binary10110100110011111111011
Octal264317173

Shades and tints

Shades of #B4CF7B

#B4CF7B
(180,207,123)
#A4BD70
(164,189,112)
#94AB65
(148,171,101)
#84995A
(132,153,90)
#74874F
(116,135,79)
#647544
(100,117,68)
#546339
(84,99,57)
#44512E
(68,81,46)
#343F23
(52,63,35)
#242D18
(36,45,24)
#141B0D
(20,27,13)
#000000
(0,0,0)

Tints of #B4CF7B

#B4CF7B
(180,207,123)
#BAD387
(186,211,135)
#C0D793
(192,215,147)
#C6DB9F
(198,219,159)
#CCDFAB
(204,223,171)
#D2E3B7
(210,227,183)
#D8E7C3
(216,231,195)
#DEEBCF
(222,235,207)
#E4EFDB
(228,239,219)
#EAF3E7
(234,243,231)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CF7B color. Also use rgb(180,207,123) instead hex code.

Text Font Color

.myTextColor { color: #B4CF7B; }

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

This text font color is #B4CF7B.


Background Color

.myBgColor { background-color: #B4CF7B; }

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

This div background color is #B4CF7B.


Border color

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

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

This div border color is #B4CF7B.


Opacity

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

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

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

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

This text has shadow with #B4CF7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CF7B on black background.


Color preview on white background

This text has color #B4CF7B on white background.



Black color preview on #B4CF7B background

This text has black color on #B4CF7B background.


White color preview on #B4CF7B background

This text has white color on #B4CF7B background.