COLOR #BADB7D

HEX: #BADB7D RGB: (186,219,125)

Color info

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

RGB color model

#BADB7D color RGB value is (186,219,125).

RGB: (186,219,125) (73%, 86%, 49%)

RGB channels and saturation

R 186 of 255 = 73%
G 219 of 255 = 86%
B 125 of 255 = 49%

186
219
125

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

Portions of RGB colors in percentages

R + G + B = 186 + 219 + 125 = 530 (100%)
R 186 of 530 ~ 35.09%
G 219 of 530 ~ 41.32%
B 125 of 530 ~ 23.58'%

%35.09
%41.32
%23.58

CMYK color model

#BADB7D color CMYK value is (15,0,43,14).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 42.92%
  • key color value is 14.12%

CMYK: (15,0,43,14)
C15M0Y43K14 (15%, 0%, 43%, 14%)
(0.15 / 0.00 / 0.43 / 0.14)

CMYK percentages

%15.07
%0
%42.92
%14.12

Codes

Color #BADB7D in popluar color models

BA DB 7D
RGB 186 219 125
HSL 81° 56.63% 67.45%
HSB/HSV 81° 42.92% 85.88%
CMYK 15.07% 0.00% 42.92%
14.12%

Color #BADB7D in popluar number systems.

HEX BA DB 7D
Decimal 186 219 125
Binary 10111010 11011011 1111101
Octal 272 333 175

Shades and tints

Shades of #BADB7D

#BADB7D
(186,219,125)
#AAC872
(170,200,114)
#9AB567
(154,181,103)
#8AA25C
(138,162,92)
#7A8F51
(122,143,81)
#6A7C46
(106,124,70)
#5A693B
(90,105,59)
#4A5630
(74,86,48)
#3A4325
(58,67,37)
#2A301A
(42,48,26)
#1A1D0F
(26,29,15)
#000000
(0,0,0)

Tints of #BADB7D

#BADB7D
(186,219,125)
#C0DE88
(192,222,136)
#C6E193
(198,225,147)
#CCE49E
(204,228,158)
#D2E7A9
(210,231,169)
#D8EAB4
(216,234,180)
#DEEDBF
(222,237,191)
#E4F0CA
(228,240,202)
#EAF3D5
(234,243,213)
#F0F6E0
(240,246,224)
#F6F9EB
(246,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADB7D color. Also use rgb(186,219,125) instead hex code.

Text Font Color

.myTextColor { color: #BADB7D; }

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

This text font color is #BADB7D.

Background Color

.myBgColor { background-color: #BADB7D; }

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

This div background color is #BADB7D.

Border color

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

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

This div border color is #BADB7D.

Opacity

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

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

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

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

This text has shadow with #BADB7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADB7D.

Preview

Color preview on black background

This text has color #BADB7D on black background.


Color preview on white background

This text has color #BADB7D on white background.


Black color preview on #BADB7D background

This text has black color on #BADB7D background.


White color preview on #BADB7D background

This text has white color on #BADB7D background.


Related colors

Complementary color

Complementary color for #hex is #452482.


I love getcolorcode.com

Triadic colors

1 #7DBADB and #DB7DBA with #BADB7D are triadic colors.

2 #7DDBBA and #DBBA7D with #BADB7D are triadic colors.