COLOR #B4CB7E

HEX: #B4CB7E RGB: (180,203,126)

Color info

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

RGB color model

#B4CB7E color RGB value is (180,203,126).

RGB: (180,203,126) (71%, 80%, 49%)

RGB channels and saturation

R 180 of 255 = 71%
G 203 of 255 = 80%
B 126 of 255 = 49%

180
203
126

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

Portions of RGB colors in percentages

R + G + B = 180 + 203 + 126 = 509 (100%)
R 180 of 509 ~ 35.36%
G 203 of 509 ~ 39.88%
B 126 of 509 ~ 24.75'%

%35.36
%39.88
%24.75

CMYK color model

#B4CB7E color CMYK value is (11,0,38,20).

  • cyan value is 11.33%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 20.39%

CMYK: (11,0,38,20)
C11M0Y38K20 (11%, 0%, 38%, 20%)
(0.11 / 0.00 / 0.38 / 0.20)

CMYK percentages

%11.33
%0
%37.93
%20.39

Codes

Color #B4CB7E in popluar color models

B4 CB 7E
RGB 180 203 126
HSL 78° 42.54% 64.51%
HSB/HSV 78° 37.93% 79.61%
CMYK 11.33% 0.00% 37.93%
20.39%

Color #B4CB7E in popluar number systems.

HEX B4 CB 7E
Decimal 180 203 126
Binary 10110100 11001011 1111110
Octal 264 313 176

Shades and tints

Shades of #B4CB7E

#B4CB7E
(180,203,126)
#A4B973
(164,185,115)
#94A768
(148,167,104)
#84955D
(132,149,93)
#748352
(116,131,82)
#647147
(100,113,71)
#545F3C
(84,95,60)
#444D31
(68,77,49)
#343B26
(52,59,38)
#24291B
(36,41,27)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #B4CB7E

#B4CB7E
(180,203,126)
#BACF89
(186,207,137)
#C0D394
(192,211,148)
#C6D79F
(198,215,159)
#CCDBAA
(204,219,170)
#D2DFB5
(210,223,181)
#D8E3C0
(216,227,192)
#DEE7CB
(222,231,203)
#E4EBD6
(228,235,214)
#EAEFE1
(234,239,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CB7E color. Also use rgb(180,203,126) instead hex code.

Text Font Color

.myTextColor { color: #B4CB7E; }

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

This text font color is #B4CB7E.

Background Color

.myBgColor { background-color: #B4CB7E; }

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

This div background color is #B4CB7E.

Border color

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

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

This div border color is #B4CB7E.

Opacity

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

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

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

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

This text has shadow with #B4CB7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CB7E.

Preview

Color preview on black background

This text has color #B4CB7E on black background.


Color preview on white background

This text has color #B4CB7E on white background.


Black color preview on #B4CB7E background

This text has black color on #B4CB7E background.


White color preview on #B4CB7E background

This text has white color on #B4CB7E background.


Related colors

Complementary color

Complementary color for #hex is #4B3481.


I love getcolorcode.com

Triadic colors

1 #7EB4CB and #CB7EB4 with #B4CB7E are triadic colors.

2 #7ECBB4 and #CBB47E with #B4CB7E are triadic colors.