COLOR #BADC7F

HEX: #BADC7F RGB: (186,220,127)

Color info

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

RGB color model

#BADC7F color RGB value is (186,220,127).

RGB: (186,220,127) (73%, 86%, 50%)

RGB channels and saturation

R 186 of 255 = 73%
G 220 of 255 = 86%
B 127 of 255 = 50%

186
220
127

R + G + B ~ 70%. #BADC7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 220 + 127 = 533 (100%)
R 186 of 533 ~ 34.9%
G 220 of 533 ~ 41.28%
B 127 of 533 ~ 23.83'%

%34.9
%41.28
%23.83

CMYK color model

#BADC7F color CMYK value is (15,0,42,14).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 42.27%
  • key color value is 13.73%

CMYK: (15,0,42,14)
C15M0Y42K14 (15%, 0%, 42%, 14%)
(0.15 / 0.00 / 0.42 / 0.14)

CMYK percentages

%15.45
%0
%42.27
%13.73

Codes

Color #BADC7F in popluar color models

BA DC 7F
RGB 186 220 127
HSL 82° 57.06% 68.04%
HSB/HSV 82° 42.27% 86.27%
CMYK 15.45% 0.00% 42.27%
13.73%

Color #BADC7F in popluar number systems.

HEX BA DC 7F
Decimal 186 220 127
Binary 10111010 11011100 1111111
Octal 272 334 177

Shades and tints

Shades of #BADC7F

#BADC7F
(186,220,127)
#AAC874
(170,200,116)
#9AB469
(154,180,105)
#8AA05E
(138,160,94)
#7A8C53
(122,140,83)
#6A7848
(106,120,72)
#5A643D
(90,100,61)
#4A5032
(74,80,50)
#3A3C27
(58,60,39)
#2A281C
(42,40,28)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #BADC7F

#BADC7F
(186,220,127)
#C0DF8A
(192,223,138)
#C6E295
(198,226,149)
#CCE5A0
(204,229,160)
#D2E8AB
(210,232,171)
#D8EBB6
(216,235,182)
#DEEEC1
(222,238,193)
#E4F1CC
(228,241,204)
#EAF4D7
(234,244,215)
#F0F7E2
(240,247,226)
#F6FAED
(246,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADC7F color. Also use rgb(186,220,127) instead hex code.

Text Font Color

.myTextColor { color: #BADC7F; }

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

This text font color is #BADC7F.

Background Color

.myBgColor { background-color: #BADC7F; }

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

This div background color is #BADC7F.

Border color

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

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

This div border color is #BADC7F.

Opacity

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

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

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

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

This text has shadow with #BADC7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADC7F.

Preview

Color preview on black background

This text has color #BADC7F on black background.


Color preview on white background

This text has color #BADC7F on white background.


Black color preview on #BADC7F background

This text has black color on #BADC7F background.


White color preview on #BADC7F background

This text has white color on #BADC7F background.


Related colors

Complementary color

Complementary color for #hex is #452380.


I love getcolorcode.com

Triadic colors

1 #7FBADC and #DC7FBA with #BADC7F are triadic colors.

2 #7FDCBA and #DCBA7F with #BADC7F are triadic colors.