COLOR #BADA9F

HEX: #BADA9F
RGB: (186,218,159)

Color info

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

RGB color model

#BADA9F color RGB value is (186,218,159).

  • red value is 186;
  • green value is 218;
  • blue value is 159.
RGB:
(186,218,159)
(73%,85%,62%)

RGB channels and saturation

R 186 of 255 = 73%
G 218 of 255 = 85%
B 159 of 255 = 62%

186
218
159

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

Portions of RGB colors in percentages

R + G + B =
186 + 218 + 159 = 563 (100%)
R 186 of 563 ~ 33.04%
G 218 of 563 ~ 38.72%
B 159 of 563 ~ 28.24%

%33.04
%38.72
%28.24

CMYK color model

#BADA9F color CMYK value is (15,0,27,15).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 27.06%
  • key color value is 14.51%
CMYK:
(15,0,27,15)
C15M0Y27K15 
(15%,0%,27%,15%)
(0.15/0.00/0.27/0.15)	

CMYK percentages

%14.68
%0
%27.06
%14.51

Codes

Color #BADA9F in popluar color models

BADA9F
RGB186218159
HSL93°44.36%73.92%
HSB/HSV93°27.06%85.49%
CMYK14.68%0.00%27.06%
14.51%

Color #BADA9F in popluar number systems.

HEXBADA9F
Decimal186218159
Binary101110101101101010011111
Octal272332237

Shades and tints

Shades of #BADA9F

#BADA9F
(186,218,159)
#AAC791
(170,199,145)
#9AB483
(154,180,131)
#8AA175
(138,161,117)
#7A8E67
(122,142,103)
#6A7B59
(106,123,89)
#5A684B
(90,104,75)
#4A553D
(74,85,61)
#3A422F
(58,66,47)
#2A2F21
(42,47,33)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #BADA9F

#BADA9F
(186,218,159)
#C0DDA7
(192,221,167)
#C6E0AF
(198,224,175)
#CCE3B7
(204,227,183)
#D2E6BF
(210,230,191)
#D8E9C7
(216,233,199)
#DEECCF
(222,236,207)
#E4EFD7
(228,239,215)
#EAF2DF
(234,242,223)
#F0F5E7
(240,245,231)
#F6F8EF
(246,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADA9F; }

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

This text font color is #BADA9F.


Background Color

.myBgColor { background-color: #BADA9F; }

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

This div background color is #BADA9F.


Border color

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

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

This div border color is #BADA9F.


Opacity

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

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

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

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

This text has shadow with #BADA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADA9F on black background.


Color preview on white background

This text has color #BADA9F on white background.



Black color preview on #BADA9F background

This text has black color on #BADA9F background.


White color preview on #BADA9F background

This text has white color on #BADA9F background.