COLOR #BADC9B

HEX: #BADC9B
RGB: (186,220,155)

Color info

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

RGB color model

#BADC9B color RGB value is (186,220,155).

  • red value is 186;
  • green value is 220;
  • blue value is 155.
RGB:
(186,220,155)
(73%,86%,61%)

RGB channels and saturation

R 186 of 255 = 73%
G 220 of 255 = 86%
B 155 of 255 = 61%

186
220
155

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

Portions of RGB colors in percentages

R + G + B =
186 + 220 + 155 = 561 (100%)
R 186 of 561 ~ 33.16%
G 220 of 561 ~ 39.22%
B 155 of 561 ~ 27.63%

%33.16
%39.22
%27.63

CMYK color model

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

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • 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
%29.55
%13.73

Codes

Color #BADC9B in popluar color models

BADC9B
RGB186220155
HSL91°48.15%73.53%
HSB/HSV91°29.55%86.27%
CMYK15.45%0.00%29.55%
13.73%

Color #BADC9B in popluar number systems.

HEXBADC9B
Decimal186220155
Binary101110101101110010011011
Octal272334233

Shades and tints

Shades of #BADC9B

#BADC9B
(186,220,155)
#AAC88D
(170,200,141)
#9AB47F
(154,180,127)
#8AA071
(138,160,113)
#7A8C63
(122,140,99)
#6A7855
(106,120,85)
#5A6447
(90,100,71)
#4A5039
(74,80,57)
#3A3C2B
(58,60,43)
#2A281D
(42,40,29)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #BADC9B

#BADC9B
(186,220,155)
#C0DFA4
(192,223,164)
#C6E2AD
(198,226,173)
#CCE5B6
(204,229,182)
#D2E8BF
(210,232,191)
#D8EBC8
(216,235,200)
#DEEED1
(222,238,209)
#E4F1DA
(228,241,218)
#EAF4E3
(234,244,227)
#F0F7EC
(240,247,236)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADC9B; }

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

This text font color is #BADC9B.


Background Color

.myBgColor { background-color: #BADC9B; }

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

This div background color is #BADC9B.


Border color

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

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

This div border color is #BADC9B.


Opacity

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

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

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

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

This text has shadow with #BADC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADC9B on black background.


Color preview on white background

This text has color #BADC9B on white background.



Black color preview on #BADC9B background

This text has black color on #BADC9B background.


White color preview on #BADC9B background

This text has white color on #BADC9B background.