COLOR #BADD9E

HEX: #BADD9E RGB: (186,221,158)

Color info

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

RGB color model

#BADD9E color RGB value is (186,221,158).

RGB: (186,221,158) (73%, 87%, 62%)

RGB channels and saturation

R 186 of 255 = 73%
G 221 of 255 = 87%
B 158 of 255 = 62%

186
221
158

R + G + B ~ 74%. #BADD9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 221 + 158 = 565 (100%)
R 186 of 565 ~ 32.92%
G 221 of 565 ~ 39.12%
B 158 of 565 ~ 27.96'%

%32.92
%39.12
%27.96

CMYK color model

#BADD9E color CMYK value is (16,0,29,13).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 13.33%

CMYK: (16,0,29,13)
C16M0Y29K13 (16%, 0%, 29%, 13%)
(0.16 / 0.00 / 0.29 / 0.13)

CMYK percentages

%15.84
%0
%28.51
%13.33

Codes

Color #BADD9E in popluar color models

BA DD 9E
RGB 186 221 158
HSL 93° 48.09% 74.31%
HSB/HSV 93° 28.51% 86.67%
CMYK 15.84% 0.00% 28.51%
13.33%

Color #BADD9E in popluar number systems.

HEX BA DD 9E
Decimal 186 221 158
Binary 10111010 11011101 10011110
Octal 272 335 236

Shades and tints

Shades of #BADD9E

#BADD9E
(186,221,158)
#AAC990
(170,201,144)
#9AB582
(154,181,130)
#8AA174
(138,161,116)
#7A8D66
(122,141,102)
#6A7958
(106,121,88)
#5A654A
(90,101,74)
#4A513C
(74,81,60)
#3A3D2E
(58,61,46)
#2A2920
(42,41,32)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #BADD9E

#BADD9E
(186,221,158)
#C0E0A6
(192,224,166)
#C6E3AE
(198,227,174)
#CCE6B6
(204,230,182)
#D2E9BE
(210,233,190)
#D8ECC6
(216,236,198)
#DEEFCE
(222,239,206)
#E4F2D6
(228,242,214)
#EAF5DE
(234,245,222)
#F0F8E6
(240,248,230)
#F6FBEE
(246,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADD9E color. Also use rgb(186,221,158) instead hex code.

Text Font Color

.myTextColor { color: #BADD9E; }

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

This text font color is #BADD9E.

Background Color

.myBgColor { background-color: #BADD9E; }

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

This div background color is #BADD9E.

Border color

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

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

This div border color is #BADD9E.

Opacity

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

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

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

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

This text has shadow with #BADD9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADD9E.

Preview

Color preview on black background

This text has color #BADD9E on black background.


Color preview on white background

This text has color #BADD9E on white background.


Black color preview on #BADD9E background

This text has black color on #BADD9E background.


White color preview on #BADD9E background

This text has white color on #BADD9E background.


Related colors

Complementary color

Complementary color for #hex is #452261.


I love getcolorcode.com

Triadic colors

1 #9EBADD and #DD9EBA with #BADD9E are triadic colors.

2 #9EDDBA and #DDBA9E with #BADD9E are triadic colors.