COLOR #BACC8C

HEX: #BACC8C RGB: (186,204,140)

Color info

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

RGB color model

#BACC8C color RGB value is (186,204,140).

RGB: (186,204,140) (73%, 80%, 55%)

RGB channels and saturation

R 186 of 255 = 73%
G 204 of 255 = 80%
B 140 of 255 = 55%

186
204
140

R + G + B ~ 69%. #BACC8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 204 + 140 = 530 (100%)
R 186 of 530 ~ 35.09%
G 204 of 530 ~ 38.49%
B 140 of 530 ~ 26.42'%

%35.09
%38.49
%26.42

CMYK color model

#BACC8C color CMYK value is (9,0,31,20).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 20.00%

CMYK: (9,0,31,20)
C9M0Y31K20 (9%, 0%, 31%, 20%)
(0.09 / 0.00 / 0.31 / 0.20)

CMYK percentages

%8.82
%0
%31.37
%20

Codes

Color #BACC8C in popluar color models

BA CC 8C
RGB 186 204 140
HSL 77° 38.55% 67.45%
HSB/HSV 77° 31.37% 80.00%
CMYK 8.82% 0.00% 31.37%
20.00%

Color #BACC8C in popluar number systems.

HEX BA CC 8C
Decimal 186 204 140
Binary 10111010 11001100 10001100
Octal 272 314 214

Shades and tints

Shades of #BACC8C

#BACC8C
(186,204,140)
#AABA80
(170,186,128)
#9AA874
(154,168,116)
#8A9668
(138,150,104)
#7A845C
(122,132,92)
#6A7250
(106,114,80)
#5A6044
(90,96,68)
#4A4E38
(74,78,56)
#3A3C2C
(58,60,44)
#2A2A20
(42,42,32)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #BACC8C

#BACC8C
(186,204,140)
#C0D096
(192,208,150)
#C6D4A0
(198,212,160)
#CCD8AA
(204,216,170)
#D2DCB4
(210,220,180)
#D8E0BE
(216,224,190)
#DEE4C8
(222,228,200)
#E4E8D2
(228,232,210)
#EAECDC
(234,236,220)
#F0F0E6
(240,240,230)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BACC8C color. Also use rgb(186,204,140) instead hex code.

Text Font Color

.myTextColor { color: #BACC8C; }

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

This text font color is #BACC8C.

Background Color

.myBgColor { background-color: #BACC8C; }

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

This div background color is #BACC8C.

Border color

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

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

This div border color is #BACC8C.

Opacity

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

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

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

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

This text has shadow with #BACC8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BACC8C.

Preview

Color preview on black background

This text has color #BACC8C on black background.


Color preview on white background

This text has color #BACC8C on white background.


Black color preview on #BACC8C background

This text has black color on #BACC8C background.


White color preview on #BACC8C background

This text has white color on #BACC8C background.


Related colors

Complementary color

Complementary color for #hex is #453373.


I love getcolorcode.com

Triadic colors

1 #8CBACC and #CC8CBA with #BACC8C are triadic colors.

2 #8CCCBA and #CCBA8C with #BACC8C are triadic colors.