COLOR #BADE83

HEX: #BADE83
RGB: (186,222,131)

Color info

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

RGB color model

#BADE83 color RGB value is (186,222,131).

  • red value is 186;
  • green value is 222;
  • blue value is 131.
RGB:
(186,222,131)
(73%,87%,51%)

RGB channels and saturation

R 186 of 255 = 73%
G 222 of 255 = 87%
B 131 of 255 = 51%

186
222
131

R + G + B ~ 70%. #BADE83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 222 + 131 = 539 (100%)
R 186 of 539 ~ 34.51%
G 222 of 539 ~ 41.19%
B 131 of 539 ~ 24.3%

%34.51
%41.19
%24.3

CMYK color model

#BADE83 color CMYK value is (16,0,41,13).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 40.99%
  • key color value is 12.94%
CMYK:
(16,0,41,13)
C16M0Y41K13 
(16%,0%,41%,13%)
(0.16/0.00/0.41/0.13)	

CMYK percentages

%16.22
%0
%40.99
%12.94

Codes

Color #BADE83 in popluar color models

BADE83
RGB186222131
HSL84°57.96%69.22%
HSB/HSV84°40.99%87.06%
CMYK16.22%0.00%40.99%
12.94%

Color #BADE83 in popluar number systems.

HEXBADE83
Decimal186222131
Binary101110101101111010000011
Octal272336203

Shades and tints

Shades of #BADE83

#BADE83
(186,222,131)
#AACA78
(170,202,120)
#9AB66D
(154,182,109)
#8AA262
(138,162,98)
#7A8E57
(122,142,87)
#6A7A4C
(106,122,76)
#5A6641
(90,102,65)
#4A5236
(74,82,54)
#3A3E2B
(58,62,43)
#2A2A20
(42,42,32)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #BADE83

#BADE83
(186,222,131)
#C0E18E
(192,225,142)
#C6E499
(198,228,153)
#CCE7A4
(204,231,164)
#D2EAAF
(210,234,175)
#D8EDBA
(216,237,186)
#DEF0C5
(222,240,197)
#E4F3D0
(228,243,208)
#EAF6DB
(234,246,219)
#F0F9E6
(240,249,230)
#F6FCF1
(246,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADE83 color. Also use rgb(186,222,131) instead hex code.

Text Font Color

.myTextColor { color: #BADE83; }

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

This text font color is #BADE83.


Background Color

.myBgColor { background-color: #BADE83; }

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

This div background color is #BADE83.


Border color

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

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

This div border color is #BADE83.


Opacity

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

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

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

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

This text has shadow with #BADE83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADE83 on black background.


Color preview on white background

This text has color #BADE83 on white background.



Black color preview on #BADE83 background

This text has black color on #BADE83 background.


White color preview on #BADE83 background

This text has white color on #BADE83 background.