COLOR #B4CA83

HEX: #B4CA83 RGB: (180,202,131)

Color info

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

RGB color model

#B4CA83 color RGB value is (180,202,131).

RGB: (180,202,131) (71%, 79%, 51%)

RGB channels and saturation

R 180 of 255 = 71%
G 202 of 255 = 79%
B 131 of 255 = 51%

180
202
131

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

Portions of RGB colors in percentages

R + G + B = 180 + 202 + 131 = 513 (100%)
R 180 of 513 ~ 35.09%
G 202 of 513 ~ 39.38%
B 131 of 513 ~ 25.54'%

%35.09
%39.38
%25.54

CMYK color model

#B4CA83 color CMYK value is (11,0,35,21).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 20.78%

CMYK: (11,0,35,21)
C11M0Y35K21 (11%, 0%, 35%, 21%)
(0.11 / 0.00 / 0.35 / 0.21)

CMYK percentages

%10.89
%0
%35.15
%20.78

Codes

Color #B4CA83 in popluar color models

B4 CA 83
RGB 180 202 131
HSL 79° 40.11% 65.29%
HSB/HSV 79° 35.15% 79.22%
CMYK 10.89% 0.00% 35.15%
20.78%

Color #B4CA83 in popluar number systems.

HEX B4 CA 83
Decimal 180 202 131
Binary 10110100 11001010 10000011
Octal 264 312 203

Shades and tints

Shades of #B4CA83

#B4CA83
(180,202,131)
#A4B878
(164,184,120)
#94A66D
(148,166,109)
#849462
(132,148,98)
#748257
(116,130,87)
#64704C
(100,112,76)
#545E41
(84,94,65)
#444C36
(68,76,54)
#343A2B
(52,58,43)
#242820
(36,40,32)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #B4CA83

#B4CA83
(180,202,131)
#BACE8E
(186,206,142)
#C0D299
(192,210,153)
#C6D6A4
(198,214,164)
#CCDAAF
(204,218,175)
#D2DEBA
(210,222,186)
#D8E2C5
(216,226,197)
#DEE6D0
(222,230,208)
#E4EADB
(228,234,219)
#EAEEE6
(234,238,230)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CA83 color. Also use rgb(180,202,131) instead hex code.

Text Font Color

.myTextColor { color: #B4CA83; }

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

This text font color is #B4CA83.

Background Color

.myBgColor { background-color: #B4CA83; }

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

This div background color is #B4CA83.

Border color

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

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

This div border color is #B4CA83.

Opacity

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

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

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

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

This text has shadow with #B4CA83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CA83.

Preview

Color preview on black background

This text has color #B4CA83 on black background.


Color preview on white background

This text has color #B4CA83 on white background.


Black color preview on #B4CA83 background

This text has black color on #B4CA83 background.


White color preview on #B4CA83 background

This text has white color on #B4CA83 background.


Related colors

Complementary color

Complementary color for #hex is #4B357C.


I love getcolorcode.com

Triadic colors

1 #83B4CA and #CA83B4 with #B4CA83 are triadic colors.

2 #83CAB4 and #CAB483 with #B4CA83 are triadic colors.