COLOR #BAD7A1

HEX: #BAD7A1
RGB: (186,215,161)

Color info

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

RGB color model

#BAD7A1 color RGB value is (186,215,161).

  • red value is 186;
  • green value is 215;
  • blue value is 161.
RGB:
(186,215,161)
(73%,84%,63%)

RGB channels and saturation

R 186 of 255 = 73%
G 215 of 255 = 84%
B 161 of 255 = 63%

186
215
161

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

Portions of RGB colors in percentages

R + G + B =
186 + 215 + 161 = 562 (100%)
R 186 of 562 ~ 33.1%
G 215 of 562 ~ 38.26%
B 161 of 562 ~ 28.65%

%33.1
%38.26
%28.65

CMYK color model

#BAD7A1 color CMYK value is (13,0,25,16).

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 15.69%
CMYK:
(13,0,25,16)
C13M0Y25K16 
(13%,0%,25%,16%)
(0.13/0.00/0.25/0.16)	

CMYK percentages

%13.49
%0
%25.12
%15.69

Codes

Color #BAD7A1 in popluar color models

BAD7A1
RGB186215161
HSL92°40.30%73.73%
HSB/HSV92°25.12%84.31%
CMYK13.49%0.00%25.12%
15.69%

Color #BAD7A1 in popluar number systems.

HEXBAD7A1
Decimal186215161
Binary101110101101011110100001
Octal272327241

Shades and tints

Shades of #BAD7A1

#BAD7A1
(186,215,161)
#AAC493
(170,196,147)
#9AB185
(154,177,133)
#8A9E77
(138,158,119)
#7A8B69
(122,139,105)
#6A785B
(106,120,91)
#5A654D
(90,101,77)
#4A523F
(74,82,63)
#3A3F31
(58,63,49)
#2A2C23
(42,44,35)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #BAD7A1

#BAD7A1
(186,215,161)
#C0DAA9
(192,218,169)
#C6DDB1
(198,221,177)
#CCE0B9
(204,224,185)
#D2E3C1
(210,227,193)
#D8E6C9
(216,230,201)
#DEE9D1
(222,233,209)
#E4ECD9
(228,236,217)
#EAEFE1
(234,239,225)
#F0F2E9
(240,242,233)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD7A1 color. Also use rgb(186,215,161) instead hex code.

Text Font Color

.myTextColor { color: #BAD7A1; }

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

This text font color is #BAD7A1.


Background Color

.myBgColor { background-color: #BAD7A1; }

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

This div background color is #BAD7A1.


Border color

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

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

This div border color is #BAD7A1.


Opacity

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

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

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

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

This text has shadow with #BAD7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD7A1 on black background.


Color preview on white background

This text has color #BAD7A1 on white background.



Black color preview on #BAD7A1 background

This text has black color on #BAD7A1 background.


White color preview on #BAD7A1 background

This text has white color on #BAD7A1 background.