COLOR #BADD95

HEX: #BADD95 RGB: (186,221,149)

Color info

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

RGB color model

#BADD95 color RGB value is (186,221,149).

RGB: (186,221,149) (73%, 87%, 58%)

RGB channels and saturation

R 186 of 255 = 73%
G 221 of 255 = 87%
B 149 of 255 = 58%

186
221
149

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

Portions of RGB colors in percentages

R + G + B = 186 + 221 + 149 = 556 (100%)
R 186 of 556 ~ 33.45%
G 221 of 556 ~ 39.75%
B 149 of 556 ~ 26.8'%

%33.45
%39.75
%26.8

CMYK color model

#BADD95 color CMYK value is (16,0,33,13).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 32.58%
  • key color value is 13.33%
CMYK: (16,0,33,13) C16M0Y33K13 (16%,0%,33%,13%) (0.16/0.00/0.33/0.13) 

CMYK percentages

%15.84
%0
%32.58
%13.33

Codes

Color #BADD95 in popluar color models

BA DD 95
RGB 186 221 149
HSL 89° 51.43% 72.55%
HSB/HSV 89° 32.58% 86.67%
CMYK 15.84% 0.00% 32.58%
13.33%

Color #BADD95 in popluar number systems.

HEX BA DD 95
Decimal 186 221 149
Binary 10111010 11011101 10010101
Octal 272 335 225

Shades and tints

Shades of #BADD95

#BADD95
(186,221,149)
#AAC988
(170,201,136)
#9AB57B
(154,181,123)
#8AA16E
(138,161,110)
#7A8D61
(122,141,97)
#6A7954
(106,121,84)
#5A6547
(90,101,71)
#4A513A
(74,81,58)
#3A3D2D
(58,61,45)
#2A2920
(42,41,32)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #BADD95

#BADD95
(186,221,149)
#C0E09E
(192,224,158)
#C6E3A7
(198,227,167)
#CCE6B0
(204,230,176)
#D2E9B9
(210,233,185)
#D8ECC2
(216,236,194)
#DEEFCB
(222,239,203)
#E4F2D4
(228,242,212)
#EAF5DD
(234,245,221)
#F0F8E6
(240,248,230)
#F6FBEF
(246,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADD95 color. Also use rgb(186,221,149) instead hex code.

Text Font Color

.myTextColor { color: #BADD95; }

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

This text font color is #BADD95.

Background Color

.myBgColor { background-color: #BADD95; }

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

This div background color is #BADD95.

Border color

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

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

This div border color is #BADD95.

Opacity

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

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

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

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

This text has shadow with #BADD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADD95.

Preview

Color preview on black background

This text has color #BADD95 on black background.


Color preview on white background

This text has color #BADD95 on white background.


Black color preview on #BADD95 background

This text has black color on #BADD95 background.


White color preview on #BADD95 background

This text has white color on #BADD95 background.


Related colors

Complementary color

Complementary color for #hex is #45226A.


I love getcolorcode.com

Triadic colors

1 #95BADD and #DD95BA with #BADD95 are triadic colors.

2 #95DDBA and #DDBA95 with #BADD95 are triadic colors.