COLOR #BADB92

HEX: #BADB92
RGB: (186,219,146)

Color info

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

RGB color model

#BADB92 color RGB value is (186,219,146).

  • red value is 186;
  • green value is 219;
  • blue value is 146.
RGB:
(186,219,146)
(73%,86%,57%)

RGB channels and saturation

R 186 of 255 = 73%
G 219 of 255 = 86%
B 146 of 255 = 57%

186
219
146

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

Portions of RGB colors in percentages

R + G + B =
186 + 219 + 146 = 551 (100%)
R 186 of 551 ~ 33.76%
G 219 of 551 ~ 39.75%
B 146 of 551 ~ 26.5%

%33.76
%39.75
%26.5

CMYK color model

#BADB92 color CMYK value is (15,0,33,14).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 14.12%
CMYK:
(15,0,33,14)
C15M0Y33K14 
(15%,0%,33%,14%)
(0.15/0.00/0.33/0.14)	

CMYK percentages

%15.07
%0
%33.33
%14.12

Codes

Color #BADB92 in popluar color models

BADB92
RGB186219146
HSL87°50.34%71.57%
HSB/HSV87°33.33%85.88%
CMYK15.07%0.00%33.33%
14.12%

Color #BADB92 in popluar number systems.

HEXBADB92
Decimal186219146
Binary101110101101101110010010
Octal272333222

Shades and tints

Shades of #BADB92

#BADB92
(186,219,146)
#AAC885
(170,200,133)
#9AB578
(154,181,120)
#8AA26B
(138,162,107)
#7A8F5E
(122,143,94)
#6A7C51
(106,124,81)
#5A6944
(90,105,68)
#4A5637
(74,86,55)
#3A432A
(58,67,42)
#2A301D
(42,48,29)
#1A1D10
(26,29,16)
#000000
(0,0,0)

Tints of #BADB92

#BADB92
(186,219,146)
#C0DE9B
(192,222,155)
#C6E1A4
(198,225,164)
#CCE4AD
(204,228,173)
#D2E7B6
(210,231,182)
#D8EABF
(216,234,191)
#DEEDC8
(222,237,200)
#E4F0D1
(228,240,209)
#EAF3DA
(234,243,218)
#F0F6E3
(240,246,227)
#F6F9EC
(246,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADB92 color. Also use rgb(186,219,146) instead hex code.

Text Font Color

.myTextColor { color: #BADB92; }

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

This text font color is #BADB92.


Background Color

.myBgColor { background-color: #BADB92; }

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

This div background color is #BADB92.


Border color

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

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

This div border color is #BADB92.


Opacity

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

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

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

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

This text has shadow with #BADB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADB92 on black background.


Color preview on white background

This text has color #BADB92 on white background.



Black color preview on #BADB92 background

This text has black color on #BADB92 background.


White color preview on #BADB92 background

This text has white color on #BADB92 background.