COLOR #BAD797

HEX: #BAD797
RGB: (186,215,151)

Color info

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

RGB color model

#BAD797 color RGB value is (186,215,151).

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

RGB channels and saturation

R 186 of 255 = 73%
G 215 of 255 = 84%
B 151 of 255 = 59%

186
215
151

R + G + B ~ 72%. #BAD797 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 215 + 151 = 552 (100%)
R 186 of 552 ~ 33.7%
G 215 of 552 ~ 38.95%
B 151 of 552 ~ 27.36%

%33.7
%38.95
%27.36

CMYK color model

#BAD797 color CMYK value is (13,0,30,16).

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 29.77%
  • key color value is 15.69%
CMYK:
(13,0,30,16)
C13M0Y30K16 
(13%,0%,30%,16%)
(0.13/0.00/0.30/0.16)	

CMYK percentages

%13.49
%0
%29.77
%15.69

Codes

Color #BAD797 in popluar color models

BAD797
RGB186215151
HSL87°44.44%71.76%
HSB/HSV87°29.77%84.31%
CMYK13.49%0.00%29.77%
15.69%

Color #BAD797 in popluar number systems.

HEXBAD797
Decimal186215151
Binary101110101101011110010111
Octal272327227

Shades and tints

Shades of #BAD797

#BAD797
(186,215,151)
#AAC48A
(170,196,138)
#9AB17D
(154,177,125)
#8A9E70
(138,158,112)
#7A8B63
(122,139,99)
#6A7856
(106,120,86)
#5A6549
(90,101,73)
#4A523C
(74,82,60)
#3A3F2F
(58,63,47)
#2A2C22
(42,44,34)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #BAD797

#BAD797
(186,215,151)
#C0DAA0
(192,218,160)
#C6DDA9
(198,221,169)
#CCE0B2
(204,224,178)
#D2E3BB
(210,227,187)
#D8E6C4
(216,230,196)
#DEE9CD
(222,233,205)
#E4ECD6
(228,236,214)
#EAEFDF
(234,239,223)
#F0F2E8
(240,242,232)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD797; }

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

This text font color is #BAD797.


Background Color

.myBgColor { background-color: #BAD797; }

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

This div background color is #BAD797.


Border color

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

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

This div border color is #BAD797.


Opacity

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

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

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

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

This text has shadow with #BAD797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD797 on black background.


Color preview on white background

This text has color #BAD797 on white background.



Black color preview on #BAD797 background

This text has black color on #BAD797 background.


White color preview on #BAD797 background

This text has white color on #BAD797 background.