COLOR #BAD38C

HEX: #BAD38C RGB: (186,211,140)

Color info

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

RGB color model

#BAD38C color RGB value is (186,211,140).

RGB: (186,211,140) (73%, 83%, 55%)

RGB channels and saturation

R 186 of 255 = 73%
G 211 of 255 = 83%
B 140 of 255 = 55%

186
211
140

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

Portions of RGB colors in percentages

R + G + B = 186 + 211 + 140 = 537 (100%)
R 186 of 537 ~ 34.64%
G 211 of 537 ~ 39.29%
B 140 of 537 ~ 26.07'%

%34.64
%39.29
%26.07

CMYK color model

#BAD38C color CMYK value is (12,0,34,17).

  • cyan value is 11.85%
  • magenta value is 0.00%
  • yellow value is 33.65%
  • key color value is 17.25%

CMYK: (12,0,34,17)
C12M0Y34K17 (12%, 0%, 34%, 17%)
(0.12 / 0.00 / 0.34 / 0.17)

CMYK percentages

%11.85
%0
%33.65
%17.25

Codes

Color #BAD38C in popluar color models

BA D3 8C
RGB 186 211 140
HSL 81° 44.65% 68.82%
HSB/HSV 81° 33.65% 82.75%
CMYK 11.85% 0.00% 33.65%
17.25%

Color #BAD38C in popluar number systems.

HEX BA D3 8C
Decimal 186 211 140
Binary 10111010 11010011 10001100
Octal 272 323 214

Shades and tints

Shades of #BAD38C

#BAD38C
(186,211,140)
#AAC080
(170,192,128)
#9AAD74
(154,173,116)
#8A9A68
(138,154,104)
#7A875C
(122,135,92)
#6A7450
(106,116,80)
#5A6144
(90,97,68)
#4A4E38
(74,78,56)
#3A3B2C
(58,59,44)
#2A2820
(42,40,32)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #BAD38C

#BAD38C
(186,211,140)
#C0D796
(192,215,150)
#C6DBA0
(198,219,160)
#CCDFAA
(204,223,170)
#D2E3B4
(210,227,180)
#D8E7BE
(216,231,190)
#DEEBC8
(222,235,200)
#E4EFD2
(228,239,210)
#EAF3DC
(234,243,220)
#F0F7E6
(240,247,230)
#F6FBF0
(246,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD38C color. Also use rgb(186,211,140) instead hex code.

Text Font Color

.myTextColor { color: #BAD38C; }

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

This text font color is #BAD38C.

Background Color

.myBgColor { background-color: #BAD38C; }

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

This div background color is #BAD38C.

Border color

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

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

This div border color is #BAD38C.

Opacity

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

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

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

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

This text has shadow with #BAD38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD38C.

Preview

Color preview on black background

This text has color #BAD38C on black background.


Color preview on white background

This text has color #BAD38C on white background.


Black color preview on #BAD38C background

This text has black color on #BAD38C background.


White color preview on #BAD38C background

This text has white color on #BAD38C background.


Related colors

Complementary color

Complementary color for #hex is #452C73.


I love getcolorcode.com

Triadic colors

1 #8CBAD3 and #D38CBA with #BAD38C are triadic colors.

2 #8CD3BA and #D3BA8C with #BAD38C are triadic colors.