COLOR #BADCAA

HEX: #BADCAA
RGB: (186,220,170)

Color info

#BADCAA contains red, green and blue colors in about the same proportion. Web safe color of #BADCAA is #CCCC99 (or #CC9).

RGB color model

#BADCAA color RGB value is (186,220,170).

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

RGB channels and saturation

R 186 of 255 = 73%
G 220 of 255 = 86%
B 170 of 255 = 67%

186
220
170

R + G + B ~ 75%. #BADCAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 220 + 170 = 576 (100%)
R 186 of 576 ~ 32.29%
G 220 of 576 ~ 38.19%
B 170 of 576 ~ 29.51%

%32.29
%38.19
%29.51

CMYK color model

#BADCAA color CMYK value is (15,0,23,14).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 13.73%
CMYK:
(15,0,23,14)
C15M0Y23K14 
(15%,0%,23%,14%)
(0.15/0.00/0.23/0.14)	

CMYK percentages

%15.45
%0
%22.73
%13.73

Codes

Color #BADCAA in popluar color models

BADCAA
RGB186220170
HSL101°41.67%76.47%
HSB/HSV101°22.73%86.27%
CMYK15.45%0.00%22.73%
13.73%

Color #BADCAA in popluar number systems.

HEXBADCAA
Decimal186220170
Binary101110101101110010101010
Octal272334252

Shades and tints

Shades of #BADCAA

#BADCAA
(186,220,170)
#AAC89B
(170,200,155)
#9AB48C
(154,180,140)
#8AA07D
(138,160,125)
#7A8C6E
(122,140,110)
#6A785F
(106,120,95)
#5A6450
(90,100,80)
#4A5041
(74,80,65)
#3A3C32
(58,60,50)
#2A2823
(42,40,35)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #BADCAA

#BADCAA
(186,220,170)
#C0DFB1
(192,223,177)
#C6E2B8
(198,226,184)
#CCE5BF
(204,229,191)
#D2E8C6
(210,232,198)
#D8EBCD
(216,235,205)
#DEEED4
(222,238,212)
#E4F1DB
(228,241,219)
#EAF4E2
(234,244,226)
#F0F7E9
(240,247,233)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADCAA; }

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

This text font color is #BADCAA.


Background Color

.myBgColor { background-color: #BADCAA; }

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

This div background color is #BADCAA.


Border color

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

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

This div border color is #BADCAA.


Opacity

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

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

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

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

This text has shadow with #BADCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADCAA on black background.


Color preview on white background

This text has color #BADCAA on white background.



Black color preview on #BADCAA background

This text has black color on #BADCAA background.


White color preview on #BADCAA background

This text has white color on #BADCAA background.