COLOR #BAD880

HEX: #BAD880
RGB: (186,216,128)

Color info

#BAD880 contains mainly red and green colors. Web safe color of #BAD880 is #CCCC66 (or #CC6).

RGB color model

#BAD880 color RGB value is (186,216,128).

  • red value is 186;
  • green value is 216;
  • blue value is 128.
RGB:
(186,216,128)
(73%,85%,50%)

RGB channels and saturation

R 186 of 255 = 73%
G 216 of 255 = 85%
B 128 of 255 = 50%

186
216
128

R + G + B ~ 69%. #BAD880 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 216 + 128 = 530 (100%)
R 186 of 530 ~ 35.09%
G 216 of 530 ~ 40.75%
B 128 of 530 ~ 24.15%

%35.09
%40.75
%24.15

CMYK color model

#BAD880 color CMYK value is (14,0,41,15).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 15.29%
CMYK:
(14,0,41,15)
C14M0Y41K15 
(14%,0%,41%,15%)
(0.14/0.00/0.41/0.15)	

CMYK percentages

%13.89
%0
%40.74
%15.29

Codes

Color #BAD880 in popluar color models

BAD880
RGB186216128
HSL80°53.01%67.45%
HSB/HSV80°40.74%84.71%
CMYK13.89%0.00%40.74%
15.29%

Color #BAD880 in popluar number systems.

HEXBAD880
Decimal186216128
Binary101110101101100010000000
Octal272330200

Shades and tints

Shades of #BAD880

#BAD880
(186,216,128)
#AAC575
(170,197,117)
#9AB26A
(154,178,106)
#8A9F5F
(138,159,95)
#7A8C54
(122,140,84)
#6A7949
(106,121,73)
#5A663E
(90,102,62)
#4A5333
(74,83,51)
#3A4028
(58,64,40)
#2A2D1D
(42,45,29)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #BAD880

#BAD880
(186,216,128)
#C0DB8B
(192,219,139)
#C6DE96
(198,222,150)
#CCE1A1
(204,225,161)
#D2E4AC
(210,228,172)
#D8E7B7
(216,231,183)
#DEEAC2
(222,234,194)
#E4EDCD
(228,237,205)
#EAF0D8
(234,240,216)
#F0F3E3
(240,243,227)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD880 color. Also use rgb(186,216,128) instead hex code.

Text Font Color

.myTextColor { color: #BAD880; }

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

This text font color is #BAD880.


Background Color

.myBgColor { background-color: #BAD880; }

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

This div background color is #BAD880.


Border color

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

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

This div border color is #BAD880.


Opacity

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

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

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

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

This text has shadow with #BAD880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD880 on black background.


Color preview on white background

This text has color #BAD880 on white background.



Black color preview on #BAD880 background

This text has black color on #BAD880 background.


White color preview on #BAD880 background

This text has white color on #BAD880 background.