COLOR #BAD690

HEX: #BAD690 RGB: (186,214,144)

Color info

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

RGB color model

#BAD690 color RGB value is (186,214,144).

RGB: (186,214,144) (73%, 84%, 56%)

RGB channels and saturation

R 186 of 255 = 73%
G 214 of 255 = 84%
B 144 of 255 = 56%

186
214
144

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

Portions of RGB colors in percentages

R + G + B = 186 + 214 + 144 = 544 (100%)
R 186 of 544 ~ 34.19%
G 214 of 544 ~ 39.34%
B 144 of 544 ~ 26.47'%

%34.19
%39.34
%26.47

CMYK color model

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

  • cyan value is 13.08%
  • magenta value is 0.00%
  • yellow value is 32.71%
  • key color value is 16.08%

CMYK: (13,0,33,16)
C13M0Y33K16 (13%, 0%, 33%, 16%)
(0.13 / 0.00 / 0.33 / 0.16)

CMYK percentages

%13.08
%0
%32.71
%16.08

Codes

Color #BAD690 in popluar color models

BA D6 90
RGB 186 214 144
HSL 84° 46.05% 70.20%
HSB/HSV 84° 32.71% 83.92%
CMYK 13.08% 0.00% 32.71%
16.08%

Color #BAD690 in popluar number systems.

HEX BA D6 90
Decimal 186 214 144
Binary 10111010 11010110 10010000
Octal 272 326 220

Shades and tints

Shades of #BAD690

#BAD690
(186,214,144)
#AAC383
(170,195,131)
#9AB076
(154,176,118)
#8A9D69
(138,157,105)
#7A8A5C
(122,138,92)
#6A774F
(106,119,79)
#5A6442
(90,100,66)
#4A5135
(74,81,53)
#3A3E28
(58,62,40)
#2A2B1B
(42,43,27)
#1A180E
(26,24,14)
#000000
(0,0,0)

Tints of #BAD690

#BAD690
(186,214,144)
#C0D99A
(192,217,154)
#C6DCA4
(198,220,164)
#CCDFAE
(204,223,174)
#D2E2B8
(210,226,184)
#D8E5C2
(216,229,194)
#DEE8CC
(222,232,204)
#E4EBD6
(228,235,214)
#EAEEE0
(234,238,224)
#F0F1EA
(240,241,234)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD690 color. Also use rgb(186,214,144) instead hex code.

Text Font Color

.myTextColor { color: #BAD690; }

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

This text font color is #BAD690.

Background Color

.myBgColor { background-color: #BAD690; }

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

This div background color is #BAD690.

Border color

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

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

This div border color is #BAD690.

Opacity

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

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

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

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

This text has shadow with #BAD690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD690.

Preview

Color preview on black background

This text has color #BAD690 on black background.


Color preview on white background

This text has color #BAD690 on white background.


Black color preview on #BAD690 background

This text has black color on #BAD690 background.


White color preview on #BAD690 background

This text has white color on #BAD690 background.


Related colors

Complementary color

Complementary color for #hex is #45296F.


I love getcolorcode.com

Triadic colors

1 #90BAD6 and #D690BA with #BAD690 are triadic colors.

2 #90D6BA and #D6BA90 with #BAD690 are triadic colors.