COLOR #BAD87E

HEX: #BAD87E RGB: (186,216,126)

Color info

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

RGB color model

#BAD87E color RGB value is (186,216,126).

RGB: (186,216,126) (73%, 85%, 49%)

RGB channels and saturation

R 186 of 255 = 73%
G 216 of 255 = 85%
B 126 of 255 = 49%

186
216
126

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

Portions of RGB colors in percentages

R + G + B = 186 + 216 + 126 = 528 (100%)
R 186 of 528 ~ 35.23%
G 216 of 528 ~ 40.91%
B 126 of 528 ~ 23.86'%

%35.23
%40.91
%23.86

CMYK color model

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

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 15.29%

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

CMYK percentages

%13.89
%0
%41.67
%15.29

Codes

Color #BAD87E in popluar color models

BA D8 7E
RGB 186 216 126
HSL 80° 53.57% 67.06%
HSB/HSV 80° 41.67% 84.71%
CMYK 13.89% 0.00% 41.67%
15.29%

Color #BAD87E in popluar number systems.

HEX BA D8 7E
Decimal 186 216 126
Binary 10111010 11011000 1111110
Octal 272 330 176

Shades and tints

Shades of #BAD87E

#BAD87E
(186,216,126)
#AAC573
(170,197,115)
#9AB268
(154,178,104)
#8A9F5D
(138,159,93)
#7A8C52
(122,140,82)
#6A7947
(106,121,71)
#5A663C
(90,102,60)
#4A5331
(74,83,49)
#3A4026
(58,64,38)
#2A2D1B
(42,45,27)
#1A1A10
(26,26,16)
#000000
(0,0,0)

Tints of #BAD87E

#BAD87E
(186,216,126)
#C0DB89
(192,219,137)
#C6DE94
(198,222,148)
#CCE19F
(204,225,159)
#D2E4AA
(210,228,170)
#D8E7B5
(216,231,181)
#DEEAC0
(222,234,192)
#E4EDCB
(228,237,203)
#EAF0D6
(234,240,214)
#F0F3E1
(240,243,225)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD87E color. Also use rgb(186,216,126) instead hex code.

Text Font Color

.myTextColor { color: #BAD87E; }

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

This text font color is #BAD87E.

Background Color

.myBgColor { background-color: #BAD87E; }

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

This div background color is #BAD87E.

Border color

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

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

This div border color is #BAD87E.

Opacity

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

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

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

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

This text has shadow with #BAD87E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD87E.

Preview

Color preview on black background

This text has color #BAD87E on black background.


Color preview on white background

This text has color #BAD87E on white background.


Black color preview on #BAD87E background

This text has black color on #BAD87E background.


White color preview on #BAD87E background

This text has white color on #BAD87E background.


Related colors

Complementary color

Complementary color for #hex is #452781.


I love getcolorcode.com

Triadic colors

1 #7EBAD8 and #D87EBA with #BAD87E are triadic colors.

2 #7ED8BA and #D8BA7E with #BAD87E are triadic colors.