COLOR #BAD295

HEX: #BAD295 RGB: (186,210,149)

Color info

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

RGB color model

#BAD295 color RGB value is (186,210,149).

RGB: (186,210,149) (73%, 82%, 58%)

RGB channels and saturation

R 186 of 255 = 73%
G 210 of 255 = 82%
B 149 of 255 = 58%

186
210
149

R + G + B ~ 71%. #BAD295 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 210 + 149 = 545 (100%)
R 186 of 545 ~ 34.13%
G 210 of 545 ~ 38.53%
B 149 of 545 ~ 27.34'%

%34.13
%38.53
%27.34

CMYK color model

#BAD295 color CMYK value is (11,0,29,18).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 17.65%
CMYK: (11,0,29,18) C11M0Y29K18 (11%,0%,29%,18%) (0.11/0.00/0.29/0.18) 

CMYK percentages

%11.43
%0
%29.05
%17.65

Codes

Color #BAD295 in popluar color models

BA D2 95
RGB 186 210 149
HSL 84° 40.40% 70.39%
HSB/HSV 84° 29.05% 82.35%
CMYK 11.43% 0.00% 29.05%
17.65%

Color #BAD295 in popluar number systems.

HEX BA D2 95
Decimal 186 210 149
Binary 10111010 11010010 10010101
Octal 272 322 225

Shades and tints

Shades of #BAD295

#BAD295
(186,210,149)
#AABF88
(170,191,136)
#9AAC7B
(154,172,123)
#8A996E
(138,153,110)
#7A8661
(122,134,97)
#6A7354
(106,115,84)
#5A6047
(90,96,71)
#4A4D3A
(74,77,58)
#3A3A2D
(58,58,45)
#2A2720
(42,39,32)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #BAD295

#BAD295
(186,210,149)
#C0D69E
(192,214,158)
#C6DAA7
(198,218,167)
#CCDEB0
(204,222,176)
#D2E2B9
(210,226,185)
#D8E6C2
(216,230,194)
#DEEACB
(222,234,203)
#E4EED4
(228,238,212)
#EAF2DD
(234,242,221)
#F0F6E6
(240,246,230)
#F6FAEF
(246,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD295; }

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

This text font color is #BAD295.

Background Color

.myBgColor { background-color: #BAD295; }

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

This div background color is #BAD295.

Border color

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

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

This div border color is #BAD295.

Opacity

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

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

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

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

This text has shadow with #BAD295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD295.

Preview

Color preview on black background

This text has color #BAD295 on black background.


Color preview on white background

This text has color #BAD295 on white background.


Black color preview on #BAD295 background

This text has black color on #BAD295 background.


White color preview on #BAD295 background

This text has white color on #BAD295 background.


Related colors

Complementary color

Complementary color for #hex is #452D6A.


I love getcolorcode.com

Triadic colors

1 #95BAD2 and #D295BA with #BAD295 are triadic colors.

2 #95D2BA and #D2BA95 with #BAD295 are triadic colors.