COLOR #BADAA9

HEX: #BADAA9 RGB: (186,218,169)

Color info

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

RGB color model

#BADAA9 color RGB value is (186,218,169).

RGB: (186,218,169) (73%, 85%, 66%)

RGB channels and saturation

R 186 of 255 = 73%
G 218 of 255 = 85%
B 169 of 255 = 66%

186
218
169

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

Portions of RGB colors in percentages

R + G + B = 186 + 218 + 169 = 573 (100%)
R 186 of 573 ~ 32.46%
G 218 of 573 ~ 38.05%
B 169 of 573 ~ 29.49'%

%32.46
%38.05
%29.49

CMYK color model

#BADAA9 color CMYK value is (15,0,22,15).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 22.48%
  • key color value is 14.51%

CMYK: (15,0,22,15)
C15M0Y22K15 (15%, 0%, 22%, 15%)
(0.15 / 0.00 / 0.22 / 0.15)

CMYK percentages

%14.68
%0
%22.48
%14.51

Codes

Color #BADAA9 in popluar color models

BA DA A9
RGB 186 218 169
HSL 99° 39.84% 75.88%
HSB/HSV 99° 22.48% 85.49%
CMYK 14.68% 0.00% 22.48%
14.51%

Color #BADAA9 in popluar number systems.

HEX BA DA A9
Decimal 186 218 169
Binary 10111010 11011010 10101001
Octal 272 332 251

Shades and tints

Shades of #BADAA9

#BADAA9
(186,218,169)
#AAC79A
(170,199,154)
#9AB48B
(154,180,139)
#8AA17C
(138,161,124)
#7A8E6D
(122,142,109)
#6A7B5E
(106,123,94)
#5A684F
(90,104,79)
#4A5540
(74,85,64)
#3A4231
(58,66,49)
#2A2F22
(42,47,34)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #BADAA9

#BADAA9
(186,218,169)
#C0DDB0
(192,221,176)
#C6E0B7
(198,224,183)
#CCE3BE
(204,227,190)
#D2E6C5
(210,230,197)
#D8E9CC
(216,233,204)
#DEECD3
(222,236,211)
#E4EFDA
(228,239,218)
#EAF2E1
(234,242,225)
#F0F5E8
(240,245,232)
#F6F8EF
(246,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADAA9 color. Also use rgb(186,218,169) instead hex code.

Text Font Color

.myTextColor { color: #BADAA9; }

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

This text font color is #BADAA9.

Background Color

.myBgColor { background-color: #BADAA9; }

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

This div background color is #BADAA9.

Border color

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

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

This div border color is #BADAA9.

Opacity

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

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

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

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

This text has shadow with #BADAA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADAA9.

Preview

Color preview on black background

This text has color #BADAA9 on black background.


Color preview on white background

This text has color #BADAA9 on white background.


Black color preview on #BADAA9 background

This text has black color on #BADAA9 background.


White color preview on #BADAA9 background

This text has white color on #BADAA9 background.


Related colors

Complementary color

Complementary color for #hex is #452556.


I love getcolorcode.com

Triadic colors

1 #A9BADA and #DAA9BA with #BADAA9 are triadic colors.

2 #A9DABA and #DABAA9 with #BADAA9 are triadic colors.