COLOR #BADD93

HEX: #BADD93
RGB: (186,221,147)

Color info

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

RGB color model

#BADD93 color RGB value is (186,221,147).

  • red value is 186;
  • green value is 221;
  • blue value is 147.
RGB:
(186,221,147)
(73%,87%,58%)

RGB channels and saturation

R 186 of 255 = 73%
G 221 of 255 = 87%
B 147 of 255 = 58%

186
221
147

R + G + B ~ 73%. #BADD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 221 + 147 = 554 (100%)
R 186 of 554 ~ 33.57%
G 221 of 554 ~ 39.89%
B 147 of 554 ~ 26.53%

%33.57
%39.89
%26.53

CMYK color model

#BADD93 color CMYK value is (16,0,33,13).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK:
(16,0,33,13)
C16M0Y33K13 
(16%,0%,33%,13%)
(0.16/0.00/0.33/0.13)	

CMYK percentages

%15.84
%0
%33.48
%13.33

Codes

Color #BADD93 in popluar color models

BADD93
RGB186221147
HSL88°52.11%72.16%
HSB/HSV88°33.48%86.67%
CMYK15.84%0.00%33.48%
13.33%

Color #BADD93 in popluar number systems.

HEXBADD93
Decimal186221147
Binary101110101101110110010011
Octal272335223

Shades and tints

Shades of #BADD93

#BADD93
(186,221,147)
#AAC986
(170,201,134)
#9AB579
(154,181,121)
#8AA16C
(138,161,108)
#7A8D5F
(122,141,95)
#6A7952
(106,121,82)
#5A6545
(90,101,69)
#4A5138
(74,81,56)
#3A3D2B
(58,61,43)
#2A291E
(42,41,30)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #BADD93

#BADD93
(186,221,147)
#C0E09C
(192,224,156)
#C6E3A5
(198,227,165)
#CCE6AE
(204,230,174)
#D2E9B7
(210,233,183)
#D8ECC0
(216,236,192)
#DEEFC9
(222,239,201)
#E4F2D2
(228,242,210)
#EAF5DB
(234,245,219)
#F0F8E4
(240,248,228)
#F6FBED
(246,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADD93; }

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

This text font color is #BADD93.


Background Color

.myBgColor { background-color: #BADD93; }

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

This div background color is #BADD93.


Border color

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

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

This div border color is #BADD93.


Opacity

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

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

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

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

This text has shadow with #BADD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADD93 on black background.


Color preview on white background

This text has color #BADD93 on white background.



Black color preview on #BADD93 background

This text has black color on #BADD93 background.


White color preview on #BADD93 background

This text has white color on #BADD93 background.