COLOR #BADC99

HEX: #BADC99 RGB: (186,220,153)

Color info

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

RGB color model

#BADC99 color RGB value is (186,220,153).

RGB: (186,220,153) (73%, 86%, 60%)

RGB channels and saturation

R 186 of 255 = 73%
G 220 of 255 = 86%
B 153 of 255 = 60%

186
220
153

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

Portions of RGB colors in percentages

R + G + B = 186 + 220 + 153 = 559 (100%)
R 186 of 559 ~ 33.27%
G 220 of 559 ~ 39.36%
B 153 of 559 ~ 27.37'%

%33.27
%39.36
%27.37

CMYK color model

#BADC99 color CMYK value is (15,0,30,14).

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

CMYK: (15,0,30,14)
C15M0Y30K14 (15%, 0%, 30%, 14%)
(0.15 / 0.00 / 0.30 / 0.14)

CMYK percentages

%15.45
%0
%30.45
%13.73

Codes

Color #BADC99 in popluar color models

BA DC 99
RGB 186 220 153
HSL 90° 48.91% 73.14%
HSB/HSV 90° 30.45% 86.27%
CMYK 15.45% 0.00% 30.45%
13.73%

Color #BADC99 in popluar number systems.

HEX BA DC 99
Decimal 186 220 153
Binary 10111010 11011100 10011001
Octal 272 334 231

Shades and tints

Shades of #BADC99

#BADC99
(186,220,153)
#AAC88C
(170,200,140)
#9AB47F
(154,180,127)
#8AA072
(138,160,114)
#7A8C65
(122,140,101)
#6A7858
(106,120,88)
#5A644B
(90,100,75)
#4A503E
(74,80,62)
#3A3C31
(58,60,49)
#2A2824
(42,40,36)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #BADC99

#BADC99
(186,220,153)
#C0DFA2
(192,223,162)
#C6E2AB
(198,226,171)
#CCE5B4
(204,229,180)
#D2E8BD
(210,232,189)
#D8EBC6
(216,235,198)
#DEEECF
(222,238,207)
#E4F1D8
(228,241,216)
#EAF4E1
(234,244,225)
#F0F7EA
(240,247,234)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADC99; }

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

This text font color is #BADC99.

Background Color

.myBgColor { background-color: #BADC99; }

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

This div background color is #BADC99.

Border color

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

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

This div border color is #BADC99.

Opacity

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

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

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

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

This text has shadow with #BADC99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADC99.

Preview

Color preview on black background

This text has color #BADC99 on black background.


Color preview on white background

This text has color #BADC99 on white background.


Black color preview on #BADC99 background

This text has black color on #BADC99 background.


White color preview on #BADC99 background

This text has white color on #BADC99 background.


Related colors

Complementary color

Complementary color for #hex is #452366.


I love getcolorcode.com

Triadic colors

1 #99BADC and #DC99BA with #BADC99 are triadic colors.

2 #99DCBA and #DCBA99 with #BADC99 are triadic colors.