COLOR #BAD17D

HEX: #BAD17D RGB: (186,209,125)

Color info

#BAD17D contains mainly red and green colors. Web safe color of #BAD17D is #CCCC66 (or #CC6).

RGB color model

#BAD17D color RGB value is (186,209,125).

RGB: (186,209,125) (73%, 82%, 49%)

RGB channels and saturation

R 186 of 255 = 73%
G 209 of 255 = 82%
B 125 of 255 = 49%

186
209
125

R + G + B ~ 68%. #BAD17D is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 209 + 125 = 520 (100%)
R 186 of 520 ~ 35.77%
G 209 of 520 ~ 40.19%
B 125 of 520 ~ 24.04'%

%35.77
%40.19
%24.04

CMYK color model

#BAD17D color CMYK value is (11,0,40,18).

  • cyan value is 11.00%
  • magenta value is 0.00%
  • yellow value is 40.19%
  • key color value is 18.04%
CMYK: (11,0,40,18) C11M0Y40K18 (11%,0%,40%,18%) (0.11/0.00/0.40/0.18) 

CMYK percentages

%11
%0
%40.19
%18.04

Codes

Color #BAD17D in popluar color models

BA D1 7D
RGB 186 209 125
HSL 76° 47.73% 65.49%
HSB/HSV 76° 40.19% 81.96%
CMYK 11.00% 0.00% 40.19%
18.04%

Color #BAD17D in popluar number systems.

HEX BA D1 7D
Decimal 186 209 125
Binary 10111010 11010001 1111101
Octal 272 321 175

Shades and tints

Shades of #BAD17D

#BAD17D
(186,209,125)
#AABE72
(170,190,114)
#9AAB67
(154,171,103)
#8A985C
(138,152,92)
#7A8551
(122,133,81)
#6A7246
(106,114,70)
#5A5F3B
(90,95,59)
#4A4C30
(74,76,48)
#3A3925
(58,57,37)
#2A261A
(42,38,26)
#1A130F
(26,19,15)
#000000
(0,0,0)

Tints of #BAD17D

#BAD17D
(186,209,125)
#C0D588
(192,213,136)
#C6D993
(198,217,147)
#CCDD9E
(204,221,158)
#D2E1A9
(210,225,169)
#D8E5B4
(216,229,180)
#DEE9BF
(222,233,191)
#E4EDCA
(228,237,202)
#EAF1D5
(234,241,213)
#F0F5E0
(240,245,224)
#F6F9EB
(246,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD17D color. Also use rgb(186,209,125) instead hex code.

Text Font Color

.myTextColor { color: #BAD17D; }

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

This text font color is #BAD17D.

Background Color

.myBgColor { background-color: #BAD17D; }

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

This div background color is #BAD17D.

Border color

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

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

This div border color is #BAD17D.

Opacity

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

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

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

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

This text has shadow with #BAD17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD17D.

Preview

Color preview on black background

This text has color #BAD17D on black background.


Color preview on white background

This text has color #BAD17D on white background.


Black color preview on #BAD17D background

This text has black color on #BAD17D background.


White color preview on #BAD17D background

This text has white color on #BAD17D background.


Related colors

Complementary color

Complementary color for #hex is #452E82.


I love getcolorcode.com

Triadic colors

1 #7DBAD1 and #D17DBA with #BAD17D are triadic colors.

2 #7DD1BA and #D1BA7D with #BAD17D are triadic colors.